Skip to main content

Interface: $Properties

v1.WorkflowExecutionSignaledEventAttributes.$Properties

Properties of a WorkflowExecutionSignaledEventAttributes.

Hierarchy

Properties

externalWorkflowExecution

Optional externalWorkflowExecution: null | $Properties

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


Optional header: null | $Properties

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 | $Properties

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


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.


signalName

Optional signalName: null | string

The name/type of the signal to fire


skipGenerateWorkflowTask

Optional skipGenerateWorkflowTask: null | boolean

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