String taskToken
 Constraints:
 Length: 1 - 1024
String activityId
 Constraints:
 Length: 1 - 256
Long startedEventId
ActivityTaskStarted event recorded in the
 history.WorkflowExecution workflowExecution
ActivityType activityType
String input
 Constraints:
 Length: 0 - 32768
String details
 Constraints:
 Length: 0 - 32768
Long scheduledEventId
ActivityTaskScheduled event that was
 recorded when this activity task was scheduled. This information can
 be useful for diagnosing problems by tracing back the chain of events
 leading up to this event.Long startedEventId
ActivityTaskStarted event recorded when
 this activity task was started. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.Long latestCancelRequestedEventId
ActivityTaskCancelRequested event recorded for this
 activity task. This information can be useful for diagnosing problems
 by tracing back the chain of events leading up to this event.Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 RequestCancelActivityTask decision for this cancellation
 request. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String activityId
 Constraints:
 Length: 1 - 256
String result
 Constraints:
 Length: 0 - 32768
Long scheduledEventId
ActivityTaskScheduled event that was
 recorded when this activity task was scheduled. This information can
 be useful for diagnosing problems by tracing back the chain of events
 leading up to this event.Long startedEventId
ActivityTaskStarted event recorded when
 this activity task was started. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.String reason
 Constraints:
 Length: 0 - 256
String details
 Constraints:
 Length: 0 - 32768
Long scheduledEventId
ActivityTaskScheduled event that was
 recorded when this activity task was scheduled. This information can
 be useful for diagnosing problems by tracing back the chain of events
 leading up to this event.Long startedEventId
ActivityTaskStarted event recorded when
 this activity task was started. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.ActivityType activityType
String activityId
 Constraints:
 Length: 1 - 256
String input
 Constraints:
 Length: 0 - 32768
String control
 Constraints:
 Length: 0 - 32768
String scheduleToStartTimeout
 Constraints:
 Length: 0 - 8
String scheduleToCloseTimeout
 Constraints:
 Length: 0 - 8
String startToCloseTimeout
 Constraints:
 Length: 0 - 8
TaskList taskList
String taskPriority
Valid values are
 integers that range from Java's Integer.MIN_VALUE
 (-2147483648) to Integer.MAX_VALUE (2147483647). Higher
 numbers indicate higher priority. 
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision that resulted in the scheduling of this activity task.
 This information can be useful for diagnosing problems by tracing back
 the chain of events leading up to this event.String heartbeatTimeout
 Constraints:
 Length: 0 - 8
String identity
 Constraints:
 Length: 0 - 256
Long scheduledEventId
ActivityTaskScheduled event that was
 recorded when this activity task was scheduled. This information can
 be useful for diagnosing problems by tracing back the chain of events
 leading up to this event.Boolean cancelRequested
true if cancellation of the task is requested.String timeoutType
 Constraints:
 Allowed Values: START_TO_CLOSE, SCHEDULE_TO_START, SCHEDULE_TO_CLOSE, HEARTBEAT
Long scheduledEventId
ActivityTaskScheduled event that was
 recorded when this activity task was scheduled. This information can
 be useful for diagnosing problems by tracing back the chain of events
 leading up to this event.Long startedEventId
ActivityTaskStarted event recorded when
 this activity task was started. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.String details
details parameter for the
 last call made by the activity to
 RecordActivityTaskHeartbeat.
 
 Constraints:
 Length: 0 - 2048
String name
 Constraints:
 Length: 1 - 256
String version
 Constraints:
 Length: 1 - 64
String defaultTaskStartToCloseTimeout
ScheduleActivityTask decision. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String defaultTaskHeartbeatTimeout
You can specify this value only
 when registering an activity type. The registered default value
 can be overridden when you schedule a task through the
 ScheduleActivityTask decision. If the activity worker
 subsequently attempts to record a heartbeat or returns a result, the
 activity worker receives an UnknownResource fault. In
 this case, Amazon SWF no longer considers the activity task to be
 valid; the activity worker should clean up the activity task. 
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
TaskList defaultTaskList
ScheduleActivityTask decision. You can override the
 default registered task list when scheduling a task through the
 ScheduleActivityTask decision.String defaultTaskPriority
Valid values are integers that range from Java's
 Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. 
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String defaultTaskScheduleToStartTimeout
ScheduleActivityTask
 decision. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String defaultTaskScheduleToCloseTimeout
ScheduleActivityTask decision. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
ActivityTypeInfo typeInfo
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
ActivityTypeConfiguration configuration
ActivityType activityType
String status
 Constraints:
 Allowed Values: REGISTERED, DEPRECATED
String description
 Constraints:
 Length: 0 - 1024
Date creationDate
Date deprecationDate
com.amazonaws.internal.ListWithAutoConstructFlag<T> typeInfos
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
String timerId
 Constraints:
 Length: 1 - 256
String timerId
CancelTimer decision that
 failed.
 
 Constraints:
 Length: 1 - 256
String cause
 Constraints:
 Allowed Values: TIMER_ID_UNKNOWN, OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the CancelTimer
 decision to cancel this timer. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.String details
 Constraints:
 Length: 0 - 32768
String cause
 Constraints:
 Allowed Values: UNHANDLED_DECISION, OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 CancelWorkflowExecution decision for this cancellation
 request. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.WorkflowExecution workflowExecution
WorkflowType workflowType
String details
 Constraints:
 Length: 0 - 32768
Long initiatedEventId
StartChildWorkflowExecutionInitiated event
 corresponding to the StartChildWorkflowExecution decision
 to start this child workflow execution. This information can be useful
 for diagnosing problems by tracing back the chain of events leading up
 to this event.Long startedEventId
ChildWorkflowExecutionStarted event
 recorded when this child workflow execution was started. This
 information can be useful for diagnosing problems by tracing back the
 chain of events leading up to this event.WorkflowExecution workflowExecution
WorkflowType workflowType
String result
 Constraints:
 Length: 0 - 32768
Long initiatedEventId
StartChildWorkflowExecutionInitiated event
 corresponding to the StartChildWorkflowExecution decision
 to start this child workflow execution. This information can be useful
 for diagnosing problems by tracing back the chain of events leading up
 to this event.Long startedEventId
ChildWorkflowExecutionStarted event
 recorded when this child workflow execution was started. This
 information can be useful for diagnosing problems by tracing back the
 chain of events leading up to this event.WorkflowExecution workflowExecution
WorkflowType workflowType
String reason
 Constraints:
 Length: 0 - 256
String details
 Constraints:
 Length: 0 - 32768
Long initiatedEventId
StartChildWorkflowExecutionInitiated event
 corresponding to the StartChildWorkflowExecution decision
 to start this child workflow execution. This information can be useful
 for diagnosing problems by tracing back the chain of events leading up
 to this event.Long startedEventId
ChildWorkflowExecutionStarted event
 recorded when this child workflow execution was started. This
 information can be useful for diagnosing problems by tracing back the
 chain of events leading up to this event.WorkflowExecution workflowExecution
WorkflowType workflowType
Long initiatedEventId
StartChildWorkflowExecutionInitiated event
 corresponding to the StartChildWorkflowExecution decision
 to start this child workflow execution. This information can be useful
 for diagnosing problems by tracing back the chain of events leading up
 to this event.WorkflowExecution workflowExecution
WorkflowType workflowType
Long initiatedEventId
StartChildWorkflowExecutionInitiated event
 corresponding to the StartChildWorkflowExecution decision
 to start this child workflow execution. This information can be useful
 for diagnosing problems by tracing back the chain of events leading up
 to this event.Long startedEventId
ChildWorkflowExecutionStarted event
 recorded when this child workflow execution was started. This
 information can be useful for diagnosing problems by tracing back the
 chain of events leading up to this event.WorkflowExecution workflowExecution
WorkflowType workflowType
String timeoutType
 Constraints:
 Allowed Values: START_TO_CLOSE
Long initiatedEventId
StartChildWorkflowExecutionInitiated event
 corresponding to the StartChildWorkflowExecution decision
 to start this child workflow execution. This information can be useful
 for diagnosing problems by tracing back the chain of events leading up
 to this event.Long startedEventId
ChildWorkflowExecutionStarted event
 recorded when this child workflow execution was started. This
 information can be useful for diagnosing problems by tracing back the
 chain of events leading up to this event.String status
 Constraints:
 Allowed Values: COMPLETED, FAILED, CANCELED, TERMINATED, CONTINUED_AS_NEW, TIMED_OUT
String result
 Constraints:
 Length: 0 - 32768
String cause
 Constraints:
 Allowed Values: UNHANDLED_DECISION, OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 CompleteWorkflowExecution decision to complete this
 execution. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String input
 Constraints:
 Length: 0 - 32768
String executionStartToCloseTimeout
defaultExecutionStartToCloseTimeout
 specified when registering the workflow type. The duration is
 specified in seconds; an integer greater than or equal to 0. The value
 "NONE" can be used to specify unlimited duration. 
 Constraints:
 Length: 0 - 8
TaskList taskList
String taskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String taskStartToCloseTimeout
defaultTaskStartToCloseTimout specified when registering
 the workflow type using RegisterWorkflowType. The duration
 is specified in seconds; an integer greater than or equal to 0. The
 value "NONE" can be used to specify unlimited duration. 
 Constraints:
 Length: 0 - 8
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
com.amazonaws.internal.ListWithAutoConstructFlag<T> tagList
 Constraints:
 Length: 0 - 5
String workflowTypeVersion
String lambdaRole
 Constraints:
 Length: 1 - 1224
String cause
 Constraints:
 Allowed Values: UNHANDLED_DECISION, WORKFLOW_TYPE_DEPRECATED, WORKFLOW_TYPE_DOES_NOT_EXIST, DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_TASK_LIST_UNDEFINED, DEFAULT_CHILD_POLICY_UNDEFINED, CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 ContinueAsNewWorkflowExecution decision that started this
 execution. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String domain
 Constraints:
 Length: 1 - 256
ExecutionTimeFilter startTimeFilter
startTimeFilter
 and closeTimeFilter are mutually exclusive. You must
 specify one of these in a request but not both.ExecutionTimeFilter closeTimeFilter
startTimeFilter
 and closeTimeFilter are mutually exclusive. You must
 specify one of these in a request but not both.WorkflowExecutionFilter executionFilter
WorkflowId in the filter are counted.
 closeStatusFilter, executionFilter,
 typeFilter and tagFilter are mutually
 exclusive. You can specify at most one of these in a request.WorkflowTypeFilter typeFilter
closeStatusFilter,
 executionFilter, typeFilter and
 tagFilter are mutually exclusive. You can specify at most
 one of these in a request.TagFilter tagFilter
closeStatusFilter,
 executionFilter, typeFilter and
 tagFilter are mutually exclusive. You can specify at most
 one of these in a request.CloseStatusFilter closeStatusFilter
executionStatus is specified as CLOSED.
 closeStatusFilter, executionFilter,
 typeFilter and tagFilter are mutually
 exclusive. You can specify at most one of these in a request.String domain
 Constraints:
 Length: 1 - 256
ExecutionTimeFilter startTimeFilter
WorkflowTypeFilter typeFilter
executionFilter, typeFilter and
 tagFilter are mutually exclusive. You can specify at most
 one of these in a request.TagFilter tagFilter
executionFilter,
 typeFilter and tagFilter are mutually
 exclusive. You can specify at most one of these in a request.WorkflowExecutionFilter executionFilter
WorkflowId in the filter are counted.
 executionFilter, typeFilter and
 tagFilter are mutually exclusive. You can specify at most
 one of these in a request.String decisionType
 Constraints:
 Allowed Values: ScheduleActivityTask, RequestCancelActivityTask, CompleteWorkflowExecution, FailWorkflowExecution, CancelWorkflowExecution, ContinueAsNewWorkflowExecution, RecordMarker, StartTimer, CancelTimer, SignalExternalWorkflowExecution, RequestCancelExternalWorkflowExecution, StartChildWorkflowExecution, ScheduleLambdaFunction
ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes
ScheduleActivityTask decision. It
 is not set for other decision types.RequestCancelActivityTaskDecisionAttributes requestCancelActivityTaskDecisionAttributes
RequestCancelActivityTask
 decision. It is not set for other decision types.CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes
CompleteWorkflowExecution
 decision. It is not set for other decision types.FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes
FailWorkflowExecution decision.
 It is not set for other decision types.CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes
CancelWorkflowExecution decision.
 It is not set for other decision types.ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes
ContinueAsNewWorkflowExecution
 decision. It is not set for other decision types.RecordMarkerDecisionAttributes recordMarkerDecisionAttributes
RecordMarker decision. It is not
 set for other decision types.StartTimerDecisionAttributes startTimerDecisionAttributes
StartTimer decision. It is not
 set for other decision types.CancelTimerDecisionAttributes cancelTimerDecisionAttributes
CancelTimer decision. It is not
 set for other decision types.SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes
SignalExternalWorkflowExecution
 decision. It is not set for other decision types.RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes
RequestCancelExternalWorkflowExecution decision. It is
 not set for other decision types.StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes
StartChildWorkflowExecution
 decision. It is not set for other decision types.ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes
ScheduleLambdaFunction decision.
 Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
Resource element with the domain name to limit the action
 to only specified domains.Action element
 to allow or deny permission to call this action.Condition element
 with the appropriate keys. activityType.name:
 String constraint. The key is swf:activityType.name.activityType.version: String constraint. The key is
 swf:activityType.version.taskList:
 String constraint. The key is swf:taskList.name.If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
String taskToken
 Constraints:
 Length: 1 - 1024
Long startedEventId
DecisionTaskStarted event recorded in the
 history.WorkflowExecution workflowExecution
WorkflowType workflowType
com.amazonaws.internal.ListWithAutoConstructFlag<T> events
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Long previousStartedEventId
String executionContext
 Constraints:
 Length: 0 - 32768
Long scheduledEventId
DecisionTaskScheduled event that was
 recorded when this decision task was scheduled. This information can
 be useful for diagnosing problems by tracing back the chain of events
 leading up to this event.Long startedEventId
DecisionTaskStarted event recorded when
 this decision task was started. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.TaskList taskList
String taskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String startToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String identity
 Constraints:
 Length: 0 - 256
Long scheduledEventId
DecisionTaskScheduled event that was
 recorded when this decision task was scheduled. This information can
 be useful for diagnosing problems by tracing back the chain of events
 leading up to this event.String timeoutType
 Constraints:
 Allowed Values: START_TO_CLOSE
Long scheduledEventId
DecisionTaskScheduled event that was
 recorded when this decision task was scheduled. This information can
 be useful for diagnosing problems by tracing back the chain of events
 leading up to this event.Long startedEventId
DecisionTaskStarted event recorded when
 this decision task was started. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.String domain
 Constraints:
 Length: 1 - 256
ActivityType activityType
String name
 Constraints:
 Length: 1 - 256
String domain
 Constraints:
 Length: 1 - 256
WorkflowType workflowType
String domain
 Constraints:
 Length: 1 - 256
ActivityType activityType
name and version that were
 supplied when the activity was registered.String name
 Constraints:
 Length: 1 - 256
String domain
 Constraints:
 Length: 1 - 256
WorkflowExecution execution
String domain
 Constraints:
 Length: 1 - 256
WorkflowType workflowType
String workflowExecutionRetentionPeriodInDays
 Constraints:
 Length: 1 - 8
DomainInfo domainInfo
DomainConfiguration configuration
String name
 Constraints:
 Length: 1 - 256
String status
 Constraints:
 Allowed Values: REGISTERED, DEPRECATED
String description
 Constraints:
 Length: 0 - 1024
com.amazonaws.internal.ListWithAutoConstructFlag<T> domainInfos
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
WorkflowExecution workflowExecution
Long initiatedEventId
RequestCancelExternalWorkflowExecutionInitiated event
 corresponding to the
 RequestCancelExternalWorkflowExecution decision to cancel
 this external workflow execution. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.WorkflowExecution workflowExecution
Long initiatedEventId
SignalExternalWorkflowExecutionInitiated
 event corresponding to the
 SignalExternalWorkflowExecution decision to request this
 signal. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String cause
 Constraints:
 Allowed Values: UNHANDLED_DECISION, OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 FailWorkflowExecution decision to fail this execution.
 This information can be useful for diagnosing problems by tracing back
 the chain of events leading up to this event.String domain
 Constraints:
 Length: 1 - 256
WorkflowExecution execution
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Integer maximumPageSize
nextPageToken can be used to obtain futher pages of
 results. The default is 1000, which is the maximum allowed page size.
 You can, however, specify a page size smaller than the maximum.
 This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.
 Constraints:
 Range: 0 - 1000
Boolean reverseOrder
true, returns the events in reverse order. By
 default the results are returned in ascending order of the
 eventTimeStamp of the events.com.amazonaws.internal.ListWithAutoConstructFlag<T> events
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Date eventTimestamp
String eventType
 Constraints:
 Allowed Values: WorkflowExecutionStarted, WorkflowExecutionCancelRequested, WorkflowExecutionCompleted, CompleteWorkflowExecutionFailed, WorkflowExecutionFailed, FailWorkflowExecutionFailed, WorkflowExecutionTimedOut, WorkflowExecutionCanceled, CancelWorkflowExecutionFailed, WorkflowExecutionContinuedAsNew, ContinueAsNewWorkflowExecutionFailed, WorkflowExecutionTerminated, DecisionTaskScheduled, DecisionTaskStarted, DecisionTaskCompleted, DecisionTaskTimedOut, ActivityTaskScheduled, ScheduleActivityTaskFailed, ActivityTaskStarted, ActivityTaskCompleted, ActivityTaskFailed, ActivityTaskTimedOut, ActivityTaskCanceled, ActivityTaskCancelRequested, RequestCancelActivityTaskFailed, WorkflowExecutionSignaled, MarkerRecorded, RecordMarkerFailed, TimerStarted, StartTimerFailed, TimerFired, TimerCanceled, CancelTimerFailed, StartChildWorkflowExecutionInitiated, StartChildWorkflowExecutionFailed, ChildWorkflowExecutionStarted, ChildWorkflowExecutionCompleted, ChildWorkflowExecutionFailed, ChildWorkflowExecutionTimedOut, ChildWorkflowExecutionCanceled, ChildWorkflowExecutionTerminated, SignalExternalWorkflowExecutionInitiated, SignalExternalWorkflowExecutionFailed, ExternalWorkflowExecutionSignaled, RequestCancelExternalWorkflowExecutionInitiated, RequestCancelExternalWorkflowExecutionFailed, ExternalWorkflowExecutionCancelRequested, LambdaFunctionScheduled, LambdaFunctionStarted, LambdaFunctionCompleted, LambdaFunctionFailed, LambdaFunctionTimedOut, ScheduleLambdaFunctionFailed, StartLambdaFunctionFailed
Long eventId
WorkflowExecutionStartedEventAttributes workflowExecutionStartedEventAttributes
WorkflowExecutionStarted then
 this member is set and provides detailed information about the event.
 It is not set for other event types.WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes
WorkflowExecutionCompleted then
 this member is set and provides detailed information about the event.
 It is not set for other event types.CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes
CompleteWorkflowExecutionFailed
 then this member is set and provides detailed information about the
 event. It is not set for other event types.WorkflowExecutionFailedEventAttributes workflowExecutionFailedEventAttributes
WorkflowExecutionFailed then this
 member is set and provides detailed information about the event. It is
 not set for other event types.FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes
FailWorkflowExecutionFailed then
 this member is set and provides detailed information about the event.
 It is not set for other event types.WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes
WorkflowExecutionTimedOut then
 this member is set and provides detailed information about the event.
 It is not set for other event types.WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes
WorkflowExecutionCanceled then
 this member is set and provides detailed information about the event.
 It is not set for other event types.CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes
CancelWorkflowExecutionFailed
 then this member is set and provides detailed information about the
 event. It is not set for other event types.WorkflowExecutionContinuedAsNewEventAttributes workflowExecutionContinuedAsNewEventAttributes
WorkflowExecutionContinuedAsNew
 then this member is set and provides detailed information about the
 event. It is not set for other event types.ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes
ContinueAsNewWorkflowExecutionFailed then this member is
 set and provides detailed information about the event. It is not set
 for other event types.WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes
WorkflowExecutionTerminated then
 this member is set and provides detailed information about the event.
 It is not set for other event types.WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes
WorkflowExecutionCancelRequested
 then this member is set and provides detailed information about the
 event. It is not set for other event types.DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes
DecisionTaskScheduled then this
 member is set and provides detailed information about the event. It is
 not set for other event types.DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes
DecisionTaskStarted then this
 member is set and provides detailed information about the event. It is
 not set for other event types.DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes
DecisionTaskCompleted then this
 member is set and provides detailed information about the event. It is
 not set for other event types.DecisionTaskTimedOutEventAttributes decisionTaskTimedOutEventAttributes
DecisionTaskTimedOut then this
 member is set and provides detailed information about the event. It is
 not set for other event types.ActivityTaskScheduledEventAttributes activityTaskScheduledEventAttributes
ActivityTaskScheduled then this
 member is set and provides detailed information about the event. It is
 not set for other event types.ActivityTaskStartedEventAttributes activityTaskStartedEventAttributes
ActivityTaskStarted then this
 member is set and provides detailed information about the event. It is
 not set for other event types.ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes
ActivityTaskCompleted then this
 member is set and provides detailed information about the event. It is
 not set for other event types.ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes
ActivityTaskFailed then this
 member is set and provides detailed information about the event. It is
 not set for other event types.ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes
ActivityTaskTimedOut then this
 member is set and provides detailed information about the event. It is
 not set for other event types.ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes
ActivityTaskCanceled then this
 member is set and provides detailed information about the event. It is
 not set for other event types.ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes
ActivityTaskcancelRequested then
 this member is set and provides detailed information about the event.
 It is not set for other event types.WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes
WorkflowExecutionSignaled then
 this member is set and provides detailed information about the event.
 It is not set for other event types.MarkerRecordedEventAttributes markerRecordedEventAttributes
MarkerRecorded then this member
 is set and provides detailed information about the event. It is not
 set for other event types.RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes
DecisionTaskFailed then this
 member is set and provides detailed information about the event. It is
 not set for other event types.TimerStartedEventAttributes timerStartedEventAttributes
TimerStarted then this member is
 set and provides detailed information about the event. It is not set
 for other event types.TimerFiredEventAttributes timerFiredEventAttributes
TimerFired then this member is
 set and provides detailed information about the event. It is not set
 for other event types.TimerCanceledEventAttributes timerCanceledEventAttributes
TimerCanceled then this member is
 set and provides detailed information about the event. It is not set
 for other event types.StartChildWorkflowExecutionInitiatedEventAttributes startChildWorkflowExecutionInitiatedEventAttributes
StartChildWorkflowExecutionInitiated then this member is
 set and provides detailed information about the event. It is not set
 for other event types.ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes
ChildWorkflowExecutionStarted
 then this member is set and provides detailed information about the
 event. It is not set for other event types.ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes
ChildWorkflowExecutionCompleted
 then this member is set and provides detailed information about the
 event. It is not set for other event types.ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes
ChildWorkflowExecutionFailed then
 this member is set and provides detailed information about the event.
 It is not set for other event types.ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes
ChildWorkflowExecutionTimedOut
 then this member is set and provides detailed information about the
 event. It is not set for other event types.ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes
ChildWorkflowExecutionCanceled
 then this member is set and provides detailed information about the
 event. It is not set for other event types.ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes
ChildWorkflowExecutionTerminated
 then this member is set and provides detailed information about the
 event. It is not set for other event types.SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes
SignalExternalWorkflowExecutionInitiated then this member
 is set and provides detailed information about the event. It is not
 set for other event types.ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes
ExternalWorkflowExecutionSignaled
 then this member is set and provides detailed information about the
 event. It is not set for other event types.SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes
SignalExternalWorkflowExecutionFailed then this member is
 set and provides detailed information about the event. It is not set
 for other event types.ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes
ExternalWorkflowExecutionCancelRequested then this member
 is set and provides detailed information about the event. It is not
 set for other event types.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes
RequestCancelExternalWorkflowExecutionInitiated then this
 member is set and provides detailed information about the event. It is
 not set for other event types.RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes
RequestCancelExternalWorkflowExecutionFailed then this
 member is set and provides detailed information about the event. It is
 not set for other event types.ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes
ScheduleActivityTaskFailed then
 this member is set and provides detailed information about the event.
 It is not set for other event types.RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes
RequestCancelActivityTaskFailed
 then this member is set and provides detailed information about the
 event. It is not set for other event types.StartTimerFailedEventAttributes startTimerFailedEventAttributes
StartTimerFailed then this member
 is set and provides detailed information about the event. It is not
 set for other event types.CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes
CancelTimerFailed then this
 member is set and provides detailed information about the event. It is
 not set for other event types.StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes
StartChildWorkflowExecutionFailed
 then this member is set and provides detailed information about the
 event. It is not set for other event types.LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes
LambdaFunctionScheduled event.LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes
LambdaFunctionStarted event.LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes
LambdaFunctionCompleted event.LambdaFunctionFailedEventAttributes lambdaFunctionFailedEventAttributes
LambdaFunctionFailed event.LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes
LambdaFunctionTimedOut event.ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes
ScheduleLambdaFunctionFailed
 event.StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes
StartLambdaFunctionFailed event.Long scheduledEventId
LambdaFunctionScheduled event that was
 recorded when this AWS Lambda function was scheduled. This information
 can be useful for diagnosing problems by tracing back the chain of
 events leading up to this event.Long startedEventId
LambdaFunctionStarted event recorded in the
 history.String result
 Constraints:
 Length: 0 - 32768
Long scheduledEventId
LambdaFunctionScheduled event that was
 recorded when this AWS Lambda function was scheduled. This information
 can be useful for diagnosing problems by tracing back the chain of
 events leading up to this event.Long startedEventId
LambdaFunctionStarted event recorded in the
 history.String reason
 Constraints:
 Length: 0 - 256
String details
 Constraints:
 Length: 0 - 32768
String id
 Constraints:
 Length: 1 - 256
String name
 Constraints:
 Length: 1 - 64
String input
 Constraints:
 Length: 1 - 32768
String startToCloseTimeout
 Constraints:
 Length: 0 - 8
Long decisionTaskCompletedEventId
DecisionTaskCompleted event for the
 decision that resulted in the scheduling of this AWS Lambda function.
 This information can be useful for diagnosing problems by tracing back
 the chain of events leading up to this event.Long scheduledEventId
LambdaFunctionScheduled event that was
 recorded when this AWS Lambda function was scheduled. This information
 can be useful for diagnosing problems by tracing back the chain of
 events leading up to this event.Long scheduledEventId
LambdaFunctionScheduled event that was
 recorded when this AWS Lambda function was scheduled. This information
 can be useful for diagnosing problems by tracing back the chain of
 events leading up to this event.Long startedEventId
LambdaFunctionStarted event recorded in the
 history.String timeoutType
 Constraints:
 Allowed Values: START_TO_CLOSE
String domain
 Constraints:
 Length: 1 - 256
String name
 Constraints:
 Length: 1 - 256
String registrationStatus
 Constraints:
 Allowed Values: REGISTERED, DEPRECATED
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Integer maximumPageSize
nextPageToken can be used to obtain futher pages of
 results. The default is 1000, which is the maximum allowed page size.
 You can, however, specify a page size smaller than the maximum.
 This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.
 Constraints:
 Range: 0 - 1000
Boolean reverseOrder
true, returns the results in reverse order.
 By default, the results are returned in ascending alphabetical order
 by name of the activity types.String domain
 Constraints:
 Length: 1 - 256
ExecutionTimeFilter startTimeFilter
startTimeFilter and closeTimeFilter
 are mutually exclusive. You must specify one of these in a request but
 not both.ExecutionTimeFilter closeTimeFilter
startTimeFilter and closeTimeFilter
 are mutually exclusive. You must specify one of these in a request but
 not both.WorkflowExecutionFilter executionFilter
closeStatusFilter, executionFilter,
 typeFilter and tagFilter are mutually
 exclusive. You can specify at most one of these in a request.CloseStatusFilter closeStatusFilter
closeStatusFilter, executionFilter,
 typeFilter and tagFilter are mutually
 exclusive. You can specify at most one of these in a request.WorkflowTypeFilter typeFilter
closeStatusFilter,
 executionFilter, typeFilter and
 tagFilter are mutually exclusive. You can specify at most
 one of these in a request.TagFilter tagFilter
closeStatusFilter, executionFilter,
 typeFilter and tagFilter are mutually
 exclusive. You can specify at most one of these in a request.String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Integer maximumPageSize
nextPageToken can be used to obtain futher pages of
 results. The default is 1000, which is the maximum allowed page size.
 You can, however, specify a page size smaller than the maximum.
 This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.
 Constraints:
 Range: 0 - 1000
Boolean reverseOrder
true, returns the results in reverse order.
 By default the results are returned in descending order of the start
 or the close time of the executions.String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
String registrationStatus
 Constraints:
 Allowed Values: REGISTERED, DEPRECATED
Integer maximumPageSize
nextPageToken can be used to obtain futher pages of
 results. The default is 1000, which is the maximum allowed page size.
 You can, however, specify a page size smaller than the maximum.
 This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.
 Constraints:
 Range: 0 - 1000
Boolean reverseOrder
true, returns the results in reverse order.
 By default, the results are returned in ascending alphabetical order
 by name of the domains.String domain
 Constraints:
 Length: 1 - 256
ExecutionTimeFilter startTimeFilter
WorkflowTypeFilter typeFilter
executionFilter, typeFilter
 and tagFilter are mutually exclusive. You can specify at
 most one of these in a request.TagFilter tagFilter
executionFilter, typeFilter and
 tagFilter are mutually exclusive. You can specify at most
 one of these in a request.String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Integer maximumPageSize
nextPageToken can be used to obtain futher pages of
 results. The default is 1000, which is the maximum allowed page size.
 You can, however, specify a page size smaller than the maximum.
 This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.
 Constraints:
 Range: 0 - 1000
Boolean reverseOrder
true, returns the results in reverse order.
 By default the results are returned in descending order of the start
 time of the executions.WorkflowExecutionFilter executionFilter
executionFilter, typeFilter and
 tagFilter are mutually exclusive. You can specify at most
 one of these in a request.String domain
 Constraints:
 Length: 1 - 256
String name
 Constraints:
 Length: 1 - 256
String registrationStatus
 Constraints:
 Allowed Values: REGISTERED, DEPRECATED
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Integer maximumPageSize
nextPageToken can be used to obtain futher pages of
 results. The default is 1000, which is the maximum allowed page size.
 You can, however, specify a page size smaller than the maximum.
 This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.
 Constraints:
 Range: 0 - 1000
Boolean reverseOrder
true, returns the results in reverse order.
 By default the results are returned in ascending alphabetical order of
 the name of the workflow types.String markerName
 Constraints:
 Length: 1 - 256
String details
 Constraints:
 Length: 0 - 32768
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the RecordMarker
 decision that requested this marker. This information can be useful
 for diagnosing problems by tracing back the chain of events leading up
 to this event.String domain
 Constraints:
 Length: 1 - 256
TaskList taskList
The specified
 string must not start or end with whitespace. It must not contain a
 : (colon), / (slash), |
 (vertical bar), or any control characters ( - |  -
 Ÿ). Also, it must not contain the literal string "arn".
String identity
ActivityTaskStarted event in the workflow history. This
 enables diagnostic tracing when problems arise. The form of this
 identity is user defined.
 
 Constraints:
 Length: 0 - 256
String domain
 Constraints:
 Length: 1 - 256
TaskList taskList
The specified
 string must not start or end with whitespace. It must not contain a
 : (colon), / (slash), |
 (vertical bar), or any control characters ( - |  -
 Ÿ). Also, it must not contain the literal string "arn".
String identity
 Constraints:
 Length: 0 - 256
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call. nextPageToken
 returned by this action cannot be used with
 GetWorkflowExecutionHistory to get the next page. You must call
 PollForDecisionTask again (with the nextPageToken)
 to retrieve the next page of history records. Calling
 PollForDecisionTask with a nextPageToken will not
 return a new decision task.
 Constraints:
 Length: 0 - 2048
Integer maximumPageSize
nextPageToken can be used to obtain futher pages of
 results. The default is 1000, which is the maximum allowed page size.
 You can, however, specify a page size smaller than the maximum.
 This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.
 Constraints:
 Range: 0 - 1000
Boolean reverseOrder
true, returns the events in reverse order. By
 default the results are returned in ascending order of the
 eventTimestamp of the events.String taskToken
taskToken of the ActivityTask. taskToken is generated by the service and should be
 treated as an opaque value. If the task is passed to another process,
 its taskToken must also be passed. This enables it to
 provide its progress and respond with results. 
 Constraints:
 Length: 1 - 1024
String details
 Constraints:
 Length: 0 - 2048
String markerName
 Constraints:
 Length: 1 - 256
String cause
 Constraints:
 Allowed Values: OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 RecordMarkerFailed decision for this cancellation
 request. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String domain
 Constraints:
 Length: 1 - 256
String name
The specified
 string must not start or end with whitespace. It must not contain a
 : (colon), / (slash), |
 (vertical bar), or any control characters ( - |  -
 Ÿ). Also, it must not contain the literal string "arn".
 
 Constraints:
 Length: 1 - 256
String version
The specified string must not start or end with
 whitespace. It must not contain a : (colon),
 / (slash), | (vertical bar), or any control
 characters ( - |  - Ÿ). Also, it must not
 contain the literal string "arn".
 
 Constraints:
 Length: 1 - 64
String description
 Constraints:
 Length: 0 - 1024
String defaultTaskStartToCloseTimeout
ScheduleActivityTask decision. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String defaultTaskHeartbeatTimeout
ScheduleActivityTask decision. If the activity worker
 subsequently attempts to record a heartbeat or returns a result, the
 activity worker receives an UnknownResource fault. In
 this case, Amazon SWF no longer considers the activity task to be
 valid; the activity worker should clean up the activity task. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
TaskList defaultTaskList
ScheduleActivityTask decision.String defaultTaskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String defaultTaskScheduleToStartTimeout
ScheduleActivityTask decision. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String defaultTaskScheduleToCloseTimeout
ScheduleActivityTask decision.
 The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String name
The specified string must not
 start or end with whitespace. It must not contain a :
 (colon), / (slash), | (vertical bar), or any
 control characters ( - |  - Ÿ). Also, it must
 not contain the literal string "arn".
 
 Constraints:
 Length: 1 - 256
String description
 Constraints:
 Length: 0 - 1024
String workflowExecutionRetentionPeriodInDays
If you pass the value
 NONE or 0 (zero), then the workflow
 execution history will not be retained. As soon as the workflow
 execution completes, the execution record and its history are deleted.
 
The maximum workflow execution retention period is 90 days. For more information about Amazon SWF service limits, see: Amazon SWF Service Limits in the Amazon SWF Developer Guide.
 Constraints:
 Length: 1 - 8
String domain
 Constraints:
 Length: 1 - 256
String name
The specified string must not start
 or end with whitespace. It must not contain a : (colon),
 / (slash), | (vertical bar), or any control
 characters ( - |  - Ÿ). Also, it must not
 contain the literal string "arn".
 
 Constraints:
 Length: 1 - 256
String version
The specified
 string must not start or end with whitespace. It must not contain a
 : (colon), / (slash), |
 (vertical bar), or any control characters ( - |  -
 Ÿ). Also, it must not contain the literal string "arn".
 
 Constraints:
 Length: 1 - 64
String description
 Constraints:
 Length: 0 - 1024
String defaultTaskStartToCloseTimeout
StartChildWorkflowExecution decision. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String defaultExecutionStartToCloseTimeout
StartChildWorkflowExecution decision. The duration is
 specified in seconds; an integer greater than or equal to 0. Unlike
 some of the other timeout parameters in Amazon SWF, you cannot specify
 a value of "NONE" for
 defaultExecutionStartToCloseTimeout; there is a one-year
 max limit on the time that a workflow execution can run. Exceeding
 this limit will always cause the workflow execution to time out.
 
 Constraints:
 Length: 0 - 8
TaskList defaultTaskList
StartChildWorkflowExecution decision.String defaultTaskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String defaultChildPolicy
StartChildWorkflowExecution decision. The supported child policies are:
WorkflowExecutionCancelRequested event in its
 history. It is up to the decider to take appropriate actions when it
 receives an execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
String defaultLambdaRole
This default can be
 overridden when starting a workflow execution using the
 StartWorkflowExecution action or the
 StartChildWorkflowExecution and
 ContinueAsNewWorkflowExecution decision.
 
 Constraints:
 Length: 1 - 1224
String activityId
activityId of the activity task to be canceled.
 
 Constraints:
 Length: 1 - 256
String activityId
RequestCancelActivityTask
 decision that failed.
 
 Constraints:
 Length: 1 - 256
String cause
 Constraints:
 Allowed Values: ACTIVITY_ID_UNKNOWN, OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 RequestCancelActivityTask decision for this cancellation
 request. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String workflowId
workflowId of the external workflow
 execution to cancel.
 
 Constraints:
 Length: 1 - 256
String runId
runId of the external workflow execution to cancel.
 
 Constraints:
 Length: 0 - 64
String control
 Constraints:
 Length: 0 - 32768
String workflowId
workflowId of the external workflow to which the
 cancel request was to be delivered.
 
 Constraints:
 Length: 1 - 256
String runId
runId of the external workflow execution.
 
 Constraints:
 Length: 0 - 64
String cause
 Constraints:
 Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
Long initiatedEventId
RequestCancelExternalWorkflowExecutionInitiated event
 corresponding to the
 RequestCancelExternalWorkflowExecution decision to cancel
 this external workflow execution. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 RequestCancelExternalWorkflowExecution decision for this
 cancellation request. This information can be useful for diagnosing
 problems by tracing back the chain of events leading up to this event.String control
String workflowId
workflowId of the external workflow execution to be
 canceled.
 
 Constraints:
 Length: 1 - 256
String runId
runId of the external workflow execution to be
 canceled.
 
 Constraints:
 Length: 0 - 64
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 RequestCancelExternalWorkflowExecution decision for this
 cancellation request. This information can be useful for diagnosing
 problems by tracing back the chain of events leading up to this event.String control
 Constraints:
 Length: 0 - 32768
String domain
 Constraints:
 Length: 1 - 256
String workflowId
 Constraints:
 Length: 1 - 256
String runId
 Constraints:
 Length: 0 - 64
String taskToken
taskToken of the ActivityTask.
 taskToken is generated by the service and
 should be treated as an opaque value. If the task is passed to another
 process, its taskToken must also be passed. This enables
 it to provide its progress and respond with results.
 Constraints:
 Length: 1 - 1024
String details
 Constraints:
 Length: 0 - 32768
String taskToken
taskToken of the ActivityTask. taskToken is generated by the service and should be
 treated as an opaque value. If the task is passed to another process,
 its taskToken must also be passed. This enables it to
 provide its progress and respond with results.
 Constraints:
 Length: 1 - 1024
String result
 Constraints:
 Length: 0 - 32768
String taskToken
taskToken of the ActivityTask. taskToken is generated by the service and should be
 treated as an opaque value. If the task is passed to another process,
 its taskToken must also be passed. This enables it to
 provide its progress and respond with results.
 Constraints:
 Length: 1 - 1024
String reason
 Constraints:
 Length: 0 - 256
String details
 Constraints:
 Length: 0 - 32768
String taskToken
taskToken from the DecisionTask.
 taskToken is generated by the service and
 should be treated as an opaque value. If the task is passed to another
 process, its taskToken must also be passed. This enables
 it to provide its progress and respond with results.
 Constraints:
 Length: 1 - 1024
com.amazonaws.internal.ListWithAutoConstructFlag<T> decisions
String executionContext
 Constraints:
 Length: 0 - 32768
String runId
runId of a workflow execution. This ID is generated
 by the service and can be used to uniquely identify the workflow
 execution within a domain.
 
 Constraints:
 Length: 1 - 64
ActivityType activityType
String activityId
activityId of the activity task.
 The specified string must not start or end with whitespace. It must
 not contain a : (colon), / (slash),
 | (vertical bar), or any control characters
 ( - |  - Ÿ). Also, it must not contain the
 literal string "arn".
 
 Constraints:
 Length: 1 - 256
String control
 Constraints:
 Length: 0 - 32768
String input
 Constraints:
 Length: 0 - 32768
String scheduleToCloseTimeout
The duration is
 specified in seconds; an integer greater than or equal to 0. The value
 "NONE" can be used to specify unlimited duration. 
 Constraints:
 Length: 0 - 8
TaskList taskList
defaultTaskList
 registered with the activity type will be used. The specified string must not start or end
 with whitespace. It must not contain a : (colon),
 / (slash), | (vertical bar), or any control
 characters ( - |  - Ÿ). Also, it must not
 contain the literal string "arn".
String taskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String scheduleToStartTimeout
The duration is specified in
 seconds; an integer greater than or equal to 0. The value "NONE" can
 be used to specify unlimited duration. 
 Constraints:
 Length: 0 - 8
String startToCloseTimeout
The duration is specified in seconds;
 an integer greater than or equal to 0. The value "NONE" can be used to
 specify unlimited duration. 
 Constraints:
 Length: 0 - 8
String heartbeatTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
ActivityType activityType
ScheduleActivityTask
 decision that failed.String activityId
ScheduleActivityTask
 decision that failed.
 
 Constraints:
 Length: 1 - 256
String cause
 Constraints:
 Allowed Values: ACTIVITY_TYPE_DEPRECATED, ACTIVITY_TYPE_DOES_NOT_EXIST, ACTIVITY_ID_ALREADY_IN_USE, OPEN_ACTIVITIES_LIMIT_EXCEEDED, ACTIVITY_CREATION_RATE_EXCEEDED, DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_TASK_LIST_UNDEFINED, DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED, DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED, OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision that resulted in the scheduling of this activity task.
 This information can be useful for diagnosing problems by tracing back
 the chain of events leading up to this event.String id
id of the AWS Lambda task.
 The specified string must not start or end with whitespace. It must
 not contain a : (colon), / (slash),
 | (vertical bar), or any control characters
 ( - |  - Ÿ). Also, it must not contain the
 literal string "arn".
 
 Constraints:
 Length: 1 - 256
String name
 Constraints:
 Length: 1 - 64
String input
 Constraints:
 Length: 1 - 32768
String startToCloseTimeout
 Constraints:
 Length: 0 - 8
String id
 Constraints:
 Length: 1 - 256
String name
 Constraints:
 Length: 1 - 64
String cause
 Constraints:
 Allowed Values: ID_ALREADY_IN_USE, OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED, LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED, LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision that resulted in the scheduling of this AWS Lambda
 function. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String workflowId
workflowId of the workflow execution
 to be signaled.
 
 Constraints:
 Length: 1 - 256
String runId
runId of the workflow execution to be signaled.
 
 Constraints:
 Length: 0 - 64
String signalName
 Constraints:
 Length: 1 - 256
String input
 Constraints:
 Length: 0 - 32768
String control
 Constraints:
 Length: 0 - 32768
String workflowId
workflowId of the external workflow execution that
 the signal was being delivered to.
 
 Constraints:
 Length: 1 - 256
String runId
runId of the external workflow execution that the
 signal was being delivered to.
 
 Constraints:
 Length: 0 - 64
String cause
 Constraints:
 Allowed Values: UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
Long initiatedEventId
SignalExternalWorkflowExecutionInitiated
 event corresponding to the
 SignalExternalWorkflowExecution decision to request this
 signal. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 SignalExternalWorkflowExecution decision for this signal.
 This information can be useful for diagnosing problems by tracing back
 the chain of events leading up to this event.String control
String workflowId
workflowId of the external workflow execution.
 
 Constraints:
 Length: 1 - 256
String runId
runId of the external workflow execution to send the
 signal to.
 
 Constraints:
 Length: 0 - 64
String signalName
 Constraints:
 Length: 1 - 256
String input
 Constraints:
 Length: 0 - 32768
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 SignalExternalWorkflowExecution decision for this signal.
 This information can be useful for diagnosing problems by tracing back
 the chain of events leading up to this event.String control
 Constraints:
 Length: 0 - 32768
String domain
 Constraints:
 Length: 1 - 256
String workflowId
 Constraints:
 Length: 1 - 256
String runId
 Constraints:
 Length: 0 - 64
String signalName
 Constraints:
 Length: 1 - 256
String input
WorkflowExecutionSignaled event in
 the target workflow execution's history.
 
 Constraints:
 Length: 0 - 32768
WorkflowType workflowType
String workflowId
workflowId of the workflow
 execution. The specified string must not start or end with
 whitespace. It must not contain a : (colon),
 / (slash), | (vertical bar), or any control
 characters ( - |  - Ÿ). Also, it must not
 contain the literal string "arn".
 
 Constraints:
 Length: 1 - 256
String control
 Constraints:
 Length: 0 - 32768
String input
 Constraints:
 Length: 0 - 32768
String executionStartToCloseTimeout
The duration is specified in seconds; an integer
 greater than or equal to 0. The value "NONE" can be used to specify
 unlimited duration. 
 Constraints:
 Length: 0 - 8
TaskList taskList
The specified string must not start or end with
 whitespace. It must not contain a : (colon),
 / (slash), | (vertical bar), or any control
 characters ( - |  - Ÿ). Also, it must not
 contain the literal string "arn".
String taskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String taskStartToCloseTimeout
defaultTaskStartToCloseTimout specified when registering
 the workflow type using RegisterWorkflowType. The duration
 is specified in seconds; an integer greater than or equal to 0. The
 value "NONE" can be used to specify unlimited duration. 
 Constraints:
 Length: 0 - 8
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
com.amazonaws.internal.ListWithAutoConstructFlag<T> tagList
 Constraints:
 Length: 0 - 5
String lambdaRole
 Constraints:
 Length: 1 - 1224
WorkflowType workflowType
StartChildWorkflowExecution decision that failed.String cause
 Constraints:
 Allowed Values: WORKFLOW_TYPE_DOES_NOT_EXIST, WORKFLOW_TYPE_DEPRECATED, OPEN_CHILDREN_LIMIT_EXCEEDED, OPEN_WORKFLOWS_LIMIT_EXCEEDED, CHILD_CREATION_RATE_EXCEEDED, WORKFLOW_ALREADY_RUNNING, DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_TASK_LIST_UNDEFINED, DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_CHILD_POLICY_UNDEFINED, OPERATION_NOT_PERMITTED
String workflowId
workflowId of the child workflow execution.
 
 Constraints:
 Length: 1 - 256
Long initiatedEventId
StartChildWorkflowExecutionInitiated event
 corresponding to the StartChildWorkflowExecution decision
 to start this child workflow execution. This information can be useful
 for diagnosing problems by tracing back the chain of events leading up
 to this event.Long decisionTaskCompletedEventId
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 cause of events.String control
String workflowId
workflowId of the child workflow execution.
 
 Constraints:
 Length: 1 - 256
WorkflowType workflowType
String control
 Constraints:
 Length: 0 - 32768
String input
 Constraints:
 Length: 0 - 32768
String executionStartToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
TaskList taskList
String taskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
Long decisionTaskCompletedEventId
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 cause of events.String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its
 history. It is up to the decider to take appropriate actions when it
 receives an execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
String taskStartToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
com.amazonaws.internal.ListWithAutoConstructFlag<T> tagList
 Constraints:
 Length: 0 - 5
String lambdaRole
 Constraints:
 Length: 1 - 1224
Long scheduledEventId
LambdaFunctionScheduled event that was
 recorded when this AWS Lambda function was scheduled. This information
 can be useful for diagnosing problems by tracing back the chain of
 events leading up to this event.String cause
 Constraints:
 Allowed Values: ASSUME_ROLE_FAILED
String message
 Constraints:
 Length: 0 - 1728
String timerId
The specified string
 must not start or end with whitespace. It must not contain a
 : (colon), / (slash), |
 (vertical bar), or any control characters ( - |  -
 Ÿ). Also, it must not contain the literal string "arn".
 
 Constraints:
 Length: 1 - 256
String control
 Constraints:
 Length: 0 - 32768
String startToFireTimeout
The duration is specified in seconds; an integer greater than or equal to 0.
 Constraints:
 Length: 1 - 8
String timerId
StartTimer decision that
 failed.
 
 Constraints:
 Length: 1 - 256
String cause
 Constraints:
 Allowed Values: TIMER_ID_ALREADY_IN_USE, OPEN_TIMERS_LIMIT_EXCEEDED, TIMER_CREATION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the StartTimer
 decision for this activity task. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.String domain
 Constraints:
 Length: 1 - 256
String workflowId
workflowId at
 the same time. The specified string must not start or end with
 whitespace. It must not contain a : (colon),
 / (slash), | (vertical bar), or any control
 characters ( - |  - Ÿ). Also, it must not
 contain the literal string "arn".
 
 Constraints:
 Length: 1 - 256
WorkflowType workflowType
TaskList taskList
defaultTaskList
 specified when registering the workflow type. The specified string must not start
 or end with whitespace. It must not contain a : (colon),
 / (slash), | (vertical bar), or any control
 characters ( - |  - Ÿ). Also, it must not
 contain the literal string "arn".
String taskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String input
input is made available to the new workflow execution in
 the WorkflowExecutionStarted history event.
 
 Constraints:
 Length: 0 - 32768
String executionStartToCloseTimeout
The duration is specified in seconds; an integer
 greater than or equal to 0. Exceeding this limit will cause the
 workflow execution to time out. Unlike some of the other timeout
 parameters in Amazon SWF, you cannot specify a value of "NONE" for
 this timeout; there is a one-year max limit on the time that a
 workflow execution can run. 
 Constraints:
 Length: 0 - 8
com.amazonaws.internal.ListWithAutoConstructFlag<T> tagList
 Constraints:
 Length: 0 - 5
String taskStartToCloseTimeout
defaultTaskStartToCloseTimout specified when registering
 the workflow type using RegisterWorkflowType. The duration
 is specified in seconds; an integer greater than or equal to 0. The
 value "NONE" can be used to specify unlimited duration. 
 Constraints:
 Length: 0 - 8
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
String lambdaRole
 Constraints:
 Length: 1 - 1224
String tag
 Constraints:
 Length: 1 - 256
String name
 Constraints:
 Length: 1 - 256
String domain
 Constraints:
 Length: 1 - 256
String workflowId
 Constraints:
 Length: 1 - 256
String runId
 Constraints:
 Length: 0 - 64
String reason
 Constraints:
 Length: 0 - 256
String details
 Constraints:
 Length: 0 - 32768
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
String timerId
 Constraints:
 Length: 1 - 256
Long startedEventId
TimerStarted event that was recorded when
 this timer was started. This information can be useful for diagnosing
 problems by tracing back the chain of events leading up to this event.Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the CancelTimer
 decision to cancel this timer. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.String timerId
 Constraints:
 Length: 1 - 256
Long startedEventId
TimerStarted event that was recorded when
 this timer was started. This information can be useful for diagnosing
 problems by tracing back the chain of events leading up to this event.String timerId
 Constraints:
 Length: 1 - 256
String control
 Constraints:
 Length: 0 - 32768
String startToFireTimeout
The duration is specified in seconds; an integer greater than or equal to 0.
 Constraints:
 Length: 1 - 8
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the StartTimer
 decision for this activity task. This information can be useful for
 diagnosing problems by tracing back the chain of events leading up to
 this event.String details
 Constraints:
 Length: 0 - 32768
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 CancelWorkflowExecution decision for this cancellation
 request. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.WorkflowExecution externalWorkflowExecution
Long externalInitiatedEventId
RequestCancelExternalWorkflowExecutionInitiated event
 corresponding to the
 RequestCancelExternalWorkflowExecution decision to cancel
 this workflow execution.The source event with this ID can be found in
 the history of the source workflow execution. This information can be
 useful for diagnosing problems by tracing back the chain of events
 leading up to this event.String cause
 Constraints:
 Allowed Values: CHILD_POLICY_APPLIED
String result
 Constraints:
 Length: 0 - 32768
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 CompleteWorkflowExecution decision to complete this
 execution. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String taskStartToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 1 - 8
String executionStartToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 1 - 8
TaskList taskList
String taskPriority
Integer.MIN_VALUE (-2147483648) to
 Integer.MAX_VALUE (2147483647). Higher numbers indicate
 higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
String lambdaRole
 Constraints:
 Length: 1 - 1224
String input
 Constraints:
 Length: 0 - 32768
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 ContinueAsNewWorkflowExecution decision that started this
 execution. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.String newExecutionRunId
runId of the new workflow execution.
 
 Constraints:
 Length: 1 - 64
String executionStartToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
TaskList taskList
String taskPriority
String taskStartToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
com.amazonaws.internal.ListWithAutoConstructFlag<T> tagList
 Constraints:
 Length: 0 - 5
WorkflowType workflowType
String lambdaRole
 Constraints:
 Length: 1 - 1224
WorkflowExecutionInfo executionInfo
WorkflowExecutionConfiguration executionConfiguration
WorkflowExecutionOpenCounts openCounts
Date latestActivityTaskTimestamp
String latestExecutionContext
 Constraints:
 Length: 0 - 32768
String reason
 Constraints:
 Length: 0 - 256
String details
 Constraints:
 Length: 0 - 32768
Long decisionTaskCompletedEventId
DecisionTaskCompleted event corresponding
 to the decision task that resulted in the
 FailWorkflowExecution decision to fail this execution.
 This information can be useful for diagnosing problems by tracing back
 the chain of events leading up to this event.String workflowId
 Constraints:
 Length: 1 - 256
WorkflowExecution execution
WorkflowType workflowType
Date startTimestamp
Date closeTimestamp
String executionStatus
 Constraints:
 Allowed Values: OPEN, CLOSED
String closeStatus
COMPLETED: the execution
 was successfully completed.CANCELED: the
 execution was canceled.Cancellation allows the implementation to
 gracefully clean up before the execution is closed.TERMINATED: the execution was force terminated.FAILED: the execution failed to complete.TIMED_OUT: the execution did not complete in the
 alloted time and was automatically timed out.CONTINUED_AS_NEW: the execution is logically
 continued. This means the current execution was completed and a new
 execution was started to carry on the workflow.
 Constraints:
 Allowed Values: COMPLETED, FAILED, CANCELED, TERMINATED, CONTINUED_AS_NEW, TIMED_OUT
WorkflowExecution parent
com.amazonaws.internal.ListWithAutoConstructFlag<T> tagList
 Constraints:
 Length: 0 - 5
Boolean cancelRequested
com.amazonaws.internal.ListWithAutoConstructFlag<T> executionInfos
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Integer openActivityTasks
 Constraints:
 Range: 0 - 
Integer openDecisionTasks
 Constraints:
 Range: 0 - 1
Integer openTimers
 Constraints:
 Range: 0 - 
Integer openChildWorkflowExecutions
 Constraints:
 Range: 0 - 
Integer openLambdaFunctions
 Constraints:
 Range: 0 - 
String signalName
 Constraints:
 Length: 1 - 256
String input
 Constraints:
 Length: 0 - 32768
WorkflowExecution externalWorkflowExecution
Long externalInitiatedEventId
SignalExternalWorkflowExecutionInitiated
 event corresponding to the SignalExternalWorkflow
 decision to signal this workflow execution.The source event with this
 ID can be found in the history of the source workflow execution. This
 information can be useful for diagnosing problems by tracing back the
 chain of events leading up to this event. This field is set only if
 the signal was initiated by another workflow execution.String input
 Constraints:
 Length: 0 - 32768
String executionStartToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String taskStartToCloseTimeout
The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
TaskList taskList
WorkflowType workflowType
com.amazonaws.internal.ListWithAutoConstructFlag<T> tagList
 Constraints:
 Length: 0 - 5
String taskPriority
String continuedExecutionRunId
ContinueAsNewWorkflowExecution decision, then it contains
 the runId of the previous workflow execution that was
 closed and continued as this execution.
 
 Constraints:
 Length: 0 - 64
WorkflowExecution parentWorkflowExecution
Long parentInitiatedEventId
StartChildWorkflowExecutionInitiated event
 corresponding to the StartChildWorkflowExecution decision
 to start this workflow execution. The source event with this ID can be
 found in the history of the source workflow execution. This
 information can be useful for diagnosing problems by tracing back the
 chain of events leading up to this event.String lambdaRole
 Constraints:
 Length: 1 - 1224
String reason
 Constraints:
 Length: 0 - 256
String details
 Constraints:
 Length: 0 - 32768
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
String cause
 Constraints:
 Allowed Values: CHILD_POLICY_APPLIED, EVENT_LIMIT_EXCEEDED, OPERATOR_INITIATED
String timeoutType
 Constraints:
 Allowed Values: START_TO_CLOSE
String childPolicy
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It
 is up to the decider to take appropriate actions when it receives an
 execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
String name
 Constraints:
 Length: 1 - 256
String version
 Constraints:
 Length: 1 - 64
String defaultTaskStartToCloseTimeout
StartChildWorkflowExecution decision. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
String defaultExecutionStartToCloseTimeout
StartChildWorkflowExecution decision. The duration is specified in seconds; an integer greater than or equal to 0. The value "NONE" can be used to specify unlimited duration.
 Constraints:
 Length: 0 - 8
TaskList defaultTaskList
StartChildWorkflowExecution decision.String defaultTaskPriority
StartChildWorkflowExecution decision. Valid values are
 integers that range from Java's Integer.MIN_VALUE
 (-2147483648) to Integer.MAX_VALUE (2147483647). Higher
 numbers indicate higher priority. 
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
 Constraints:
 Length: 0 - 11
String defaultChildPolicy
StartChildWorkflowExecution decision. The supported child policies are:
WorkflowExecutionCancelRequested event in its
 history. It is up to the decider to take appropriate actions when it
 receives an execution history with this event.
 Constraints:
 Allowed Values: TERMINATE, REQUEST_CANCEL, ABANDON
String defaultLambdaRole
 Constraints:
 Length: 1 - 1224
WorkflowTypeInfo typeInfo
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
WorkflowTypeConfiguration configuration
WorkflowType workflowType
String status
 Constraints:
 Allowed Values: REGISTERED, DEPRECATED
String description
 Constraints:
 Length: 0 - 1024
Date creationDate
Date deprecationDate
com.amazonaws.internal.ListWithAutoConstructFlag<T> typeInfos
String nextPageToken
NextPageToken was returned by a previous call, there
 are more results available. To retrieve the next page of results, make
 the call again using the returned token in nextPageToken.
 Keep all other arguments unchanged. The configured
 maximumPageSize determines how many results can be
 returned in a single call.
 
 Constraints:
 Length: 0 - 2048
Copyright © 2016. All rights reserved.