Interface: ISignalWithStartWorkflowExecutionResponse
workflowservice.v1.ISignalWithStartWorkflowExecutionResponse
Properties of a SignalWithStartWorkflowExecutionResponse.
Implemented by
Properties
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.