Skip to main content

Interface: IWorkflowExecutionSignaledEventAttributes

history.v1.IWorkflowExecutionSignaledEventAttributes

Properties of a WorkflowExecutionSignaledEventAttributes.

Hierarchy​

  • $Properties

    ↳ IWorkflowExecutionSignaledEventAttributes

Properties​

externalWorkflowExecution​

• Optional externalWorkflowExecution: null | $Properties

When signal origin is a workflow execution, this field is set.

Inherited from​

$Properties.externalWorkflowExecution


• Optional header: null | $Properties

Headers that were passed by the sender of the signal and copied by temporal server into the workflow task.

Inherited from​

$Properties.header


identity​

• Optional identity: null | string

id of the worker/client who sent this signal

Inherited from​

$Properties.identity


input​

• Optional input: null | $Properties

Will be deserialized and provided as argument(s) to the signal handler

Inherited from​

$Properties.input


requestId​

• Optional requestId: null | string

The request ID of the Signal request, used by the server to attach this to the correct Event ID when generating link.

Inherited from​

$Properties.requestId


signalName​

• Optional signalName: null | string

The name/type of the signal to fire

Inherited from​

$Properties.signalName


skipGenerateWorkflowTask​

• Optional skipGenerateWorkflowTask: null | boolean

Deprecated. This field is never respected and should always be set to false.

Inherited from​

$Properties.skipGenerateWorkflowTask