Interface: $Properties
v1.WorkflowExecutionCompletedEventAttributes.$Properties
Properties of a WorkflowExecutionCompletedEventAttributes.
Hierarchy
-
$Properties
Properties
newExecutionRunId
• Optional newExecutionRunId: null | string
If another run is started by cron, this contains the new run id.
result
• Optional result: null | $Properties
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