Skip to main content

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.


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.