Skip to main content

Interface: IResolveSignalExternalWorkflow

coresdk.workflow_activation.IResolveSignalExternalWorkflow

Properties of a ResolveSignalExternalWorkflow.

Hierarchy

Properties

cause

Optional cause: null | SignalExternalWorkflowExecutionFailedCause

The server-reported cause when the signal failed. Unspecified when the signal succeeded or was cancelled before being sent.

Inherited from

$Properties.cause


failure

Optional failure: null | $Properties

If populated, this signal either failed to be sent or was cancelled depending on failure type / info.

Inherited from

$Properties.failure


seq

Optional seq: null | number

Sequence number as provided by lang in the corresponding SignalExternalWorkflowExecution command

Inherited from

$Properties.seq