Builder

class Builder

Properties

Link copied to clipboard

The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.

Link copied to clipboard

The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.

Link copied to clipboard

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecutionDecision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.

Link copied to clipboard

When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecutionDecision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event.

Link copied to clipboard

The workflowId of the child workflow execution.

Link copied to clipboard

The workflow type provided in the StartChildWorkflowExecutionDecision that failed.

Functions

Link copied to clipboard