Interface: IStartWorkflowExecutionResponse
workflowservice.v1.IStartWorkflowExecutionResponse
Properties of a StartWorkflowExecutionResponse.
Implemented by
Properties
eagerWorkflowTask
• Optional
eagerWorkflowTask: null
| IPollWorkflowTaskQueueResponse
When request_eager_execution
is set on the StartWorkflowExecutionRequest
, the server - if supported - will
return the first workflow task to be eagerly executed.
The caller is expected to have a worker available to process the task.
link
• Optional
link: null
| ILink
Link to the workflow event.
runId
• Optional
runId: null
| string
The run id of the workflow that was started - or used (via WorkflowIdConflictPolicy USE_EXISTING).
started
• Optional
started: null
| boolean
If true, a new workflow was started.
status
• Optional
status: null
| WorkflowExecutionStatus
Current execution status of the workflow. Typically remains WORKFLOW_EXECUTION_STATUS_RUNNING unless a de-dupe occurs or in specific scenarios handled within the ExecuteMultiOperation (refer to its docs).