Interface: ISignalWithStartWorkflowExecutionResponse
workflowservice.v1.ISignalWithStartWorkflowExecutionResponse
Properties of a SignalWithStartWorkflowExecutionResponse.
Implemented by
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.
runId
• Optional runId: null | string
The run id of the workflow that was started - or just signaled, if it was already running.
signalLink
• Optional signalLink: null | ILink
Link to be associated with the WorkflowExecutionSignaled event. Added on the response to propagate the backlink. Available from Temporal server 1.31 and up.
started
• Optional started: null | boolean
If true, a new workflow was started.