Skip to main content

Interface: $Properties

v1.WorkflowExecutionFailedEventAttributes.$Properties

Properties of a WorkflowExecutionFailedEventAttributes.

Hierarchy

Properties

failure

Optional failure: null | $Properties

Serialized result of workflow failure (ex: An exception thrown, or error returned)


newExecutionRunId

Optional newExecutionRunId: null | string

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


retryState

Optional retryState: null | RetryState

WorkflowExecutionFailedEventAttributes retryState


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with