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.
started
• Optional
started: null
| boolean
If true, a new workflow was started.