Builder
Properties
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.
When the cause
is WORKFLOW_ALREADY_RUNNING
, initiatedEventId
is the ID of the StartChildWorkflowExecutionInitiated
event that corresponds to the StartChildWorkflowExecution
Decision 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.
The workflowId
of the child workflow execution.
The workflow type provided in the StartChildWorkflowExecution
Decision that failed.
Functions
construct an aws.sdk.kotlin.services.swf.model.WorkflowType inside the given block