StartChildWorkflowExecutionInitiatedEventAttributes

Provides the details of the StartChildWorkflowExecutionInitiated event.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the TerminateWorkflowExecution action or due to an expired timeout.

Link copied to clipboard

Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.

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 cause of events.

Link copied to clipboard

The maximum duration for the child workflow execution. If the workflow execution isn't closed within this duration, it is timed out and force-terminated.

Link copied to clipboard

The inputs provided to the child workflow execution.

Link copied to clipboard

The IAM role to attach to the child workflow execution.

Link copied to clipboard

The list of tags to associated with the child workflow execution.

Link copied to clipboard

The name of the task list used for the decision tasks of the child workflow execution.

Link copied to clipboard

The priority assigned for the decision tasks for this workflow execution. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE (2147483647). Higher numbers indicate higher priority.

Link copied to clipboard

The maximum duration allowed for the decision tasks for this workflow execution.

Link copied to clipboard

The workflowId of the child workflow execution.

Link copied to clipboard

The type of the child workflow execution.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String