Skip to main content

Interface: IWorkflowExecutionCompletedEventAttributes

history.v1.IWorkflowExecutionCompletedEventAttributes

Properties of a WorkflowExecutionCompletedEventAttributes.

Implemented by

Properties

newExecutionRunId

Optional newExecutionRunId: null | string

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


result

Optional result: null | IPayloads

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


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with