Skip to main content

Interface: IWorkflowExecutionCompletedEventAttributes

history.v1.IWorkflowExecutionCompletedEventAttributes

Properties of a WorkflowExecutionCompletedEventAttributes.

Hierarchy

  • $Properties

    IWorkflowExecutionCompletedEventAttributes

Properties

newExecutionRunId

Optional newExecutionRunId: null | string

If another run is started by cron, this contains the new run id.

Inherited from

$Properties.newExecutionRunId


result

Optional result: null | $Properties

Serialized result of workflow completion (ie: The return value of the workflow function)

Inherited from

$Properties.result


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Inherited from

$Properties.workflowTaskCompletedEventId