StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.clone() |
|
StartChildWorkflowExecutionInitiatedEventAttributes |
HistoryEvent.getStartChildWorkflowExecutionInitiatedEventAttributes() |
If the event is of type StartChildWorkflowExecutionInitiated
then this member is set and provides detailed information about the
event.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withChildPolicy(ChildPolicy childPolicy) |
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.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withChildPolicy(String childPolicy) |
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.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withControl(String control) |
Optional. Data attached to the event that can be used by the
decider in subsequent decision tasks.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the DecisionTaskCompleted event corresponding to
the decision task that resulted in the
StartChildWorkflowExecution decision to request this child
workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout) |
The maximum duration for the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withInput(String input) |
The inputs provided to the child workflow execution (if any).
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withLambdaRole(String lambdaRole) |
The IAM role attached to this workflow execution to use when invoking AWS
Lambda functions.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withTagList(String... tagList) |
The list of tags to associated with the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withTagList(Collection<String> tagList) |
The list of tags to associated with the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withTaskList(TaskList taskList) |
The name of the task list used for the decision tasks of the child
workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withTaskPriority(String taskPriority) |
Optional. The priority assigned for the decision tasks for this
workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withTaskStartToCloseTimeout(String taskStartToCloseTimeout) |
The maximum duration allowed for the decision tasks for this workflow
execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withWorkflowId(String workflowId) |
The workflowId of the child workflow execution.
|
StartChildWorkflowExecutionInitiatedEventAttributes |
StartChildWorkflowExecutionInitiatedEventAttributes.withWorkflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|