Skip to main content

Interface: ISignalWithStartWorkflowExecutionResponse

workflowservice.v1.ISignalWithStartWorkflowExecutionResponse

Properties of a SignalWithStartWorkflowExecutionResponse.

Hierarchy​

  • $Properties

    ↳ ISignalWithStartWorkflowExecutionResponse

Properties​

firstExecutionRunId​

• Optional firstExecutionRunId: null | string

If the workflow was started as a result of a de-dupe, this field will contain the run id of the first execution in the chain.

Inherited from​

$Properties.firstExecutionRunId


runId​

• Optional runId: null | string

The run id of the workflow that was started - or just signaled, if it was already running.

Inherited from​

$Properties.runId


• Optional signalLink: null | $Properties

Link to be associated with the WorkflowExecutionSignaled event. Added on the response to propagate the backlink. Available from Temporal server 1.31 and up.

Inherited from​

$Properties.signalLink


started​

• Optional started: null | boolean

If true, a new workflow was started.

Inherited from​

$Properties.started