Skip to main content

Interface: IWorkflowExecutionSignaledEventAttributes

history.v1.IWorkflowExecutionSignaledEventAttributes

Properties of a WorkflowExecutionSignaledEventAttributes.

Implemented by

Properties

externalWorkflowExecution

Optional externalWorkflowExecution: null | IWorkflowExecution

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


Optional header: null | IHeader

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


identity

Optional identity: null | string

id of the worker/client who sent this signal


input

Optional input: null | IPayloads

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


signalName

Optional signalName: null | string

The name/type of the signal to fire


skipGenerateWorkflowTask

Optional skipGenerateWorkflowTask: null | boolean

Indicates the signal did not generate a new workflow task when received.