openapi: 3.0.0
info:
version: '2012-01-25'
x-release: v4
title: Amazon Simple Workflow Service
description: '
The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon''s cloud to coordinate work across distributed components. In Amazon SWF, a task represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application.
Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state.
This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the Amazon SWF Developer Guide .
' x-logo: url: 'https://twitter.com/awscloud/profile_image?size=original' backgroundColor: '#FFFFFF' termsOfService: 'https://aws.amazon.com/service-terms/' contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: 'https://github.com/mermade/aws2openapi' x-twitter: PermittedSoc license: name: Apache 2.0 License url: 'http://www.apache.org/licenses/' x-providerName: amazonaws.com x-serviceName: swf x-origin: - contentType: application/json url: 'https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/swf-2012-01-25.normal.json' converter: url: 'https://github.com/mermade/aws2openapi' version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: 'https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct' x-apisguru-categories: - cloud x-preferred: true externalDocs: description: Amazon Web Services documentation url: 'https://docs.aws.amazon.com/swf/' servers: - url: 'http://swf.{region}.amazonaws.com' variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Amazon SWF multi-region endpoint - url: 'https://swf.{region}.amazonaws.com' variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Amazon SWF multi-region endpoint - url: 'http://swf.{region}.amazonaws.com.cn' variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Amazon SWF endpoint for China (Beijing) and China (Ningxia) - url: 'https://swf.{region}.amazonaws.com.cn' variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Amazon SWF endpoint for China (Beijing) and China (Ningxia) x-hasEquivalentPaths: true paths: /#X-Amz-Target=SimpleWorkflowService.CountClosedWorkflowExecutions: post: operationId: CountClosedWorkflowExecutions description: 'Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow
or deny permission to call this action.
Constrain the following parameters by using a Condition element with the appropriate keys.
tagFilter.tag:
String constraint. The key is swf:tagFilter.tag.
typeFilter.name: String constraint. The key is swf:typeFilter.name.
typeFilter.version: String constraint. The key is swf:typeFilter.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow
or deny permission to call this action.
Constrain the following parameters by using a Condition element with the appropriate keys.
tagFilter.tag:
String constraint. The key is swf:tagFilter.tag.
typeFilter.name: String constraint. The key is swf:typeFilter.name.
typeFilter.version: String constraint. The key is swf:typeFilter.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Returns the estimated number of activity tasks in the specified task list. The count returned is an approximation and isn''t guaranteed to be exact. If you specify a task list that
no activity task was ever scheduled in then 0 is returned.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or
deny permission to call this action.
Constrain the taskList.name parameter by using a Condition element with the swf:taskList.name key to
allow the action to access only certain task lists.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Returns the estimated number of decision tasks in the specified task list. The count returned is an approximation and isn''t guaranteed to be exact. If you specify a task list that
no decision task was ever scheduled in then 0 is returned.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or
deny permission to call this action.
Constrain the taskList.name parameter by using a Condition element with the swf:taskList.name key to
allow the action to access only certain task lists.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Deprecates the specified activity type. After an activity type has been deprecated, you cannot create new tasks of that activity type. Tasks of this type that were scheduled before the type was deprecated continue to run.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain
name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain the following
parameters by using a 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.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Deprecates the specified domain. After a domain has been deprecated it cannot be used to create new workflow executions or register new types. However, you can still use visibility actions on this domain. Deprecating a domain also deprecates all activity and workflow types registered in the domain. Executions that were started before the domain was deprecated continues to run.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified
domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Deprecates the specified workflow type. After a workflow type has been deprecated, you cannot create new executions of that type. Executions that were started before the type was deprecated continues to run. A deprecated workflow type may still be used when calling visibility actions.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission
to call this action.
Constrain the following parameters by using a Condition element with the appropriate keys.
workflowType.name: String
constraint. The key is swf:workflowType.name.
workflowType.version: String constraint. The key is swf:workflowType.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Returns information about the specified activity type. This includes configuration settings provided when the type was registered and other general information about the type.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain
name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain the following
parameters by using a 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.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Returns information about the specified domain, including description and status.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action
element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Returns information about the specified workflow execution including its type and some statistics.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission
to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For
details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Returns information about the specified workflow type. This includes configuration settings specified when the type was registered and other information such as creation date, current status, etc.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource
element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain
the following parameters by using a Condition element with the appropriate keys.
workflowType.name: String constraint. The key is swf:workflowType.name.
workflowType.version: String constraint. The key is swf:workflowType.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Returns the history of the specified workflow execution. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken
returned by the initial call.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit
the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Returns information about all activities registered in the specified domain that match the specified name and registration status. The result includes information like creation date,
current status of the activity, etc. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial
call.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with
the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource
element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain
the following parameters by using a Condition element with the appropriate keys.
tagFilter.tag: String constraint. The key is swf:tagFilter.tag.
typeFilter.name: String constraint. The key is swf:typeFilter.name.
typeFilter.version: String constraint. The key is swf:typeFilter.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Returns the list of domains registered in the account. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action
to only specified domains. The element must be set to arn:aws:swf::AccountID:domain/*, where AccountID is the account ID, with no dashes.
Use an Action
element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Returns a list of open workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource
element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain
the following parameters by using a Condition element with the appropriate keys.
tagFilter.tag: String constraint. The key is swf:tagFilter.tag.
typeFilter.name: String constraint. The key is swf:typeFilter.name.
typeFilter.version: String constraint. The key is swf:typeFilter.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Returns information about workflow types in the specified domain. The results may be split into multiple pages that can be retrieved by making the call repeatedly.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit
the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Used by workers to get an ActivityTask from the specified activity taskList. This initiates a long poll, where the service holds the HTTP connection open and responds
as soon as a task becomes available. The maximum time the service holds on to the request before responding is 60 seconds. If no task is available within 60 seconds, the poll returns an empty result.
An empty result, in this context, means that an ActivityTask is returned, but that the value of taskToken is an empty string. If a task is returned, the worker should use its type to identify and
process it correctly.
Workers should set their client side socket timeout to at least 70 seconds (10 seconds higher than the maximum time service may hold the poll request).
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element
with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain
the taskList.name parameter by using a Condition element with the swf:taskList.name key to allow the action to access only certain task lists.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM
to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Used by deciders to get a DecisionTask from the specified decision taskList. A decision task may be returned for any open workflow execution that is using the
specified task list. The task includes a paginated view of the history of the workflow execution. The decider should use the workflow type and the history to determine how to properly handle the
task.
This action initiates a long poll, where the service holds the HTTP connection open and responds as soon a task becomes available. If no decision task is available in the specified task list before the timeout of 60 seconds expires, an empty result is returned. An empty result, in this context, means that a DecisionTask is returned, but that the value of taskToken is an empty string.
Deciders should set their client side socket timeout to at least 70 seconds (10 seconds higher than the timeout).
Because the number of
workflow history events for a single workflow execution might be very large, the result returned might be split up across a number of pages. To retrieve subsequent pages, make additional calls to
PollForDecisionTask using the nextPageToken returned by the initial call. Note that you do not call GetWorkflowExecutionHistory with this nextPageToken.
Instead, call PollForDecisionTask again.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission
to call this action.
Constrain the taskList.name parameter by using a Condition element with the swf:taskList.name key to allow the action
to access only certain task lists.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress. The worker can also specify
details of the progress, for example percent complete, using the details parameter. This action can also be used by the worker as a mechanism to check if cancellation is being requested
for the activity task. If a cancellation is being attempted for the specified task, then the boolean cancelRequested flag returned by the service is set to true.
This
action resets the taskHeartbeatTimeout clock. The taskHeartbeatTimeout is specified in RegisterActivityType.
This action doesn''t in itself create an event
in the workflow execution history. However, if the task times out, the workflow execution history contains a ActivityTaskTimedOut event that contains the information from the last heartbeat
generated by the activity worker.
The taskStartToCloseTimeout of an activity type is the maximum duration of an activity task, regardless of the number of RecordActivityTaskHeartbeat
requests received. The taskStartToCloseTimeout is also specified in RegisterActivityType.
This operation is only useful for long-lived activities to report liveliness of the task and to determine if a cancellation is being attempted.
If the cancelRequested flag returns true, a cancellation is being
attempted. If the worker can cancel the activity, it should respond with RespondActivityTaskCanceled. Otherwise, it should ignore the cancellation request.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit
the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Registers a new activity type along with its configuration settings in the specified domain.
A TypeAlreadyExists fault is returned if the type
already exists in the domain. You cannot change any configuration settings of the type after its registration, and it must be registered as a new version.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action
to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain the following parameters by using a Condition
element with the appropriate keys.
defaultTaskList.name: String constraint. The key is swf:defaultTaskList.name.
name:
String constraint. The key is swf:name.
version: String constraint. The key is swf:version.
If the caller
doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM
to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Registers a new domain.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
You cannot use an IAM policy to control domain access for this action. The name of the domain being registered is available as the resource of this action.
Use an Action element
to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Registers a new workflow type and its configuration settings in the specified domain.
The retention period for the workflow history is set by the RegisterDomain action.
If the type already exists, then a TypeAlreadyExists fault is returned. You cannot change the configuration settings of a workflow type once it is registered
and it must be registered as a new version.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to
call this action.
Constrain the following parameters by using a Condition element with the appropriate keys.
defaultTaskList.name: String
constraint. The key is swf:defaultTaskList.name.
name: String constraint. The key is swf:name.
version:
String constraint. The key is swf:version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies,
see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId. This logically requests
the cancellation of the workflow execution as a whole. It is up to the decider to take appropriate actions when it receives an execution history with this event.
If the runId isn''t
specified, the WorkflowExecutionCancelRequested event is recorded in the history of the current open workflow execution with the specified workflowId in the domain.
Because this action allows the workflow to properly clean up and gracefully close, it should be used instead of TerminateWorkflowExecution when possible.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action
to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled. Additional details can be provided
using the details argument.
These details (if provided) appear in the ActivityTaskCanceled event added to the workflow history.
Only
use this operation if the canceled flag of a RecordActivityTaskHeartbeat request returns true and if the activity can be safely undone or abandoned.
A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element
with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided). The result
appears in the ActivityTaskCompleted event in the workflow history.
If the requested task doesn''t complete successfully, use RespondActivityTaskFailed instead.
If the worker finds that the task is canceled through the canceled flag returned by RecordActivityTaskHeartbeat, it should cancel the task, clean up and then call RespondActivityTaskCanceled.
A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element
with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified). The reason
and details appear in the ActivityTaskFailed event added to the workflow history.
A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action
to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed. The decisions argument specifies
the list of decisions made while processing the task.
A DecisionTaskCompleted event is added to the workflow history. The executionContext specified is attached
to the event in the workflow execution history.
Access Control
If an IAM policy grants permission to use RespondDecisionTaskCompleted, it can express permissions
for the list of decisions in the decisions parameter. Each of the decisions has one or more parameters, much like a regular API call. To allow for policies to be as readable as possible,
you can express permissions on decisions as if they were actual API calls, including applying conditions to some parameters. For more information, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId
and runId. The event is recorded with the specified user defined signalName and input (if provided).
If a runId isn''t specified, then the WorkflowExecutionSignaled event
is recorded in the history of the current open workflow with the matching workflowId in the domain.
If the specified workflow execution isn''t open, this method fails with
UnknownResource.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource
element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies,
see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
This action returns the newly started workflow execution.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain
name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain the following
parameters by using a Condition element with the appropriate keys.
tagList.member.0: The key is swf:tagList.member.0.
tagList.member.1: The key is swf:tagList.member.1.
tagList.member.2: The key is swf:tagList.member.2.
tagList.member.3:
The key is swf:tagList.member.3.
tagList.member.4: The key is swf:tagList.member.4.
taskList: String constraint.
The key is swf:taskList.name.
workflowType.name: String constraint. The key is swf:workflowType.name.
workflowType.version:
String constraint. The key is swf:workflowType.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM
policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Add a tag to a Amazon SWF domain.
Amazon SWF supports a maximum of 50 tags per resource.
Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. The child policy, registered
with the workflow type or specified when starting this execution, is applied to any open child workflow executions of this workflow execution.
If the identified workflow execution was in progress, it is terminated immediately.
If a runId isn''t specified, then the WorkflowExecutionTerminated event is recorded in the history of the current
open workflow with the matching workflowId in the domain.
You should consider using RequestCancelWorkflowExecution action instead because it allows the workflow to gracefully close while TerminateWorkflowExecution doesn''t.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission
to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For
details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Undeprecates a previously deprecated activity type. After an activity type has been undeprecated, you can create new tasks of that activity type.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use
an Action element to allow or deny permission to call this action.
Constrain the following parameters by using a 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.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Undeprecates a previously deprecated domain. After a domain has been undeprecated it can be used to create new workflow executions or register new types.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use
an Action element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller
doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM
to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Undeprecates a previously deprecated workflow type. After a workflow type has been undeprecated, you can create new executions of that type.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.
Access Control
You can use IAM policies to control this action''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use
an Action element to allow or deny permission to call this action.
Constrain the following parameters by using a Condition element with the appropriate
keys.
workflowType.name: String constraint. The key is swf:workflowType.name.
workflowType.version: String constraint.
The key is swf:workflowType.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
If specified, only workflow executions that meet the start time criteria of the filter are counted.
startTimeFilter and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.
If specified, only workflow executions that meet the close time criteria of the filter are counted.
startTimeFilter and closeTimeFilter
are mutually exclusive. You must specify one of these in a request but not both.
If specified, only workflow executions matching the 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.
If specified, indicates the type of the workflow executions to be counted.
closeStatusFilter, executionFilter, typeFilter
and tagFilter are mutually exclusive. You can specify at most one of these in a request.
If specified, only executions that have a tag that matches the filter are counted.
closeStatusFilter, executionFilter, typeFilter
and tagFilter are mutually exclusive. You can specify at most one of these in a request.
If specified, only workflow executions that match this close status are counted. This filter has an affect only if executionStatus is specified as CLOSED.
closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in
a request.
Specifies the type of the workflow executions to be counted.
executionFilter, typeFilter and tagFilter are mutually exclusive.
You can specify at most one of these in a request.
If specified, only executions that have a tag that matches the filter are counted.
executionFilter, typeFilter and tagFilter
are mutually exclusive. You can specify at most one of these in a request.
If specified, only workflow executions matching the WorkflowId in the filter are counted.
executionFilter, typeFilter and
tagFilter are mutually exclusive. You can specify at most one of these in a request.
General information about the activity type.
The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.
REGISTERED
– The type is registered and available. Workers supporting this type should be running.
DEPRECATED – The type was deprecated using DeprecateActivityType,
but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.
name and version that were supplied when the activity was
registered.
DomainDetail:
type: object
required:
- domainInfo
- configuration
properties:
domainInfo:
allOf:
- $ref: '#/components/schemas/DomainInfo'
- description: 'The basic information about a domain, such as its name, status, and description.'
configuration:
allOf:
- $ref: '#/components/schemas/DomainConfiguration'
- description: 'The domain configuration. Currently, this includes only the domain''s retention period.'
description: Contains details of a domain.
DescribeDomainInput:
type: object
required:
- name
title: DescribeDomainInput
properties:
name:
allOf:
- $ref: '#/components/schemas/DomainName'
- description: The name of the domain to describe.
WorkflowExecutionDetail:
type: object
required:
- executionInfo
- executionConfiguration
- openCounts
properties:
executionInfo:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionInfo'
- description: Information about the workflow execution.
executionConfiguration:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionConfiguration'
- description: 'The configuration settings for this workflow execution including timeout values, tasklist etc.'
openCounts:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionOpenCounts'
- description: The number of tasks for this workflow execution. This includes open and closed tasks of all types.
latestActivityTaskTimestamp:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an
unusually long period of time and might require a corrective action.
latestExecutionContext:
allOf:
- $ref: '#/components/schemas/Data'
- description: The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task
using RespondDecisionTaskCompleted.
description: Contains details about a workflow execution.
DescribeWorkflowExecutionInput:
type: object
required:
- domain
- execution
title: DescribeWorkflowExecutionInput
properties:
domain:
allOf:
- $ref: '#/components/schemas/DomainName'
- description: The name of the domain containing the workflow execution.
execution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The workflow execution to describe.
WorkflowTypeDetail:
type: object
required:
- typeInfo
- configuration
properties:
typeInfo:
allOf:
- $ref: '#/components/schemas/WorkflowTypeInfo'
- description: 'General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
REGISTERED – The type is registered and available. Workers supporting this type should be running.
DEPRECATED – The type was deprecated using DeprecateWorkflowType,
but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
If a 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.
If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a
400 error: "Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in
a single call.
nextPageToken to obtain further pages of results. '
reverseOrder:
allOf:
- $ref: '#/components/schemas/ReverseOrder'
- description: 'When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimeStamp of the events.'
ActivityTypeInfos:
type: object
required:
- typeInfos
properties:
typeInfos:
allOf:
- $ref: '#/components/schemas/ActivityTypeInfoList'
- description: List of activity type information.
nextPageToken:
allOf:
- $ref: '#/components/schemas/PageToken'
- description: 'If a 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.
If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a
400 error: "Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in
a single call.
nextPageToken to obtain further pages of results. '
reverseOrder:
allOf:
- $ref: '#/components/schemas/ReverseOrder'
- description: 'When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the activity types.'
WorkflowExecutionInfos:
type: object
required:
- executionInfos
properties:
executionInfos:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionInfoList'
- description: The list of workflow information structures.
nextPageToken:
allOf:
- $ref: '#/components/schemas/PageToken'
- description: 'If a 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.
If specified, the workflow executions are included in the returned results based on whether their start times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their start times.
startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one
of these in a request but not both.
If specified, the workflow executions are included in the returned results based on whether their close times are within the range specified by this filter. Also, if this parameter is specified, the returned results are ordered by their close times.
startTimeFilter and closeTimeFilter are mutually exclusive. You must specify one
of these in a request but not both.
If specified, only workflow executions matching the workflow ID specified in the filter are returned.
closeStatusFilter, executionFilter,
typeFilter and tagFilter are mutually exclusive. You can specify at most one of these in a request.
If specified, only workflow executions that match this close status are listed. For example, if TERMINATED is specified, then only TERMINATED workflow executions are listed.
closeStatusFilter, executionFilter, typeFilter and tagFilter are mutually exclusive. You can specify at most one
of these in a request.
If specified, only executions of the type specified in the filter are returned.
closeStatusFilter, executionFilter, typeFilter
and tagFilter are mutually exclusive. You can specify at most one of these in a request.
If specified, only executions that have the matching tag are listed.
closeStatusFilter, executionFilter, typeFilter and
tagFilter are mutually exclusive. You can specify at most one of these in a request.
If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a
400 error: "Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in
a single call.
nextPageToken to obtain further pages of results. '
reverseOrder:
allOf:
- $ref: '#/components/schemas/ReverseOrder'
- description: 'When set to 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.'
DomainInfos:
type: object
required:
- domainInfos
properties:
domainInfos:
allOf:
- $ref: '#/components/schemas/DomainInfoList'
- description: A list of DomainInfo structures.
nextPageToken:
allOf:
- $ref: '#/components/schemas/PageToken'
- description: 'If a 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.
If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a
400 error: "Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in
a single call.
nextPageToken to obtain further pages of results. '
reverseOrder:
allOf:
- $ref: '#/components/schemas/ReverseOrder'
- description: 'When set to true, returns the results in reverse order. By default, the results are returned in ascending alphabetical order by name of the domains.'
ListOpenWorkflowExecutionsInput:
type: object
required:
- domain
- startTimeFilter
title: ListOpenWorkflowExecutionsInput
properties:
domain:
allOf:
- $ref: '#/components/schemas/DomainName'
- description: The name of the domain that contains the workflow executions to list.
startTimeFilter:
allOf:
- $ref: '#/components/schemas/ExecutionTimeFilter'
- description: Workflow executions are included in the returned results based on whether their start times are within the range specified by this filter.
typeFilter:
allOf:
- $ref: '#/components/schemas/WorkflowTypeFilter'
- description: 'If specified, only executions of the type specified in the filter are returned.
executionFilter, typeFilter and tagFilter
are mutually exclusive. You can specify at most one of these in a request.
If specified, only executions that have the matching tag are listed.
executionFilter, typeFilter and tagFilter are mutually
exclusive. You can specify at most one of these in a request.
If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a
400 error: "Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in
a single call.
nextPageToken to obtain further pages of results. '
reverseOrder:
allOf:
- $ref: '#/components/schemas/ReverseOrder'
- description: 'When set to true, returns the results in reverse order. By default the results are returned in descending order of the start time of the executions.'
executionFilter:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionFilter'
- description: 'If specified, only workflow executions matching the workflow ID specified in the filter are returned.
executionFilter, typeFilter and
tagFilter are mutually exclusive. You can specify at most one of these in a request.
If a 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.
If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a
400 error: "Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in
a single call.
nextPageToken to obtain further pages of results. '
reverseOrder:
allOf:
- $ref: '#/components/schemas/ReverseOrder'
- description: 'When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow
types.'
ActivityTask:
type: object
required:
- taskToken
- activityId
- startedEventId
- workflowExecution
- activityType
properties:
taskToken:
allOf:
- $ref: '#/components/schemas/TaskToken'
- description: The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
activityId:
allOf:
- $ref: '#/components/schemas/ActivityId'
- description: The unique ID of the task.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the ActivityTaskStarted event recorded in the history.
workflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The workflow execution that started this activity task.
activityType:
allOf:
- $ref: '#/components/schemas/ActivityType'
- description: The type of this activity task.
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
description: Unit of work sent to an activity worker.
PollForActivityTaskInput:
type: object
required:
- domain
- taskList
title: PollForActivityTaskInput
properties:
domain:
allOf:
- $ref: '#/components/schemas/DomainName'
- description: The name of the domain that contains the task lists being polled.
taskList:
allOf:
- $ref: '#/components/schemas/TaskList'
- description: 'Specifies the task list to poll for activity tasks.
The specified string must not start or end with whitespace. It must not contain a : (colon), /
(slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
ActivityTaskStarted event in the workflow history. This enables diagnostic tracing when problems arise.
The form of this identity is user defined.'
DecisionTask:
type: object
required:
- taskToken
- startedEventId
- workflowExecution
- workflowType
- events
properties:
taskToken:
allOf:
- $ref: '#/components/schemas/TaskToken'
- description: The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the DecisionTaskStarted event recorded in the history.
workflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The workflow execution for which this decision task was created.
workflowType:
allOf:
- $ref: '#/components/schemas/WorkflowType'
- description: The type of the workflow execution for which this decision task was created.
events:
allOf:
- $ref: '#/components/schemas/HistoryEventList'
- description: A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.
nextPageToken:
allOf:
- $ref: '#/components/schemas/PageToken'
- description: 'If a 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.
Specifies the task list to poll for decision tasks.
The specified string must not contain a : (colon), / (slash), | (vertical bar),
or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call
again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a
400 error: "Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in
a single call.
The 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 doesn''t return a new decision
task.
The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.
This is an upper limit only; the actual number of results returned per call may be fewer than the specified maximum.
reverseOrder: allOf: - $ref: '#/components/schemas/ReverseOrder' - description: 'When set totrue, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.'
startAtPreviousStartedEvent:
allOf:
- $ref: '#/components/schemas/StartAtPreviousStartedEvent'
- description: 'When set to true, returns the events with eventTimestamp greater than or equal to eventTimestamp of the most recent DecisionTaskStarted
event. By default, this parameter is set to false.'
ActivityTaskStatus:
type: object
required:
- cancelRequested
properties:
cancelRequested:
allOf:
- $ref: '#/components/schemas/Canceled'
- description: Set to true if cancellation of the task is requested.
description: Status information about an activity task.
RecordActivityTaskHeartbeatInput:
type: object
required:
- taskToken
title: RecordActivityTaskHeartbeatInput
properties:
taskToken:
allOf:
- $ref: '#/components/schemas/TaskToken'
- description: 'The 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.
The name of the activity type within the domain.
The specified string must not contain a : (colon), / (slash), | (vertical bar),
or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
The version of the activity type.
The activity type consists of the name and version, the combination of which must be unique within the domain.
The
specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f).
Also, it must not be the literal string arn.
If set, specifies the default maximum duration that a worker can take to process tasks of this activity type. This default can be overridden when scheduling an activity task
using the ScheduleActivityTask Decision.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE
to specify unlimited duration.
If set, specifies the default maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout
is exceeded, the activity task is automatically timed out. This default can be overridden when scheduling an activity task using 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. You can
use NONE to specify unlimited duration.
ScheduleActivityTask Decision.'
defaultTaskPriority:
allOf:
- $ref: '#/components/schemas/TaskPriority'
- description: 'The default task priority to assign to the activity type. If not assigned, then 0 is used. 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 in the Amazon SWF Developer Guide..
' defaultTaskScheduleToStartTimeout: allOf: - $ref: '#/components/schemas/DurationInSecondsOptional' - description: 'If set, specifies the default maximum duration that a task of this activity type can wait before being assigned to a worker. This default can be overridden when scheduling an
activity task using the ScheduleActivityTask Decision.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE
to specify unlimited duration.
If set, specifies the default maximum duration for a task of this activity type. This default can be overridden when scheduling an activity task using the ScheduleActivityTask
Decision.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.
Name of the domain to register. The name must be unique in the region that the domain is registered in.
The specified string must not start or end with whitespace. It
must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also,
it must not be the literal string arn.
The duration (in days) that records and histories of workflow executions on the domain should be kept by the service. After the retention period, the workflow execution isn''t available in the results of visibility calls.
If you pass the value NONE or 0 (zero), then the workflow execution history isn''t 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.
' tags: allOf: - $ref: '#/components/schemas/ResourceTagList' - description: 'Tags to be added when registering a domain.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
The name of the workflow type.
The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters
(\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
The version of the workflow type.
The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.
The specified string must not contain a : (colon), / (slash),
| (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
If set, specifies the default maximum duration of decision tasks for this workflow type. This default can be overridden when starting a workflow execution using the StartWorkflowExecution
action or the StartChildWorkflowExecution Decision.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE
to specify unlimited duration.
If set, specifies the default maximum duration for executions of this workflow type. You can override this default when starting an execution through the StartWorkflowExecution
Action or 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 always causes the workflow execution to time out.
StartChildWorkflowExecution Decision.'
defaultTaskPriority:
allOf:
- $ref: '#/components/schemas/TaskPriority'
- description: 'The default task priority to assign to the workflow type. If not assigned, then 0 is used. 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 SWF Developer Guide.
' defaultChildPolicy: allOf: - $ref: '#/components/schemas/ChildPolicy' - description: 'If set, specifies the default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution
action explicitly or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution
Decision.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A
request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions
when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
The default IAM role attached to this workflow type.
Executions of this workflow type need IAM roles to invoke Lambda functions. If you don''t specify an IAM role when you start this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.
The 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.
The 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.
The 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.
The 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.
WorkflowExecutionSignaled event in the target workflow execution's history.
Run:
type: object
properties:
runId:
allOf:
- $ref: '#/components/schemas/WorkflowRunId'
- description: The 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.
description: Specifies the runId of a workflow execution.
StartWorkflowExecutionInput:
type: object
required:
- domain
- workflowId
- workflowType
title: StartWorkflowExecutionInput
properties:
domain:
allOf:
- $ref: '#/components/schemas/DomainName'
- description: 'The name of the domain in which the workflow execution is created.
The specified string must not contain a : (colon), / (slash), |
(vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier
if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time within the
same domain.
The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f
| \u007f-\u009f). Also, it must not be the literal string arn.
The task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.
The specified string must not contain a : (colon), / (slash), | (vertical
bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
The task priority to use for this workflow execution. This overrides any default priority that was assigned when the workflow type was registered. If not set, then the default
task priority for the workflow type is used. 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 SWF Developer Guide.
' input: allOf: - $ref: '#/components/schemas/Data' - description: The input for the workflow execution. This is a free form string which should be meaningful to the workflow you are starting. Thisinput is made available to the
new workflow execution in the WorkflowExecutionStarted history event.
executionStartToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: 'The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified
in seconds; an integer greater than or equal to 0. Exceeding this limit causes 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.
An execution start-to-close timeout must be specified either through this parameter or as a default when the workflow type is registered. If neither this parameter nor a default execution start-to-close timeout is specified, a fault is returned.
Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering
the workflow type using RegisterWorkflowType.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify
unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.
If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each
child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history
with this event.
ABANDON – No action is taken. The child executions continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.
The IAM role to attach to this workflow execution.
Executions of this workflow type need IAM roles to invoke Lambda functions. If you don''t attach an IAM role,
any attempt to schedule a Lambda task fails. This results in a ScheduleLambdaFunctionFailed history event. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html
in the Amazon SWF Developer Guide.
The list of tags to add to a domain.
Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.
If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated. This policy overrides the child policy specified for the workflow execution at registration time or when starting the execution.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It
is up to the decider to take appropriate actions when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue
to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.
The name of this activity.
The combination of activity type name and version must be unique within a domain.
The version of this activity.
The combination of activity type name and version must be unique with in a domain.
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.
activityId:
allOf:
- $ref: '#/components/schemas/ActivityId'
- description: The unique ID of the task.
description: Provides the details of the ActivityTaskCancelRequested event.
ActivityTaskCanceledEventAttributes:
type: object
required:
- scheduledEventId
- startedEventId
properties:
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: Details of the cancellation.
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
latestCancelRequestedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'If set, contains the ID of the last 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.'
description: Provides the details of the ActivityTaskCanceled event.
ActivityTaskCompletedEventAttributes:
type: object
required:
- scheduledEventId
- startedEventId
properties:
result:
allOf:
- $ref: '#/components/schemas/Data'
- description: The results of the activity task.
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ActivityTaskCompleted event.
FailureReason:
type: string
maxLength: 256
ActivityTaskFailedEventAttributes:
type: object
required:
- scheduledEventId
- startedEventId
properties:
reason:
allOf:
- $ref: '#/components/schemas/FailureReason'
- description: The reason provided for the failure.
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: The details of the failure.
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ActivityTaskFailed event.
DurationInSecondsOptional:
type: string
maxLength: 8
TaskList:
type: object
required:
- name
properties:
name:
allOf:
- $ref: '#/components/schemas/Name'
- description: The name of the task list.
description: Represents a task list.
TaskPriority:
type: string
ActivityTaskScheduledEventAttributes:
type: object
required:
- activityType
- activityId
- taskList
- decisionTaskCompletedEventId
properties:
activityType:
allOf:
- $ref: '#/components/schemas/ActivityType'
- description: The type of the activity task.
activityId:
allOf:
- $ref: '#/components/schemas/ActivityId'
- description: The unique ID of the activity task.
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: The input provided to the activity task.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: Data attached to the event that can be used by the decider in subsequent workflow tasks. This data isn't sent to the activity.
scheduleToStartTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: The maximum amount of time the activity task can wait to be assigned to a worker.
scheduleToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: The maximum amount of time for this activity task.
startToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: The maximum amount of time a worker may take to process the activity task.
taskList:
allOf:
- $ref: '#/components/schemas/TaskList'
- description: The task list in which the activity task has been scheduled.
taskPriority:
allOf:
- $ref: '#/components/schemas/TaskPriority'
- description: 'The priority to assign to the scheduled activity task. If set, this overrides any default priority value that was assigned when the activity type was registered.
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 SWF Developer Guide.
' decisionTaskCompletedEventId: allOf: - $ref: '#/components/schemas/EventId' - description: The ID of theDecisionTaskCompleted 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.
heartbeatTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: 'The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task
is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it is ignored.'
description: Provides the details of the ActivityTaskScheduled event.
Identity:
type: string
maxLength: 256
ActivityTaskStartedEventAttributes:
type: object
required:
- scheduledEventId
properties:
identity:
allOf:
- $ref: '#/components/schemas/Identity'
- description: Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ActivityTaskStarted event.
Canceled:
type: boolean
ActivityTaskTimeoutType:
type: string
enum:
- START_TO_CLOSE
- SCHEDULE_TO_START
- SCHEDULE_TO_CLOSE
- HEARTBEAT
LimitedData:
type: string
maxLength: 2048
ActivityTaskTimedOutEventAttributes:
type: object
required:
- timeoutType
- scheduledEventId
- startedEventId
properties:
timeoutType:
allOf:
- $ref: '#/components/schemas/ActivityTaskTimeoutType'
- description: The type of the timeout that caused this event.
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
details:
allOf:
- $ref: '#/components/schemas/LimitedData'
- description: Contains the content of the details parameter for the last call made by the activity to RecordActivityTaskHeartbeat.
description: Provides the details of the ActivityTaskTimedOut event.
Name:
type: string
minLength: 1
maxLength: 256
Version:
type: string
minLength: 1
maxLength: 64
ActivityTypeConfiguration:
type: object
properties:
defaultTaskStartToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: ' The default maximum duration for tasks of an activity type specified when registering the activity type. You can override this default when scheduling a task through the ScheduleActivityTask
Decision.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.
The default maximum time, in seconds, before which a worker processing a task must report progress by calling RecordActivityTaskHeartbeat.
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.
You can use NONE to specify unlimited duration.
ScheduleActivityTask
Decision. You can override the default registered task list when scheduling a task through the ScheduleActivityTask Decision.'
defaultTaskPriority:
allOf:
- $ref: '#/components/schemas/TaskPriority'
- description: ' The default task priority for tasks of this activity type, specified at registration. If not set, then 0 is used as the default priority. This default can be overridden
when scheduling an activity task.
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 SWF Developer Guide.
' defaultTaskScheduleToStartTimeout: allOf: - $ref: '#/components/schemas/DurationInSecondsOptional' - description: ' The default maximum duration, specified when registering the activity type, that a task of an activity type can wait before being assigned to a worker. You can override this
default when scheduling a task through the ScheduleActivityTask Decision.
The duration is specified in seconds, an integer greater than or equal to 0.
You can use NONE to specify unlimited duration.
The default maximum duration, specified when registering the activity type, for tasks of this activity type. You can override this default when scheduling a task through the
ScheduleActivityTask Decision.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify
unlimited duration.
Provides the details of the CancelTimer decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow
or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
CancelTimer decision that failed.
cause:
allOf:
- $ref: '#/components/schemas/CancelTimerFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the CancelTimerFailed event.
CancelWorkflowExecutionDecisionAttributes:
type: object
properties:
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: ' Details of the cancellation.'
description: 'Provides the details of the CancelWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element
to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the CancelWorkflowExecutionFailed event.
CauseMessage:
type: string
maxLength: 1728
ChildPolicy:
type: string
enum:
- TERMINATE
- REQUEST_CANCEL
- ABANDON
WorkflowType:
type: object
required:
- name
- version
properties:
name:
allOf:
- $ref: '#/components/schemas/Name'
- description: The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provide details of the ChildWorkflowExecutionCanceled event.
ChildWorkflowExecutionCompletedEventAttributes:
type: object
required:
- workflowExecution
- workflowType
- initiatedEventId
- startedEventId
properties:
workflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The child workflow execution that was completed.
workflowType:
allOf:
- $ref: '#/components/schemas/WorkflowType'
- description: The type of the child workflow execution.
result:
allOf:
- $ref: '#/components/schemas/Data'
- description: The result of the child workflow execution.
initiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ChildWorkflowExecutionCompleted event.
ChildWorkflowExecutionFailedEventAttributes:
type: object
required:
- workflowExecution
- workflowType
- initiatedEventId
- startedEventId
properties:
workflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The child workflow execution that failed.
workflowType:
allOf:
- $ref: '#/components/schemas/WorkflowType'
- description: The type of the child workflow execution.
reason:
allOf:
- $ref: '#/components/schemas/FailureReason'
- description: The reason for the failure (if provided).
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: The details of the failure (if provided).
initiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ChildWorkflowExecutionFailed event.
ChildWorkflowExecutionStartedEventAttributes:
type: object
required:
- workflowExecution
- workflowType
- initiatedEventId
properties:
workflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The child workflow execution that was started.
workflowType:
allOf:
- $ref: '#/components/schemas/WorkflowType'
- description: The type of the child workflow execution.
initiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ChildWorkflowExecutionStarted event.
ChildWorkflowExecutionTerminatedEventAttributes:
type: object
required:
- workflowExecution
- workflowType
- initiatedEventId
- startedEventId
properties:
workflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The child workflow execution that was terminated.
workflowType:
allOf:
- $ref: '#/components/schemas/WorkflowType'
- description: The type of the child workflow execution.
initiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ChildWorkflowExecutionTerminated event.
WorkflowExecutionTimeoutType:
type: string
enum:
- START_TO_CLOSE
ChildWorkflowExecutionTimedOutEventAttributes:
type: object
required:
- workflowExecution
- workflowType
- timeoutType
- initiatedEventId
- startedEventId
properties:
workflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The child workflow execution that timed out.
workflowType:
allOf:
- $ref: '#/components/schemas/WorkflowType'
- description: The type of the child workflow execution.
timeoutType:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionTimeoutType'
- description: The type of the timeout that caused the child workflow execution to time out.
initiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ChildWorkflowExecutionTimedOut event.
CloseStatus:
type: string
enum:
- COMPLETED
- FAILED
- CANCELED
- TERMINATED
- CONTINUED_AS_NEW
- TIMED_OUT
CloseStatusFilter:
type: object
required:
- status
properties:
status:
allOf:
- $ref: '#/components/schemas/CloseStatus'
- description: ' The close status that must match the close status of an execution for it to meet the criteria of this filter.'
description: Used to filter the closed workflow executions in visibility APIs by their close status.
CompleteWorkflowExecutionDecisionAttributes:
type: object
properties:
result:
allOf:
- $ref: '#/components/schemas/Data'
- description: The result of the workflow execution. The form of the result is implementation defined.
description: 'Provides the details of the CompleteWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element
to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the CompleteWorkflowExecutionFailed event.
TagList:
type: array
items:
$ref: '#/components/schemas/Tag'
maxItems: 5
ContinueAsNewWorkflowExecutionDecisionAttributes:
type: object
properties:
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: The input provided to the new workflow execution.
executionStartToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: 'If set, specifies the total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow
type.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this field. If neither this field is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.
The task priority that, if set, specifies the priority for the decision tasks for this workflow execution. This overrides the defaultTaskPriority specified when registering
the workflow type. 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 SWF Developer Guide.
' taskStartToCloseTimeout: allOf: - $ref: '#/components/schemas/DurationInSecondsOptional' - description: 'Specifies the maximum duration of decision tasks for the new workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering
the workflow type using RegisterWorkflowType.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify
unlimited duration.
A task start-to-close timeout for the new workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution
by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.
Provides the details of the ContinueAsNewWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action
element to allow or deny permission to call this action.
Constrain the following parameters by using a Condition element with the appropriate keys.
tag – A tag used to identify the workflow execution
taskList – String constraint. The key is swf:taskList.name.
workflowType.version
– String constraint. The key is swf:workflowType.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM
policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the ContinueAsNewWorkflowExecutionFailed event.
Count:
type: integer
minimum: 0
DomainName:
type: string
minLength: 1
maxLength: 256
ExecutionTimeFilter:
type: object
required:
- oldestDate
properties:
oldestDate:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: Specifies the oldest start or close date and time to return.
latestDate:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: Specifies the latest start or close date and time to return.
description: 'Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result.
The parameter values are in the Unix Time format. For example: "oldestDate": 1325376070. '
WorkflowExecutionFilter:
type: object
required:
- workflowId
properties:
workflowId:
allOf:
- $ref: '#/components/schemas/WorkflowId'
- description: The workflowId to pass of match the criteria of this filter.
description: Used to filter the workflow executions in visibility APIs by their workflowId.
WorkflowTypeFilter:
type: object
required:
- name
properties:
name:
allOf:
- $ref: '#/components/schemas/Name'
- description: ' Name of the workflow type.'
version:
allOf:
- $ref: '#/components/schemas/VersionOptional'
- description: Version of the workflow type.
description: 'Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.'
TagFilter:
type: object
required:
- tag
properties:
tag:
allOf:
- $ref: '#/components/schemas/Tag'
- description: 'Specifies the tag that must be associated with the execution for it to meet the filter criteria.
Tags may only contain unicode letters, digits, whitespace, or these
symbols: _ . : / = + - @.
The activityId of the activity task.
The specified string must not contain a : (colon), / (slash), | (vertical bar),
or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
The maximum duration for this activity task.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to
specify unlimited duration.
A schedule-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-close timeout was specified at registration time then a fault is returned.
If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.
A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.
The specified string must not contain a : (colon), / (slash), | (vertical bar), or any
control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
If set, specifies the priority with which the activity task is to be assigned to a worker. This overrides the defaultTaskPriority specified when registering the activity type
using RegisterActivityType. 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 SWF Developer Guide.
' scheduleToStartTimeout: allOf: - $ref: '#/components/schemas/DurationInSecondsOptional' - description: 'If set, specifies the maximum duration the activity task can wait to be assigned to a worker. This overrides the default schedule-to-start timeout specified when registering the activity type using RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify
unlimited duration.
A schedule-to-start timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default schedule-to-start timeout was specified at registration time then a fault is returned.
If set, specifies the maximum duration a worker may take to process this activity task. This overrides the default start-to-close timeout specified when registering the activity type using RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited
duration.
A start-to-close timeout for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default start-to-close timeout was specified at registration time then a fault is returned.
If set, specifies the maximum time before which a worker processing a task of this type must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or returns a result, it is ignored. This overrides the default heartbeat timeout specified when registering the activity type using RegisterActivityType.
The duration is specified in seconds, an integer greater than or equal to 0. You can use
NONE to specify unlimited duration.
Provides the details of the ScheduleActivityTask decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element
to allow or deny permission to call this action.
Constrain the following parameters by using a 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 doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
activityId of the activity task to be canceled.
description: 'Provides the details of the RequestCancelActivityTask decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element
to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Provides the details of the FailWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element
to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
Provides the details of the RecordMarker decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow
or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
The unique ID of the timer.
The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters
(\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
The duration to wait before firing the timer.
The duration is specified in seconds, an integer greater than or equal to 0.
Provides the details of the StartTimer decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow
or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
workflowId of the workflow execution to be signaled.'
runId:
allOf:
- $ref: '#/components/schemas/WorkflowRunIdOptional'
- description: The runId of the workflow execution to be signaled.
signalName:
allOf:
- $ref: '#/components/schemas/SignalName'
- description: ' The name of the signal.The target workflow execution uses the signal name and input to process the signal.'
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: ' The input data to be provided with the signal. The target workflow execution uses the signal name and input data to process the signal.'
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: The data attached to the event that can be used by the decider in subsequent decision tasks.
description: 'Provides the details of the SignalExternalWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action
element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
workflowId of the external workflow execution to cancel.'
runId:
allOf:
- $ref: '#/components/schemas/WorkflowRunIdOptional'
- description: The runId of the external workflow execution to cancel.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: The data attached to the event that can be used by the decider in subsequent workflow tasks.
description: 'Provides the details of the RequestCancelExternalWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action
element to allow or deny permission to call this action.
You cannot use an IAM policy to constrain this action''s parameters.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED.
For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon
SWF Developer Guide.
The workflowId of the workflow execution.
The specified string must not contain a : (colon), / (slash), | (vertical
bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified
in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault is returned.
The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.
The
specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f
| \u007f-\u009f). Also, it must not be the literal string arn.
A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow
type. 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 SWF Developer Guide.
' taskStartToCloseTimeout: allOf: - $ref: '#/components/schemas/DurationInSecondsOptional' - description: 'Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout specified when registering
the workflow type using RegisterWorkflowType.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify
unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault is returned.
If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each
child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when it receives an execution history
with this event.
ABANDON – No action is taken. The child executions continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault is returned.
Provides the details of the StartChildWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision''s access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action
element to allow or deny permission to call this action.
Constrain the following parameters by using a Condition element with the appropriate keys.
tagList.member.N – The key is "swf:tagList.N" where N is the tag number from 0 to 4, inclusive.
taskList – String constraint. The key is swf:taskList.name.
workflowType.name – String constraint. The key is swf:workflowType.name.
workflowType.version – String constraint. The key
is swf:workflowType.version.
If the caller doesn''t 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 is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-900 (1s-15m).
If no value is supplied, then a default value of 900s is assumed.
' description: Decision attributes specified inscheduleLambdaFunctionDecisionAttributes within the list of decisions decisions passed to
RespondDecisionTaskCompleted.
Decision:
type: object
required:
- decisionType
properties:
decisionType:
allOf:
- $ref: '#/components/schemas/DecisionType'
- description: Specifies the type of the decision.
scheduleActivityTaskDecisionAttributes:
allOf:
- $ref: '#/components/schemas/ScheduleActivityTaskDecisionAttributes'
- description: Provides the details of the ScheduleActivityTask decision. It isn't set for other decision types.
requestCancelActivityTaskDecisionAttributes:
allOf:
- $ref: '#/components/schemas/RequestCancelActivityTaskDecisionAttributes'
- description: Provides the details of the RequestCancelActivityTask decision. It isn't set for other decision types.
completeWorkflowExecutionDecisionAttributes:
allOf:
- $ref: '#/components/schemas/CompleteWorkflowExecutionDecisionAttributes'
- description: Provides the details of the CompleteWorkflowExecution decision. It isn't set for other decision types.
failWorkflowExecutionDecisionAttributes:
allOf:
- $ref: '#/components/schemas/FailWorkflowExecutionDecisionAttributes'
- description: Provides the details of the FailWorkflowExecution decision. It isn't set for other decision types.
cancelWorkflowExecutionDecisionAttributes:
allOf:
- $ref: '#/components/schemas/CancelWorkflowExecutionDecisionAttributes'
- description: Provides the details of the CancelWorkflowExecution decision. It isn't set for other decision types.
continueAsNewWorkflowExecutionDecisionAttributes:
allOf:
- $ref: '#/components/schemas/ContinueAsNewWorkflowExecutionDecisionAttributes'
- description: Provides the details of the ContinueAsNewWorkflowExecution decision. It isn't set for other decision types.
recordMarkerDecisionAttributes:
allOf:
- $ref: '#/components/schemas/RecordMarkerDecisionAttributes'
- description: Provides the details of the RecordMarker decision. It isn't set for other decision types.
startTimerDecisionAttributes:
allOf:
- $ref: '#/components/schemas/StartTimerDecisionAttributes'
- description: Provides the details of the StartTimer decision. It isn't set for other decision types.
cancelTimerDecisionAttributes:
allOf:
- $ref: '#/components/schemas/CancelTimerDecisionAttributes'
- description: Provides the details of the CancelTimer decision. It isn't set for other decision types.
signalExternalWorkflowExecutionDecisionAttributes:
allOf:
- $ref: '#/components/schemas/SignalExternalWorkflowExecutionDecisionAttributes'
- description: Provides the details of the SignalExternalWorkflowExecution decision. It isn't set for other decision types.
requestCancelExternalWorkflowExecutionDecisionAttributes:
allOf:
- $ref: '#/components/schemas/RequestCancelExternalWorkflowExecutionDecisionAttributes'
- description: Provides the details of the RequestCancelExternalWorkflowExecution decision. It isn't set for other decision types.
startChildWorkflowExecutionDecisionAttributes:
allOf:
- $ref: '#/components/schemas/StartChildWorkflowExecutionDecisionAttributes'
- description: Provides the details of the StartChildWorkflowExecution decision. It isn't set for other decision types.
scheduleLambdaFunctionDecisionAttributes:
allOf:
- $ref: '#/components/schemas/ScheduleLambdaFunctionDecisionAttributes'
- description: Provides the details of the ScheduleLambdaFunction decision. It isn't set for other decision types.
description: 'Specifies a decision made by the decider. A decision can be one of these types:
CancelTimer – Cancels a previously started timer and records a TimerCanceled
event in the history.
CancelWorkflowExecution – Closes the workflow execution and records a WorkflowExecutionCanceled event in the history.
CompleteWorkflowExecution – Closes the workflow execution and records a WorkflowExecutionCompleted event in the history .
ContinueAsNewWorkflowExecution
– Closes the workflow execution and starts a new workflow execution of the same type using the same workflow ID and a unique run Id. A WorkflowExecutionContinuedAsNew event is recorded
in the history.
FailWorkflowExecution – Closes the workflow execution and records a WorkflowExecutionFailed event in the history.
RecordMarker – Records a MarkerRecorded event in the history. Markers can be used for adding custom information in the history for instance to let deciders know that they
don''t need to look at the history beyond the marker event.
RequestCancelActivityTask – Attempts to cancel a previously scheduled activity task. If the activity task
was scheduled but has not been assigned to a worker, then it is canceled. If the activity task was already assigned to a worker, then the worker is informed that cancellation has been requested
in the response to RecordActivityTaskHeartbeat.
RequestCancelExternalWorkflowExecution – Requests that a request be made to cancel the specified external workflow
execution and records a RequestCancelExternalWorkflowExecutionInitiated event in the history.
ScheduleActivityTask – Schedules an activity task.
SignalExternalWorkflowExecution – Requests a signal to be delivered to the specified external workflow execution and records a SignalExternalWorkflowExecutionInitiated
event in the history.
StartChildWorkflowExecution – Requests that a child workflow execution be started and records a StartChildWorkflowExecutionInitiated
event in the history. The child workflow execution is a separate workflow execution with its own history.
StartTimer – Starts a timer for this workflow execution
and records a TimerStarted event in the history. This timer fires after the specified delay and record a TimerFired event.
Access Control
If you grant permission to use RespondDecisionTaskCompleted, you can use IAM policies to express permissions for the list of decisions returned by this action as if they were members
of the API. Treating decisions as a pseudo API maintains a uniform conceptual model and helps keep policies readable. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Decision Failure
Decisions can fail for several reasons
The ordering of decisions should follow a logical flow. Some decisions might not make sense in the current context of the workflow execution and therefore fails.
A limit on your account was reached.
The decision lacks sufficient permissions.
One of the following events might be added to the history to indicate an error. The event attribute''s cause
parameter indicates the cause. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies,
see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
ScheduleActivityTaskFailed – A ScheduleActivityTask decision failed. This could happen if the activity type specified in the decision isn''t registered, is in
a deprecated state, or the decision isn''t properly configured.
RequestCancelActivityTaskFailed – A RequestCancelActivityTask decision failed. This could
happen if there is no open activity task with the specified activityId.
StartTimerFailed – A StartTimer decision failed. This could happen if there is
another open timer with the same timerId.
CancelTimerFailed – A CancelTimer decision failed. This could happen if there is no open timer with the specified
timerId.
StartChildWorkflowExecutionFailed – A StartChildWorkflowExecution decision failed. This could happen if the workflow type specified isn''t registered,
is deprecated, or the decision isn''t properly configured.
SignalExternalWorkflowExecutionFailed – A SignalExternalWorkflowExecution decision failed.
This could happen if the workflowID specified in the decision was incorrect.
RequestCancelExternalWorkflowExecutionFailed – A RequestCancelExternalWorkflowExecution
decision failed. This could happen if the workflowID specified in the decision was incorrect.
CancelWorkflowExecutionFailed – A CancelWorkflowExecution
decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.
CompleteWorkflowExecutionFailed – A CompleteWorkflowExecution
decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.
ContinueAsNewWorkflowExecutionFailed – A ContinueAsNewWorkflowExecution
decision failed. This could happen if there is an unhandled decision task pending in the workflow execution or the ContinueAsNewWorkflowExecution decision was not configured correctly.
FailWorkflowExecutionFailed – A FailWorkflowExecution decision failed. This could happen if there is an unhandled decision task pending in the workflow execution.
The preceding error events might occur due to an error in the decider logic, which might put the workflow execution in an unstable state The cause field in the event structure for the error event indicates the cause of the error.
A workflow execution may be closed by the decider by returning one of the following decisions when completing a decision task: CompleteWorkflowExecution,
FailWorkflowExecution, CancelWorkflowExecution and ContinueAsNewWorkflowExecution. An UnhandledDecision fault is returned if a workflow closing
decision is specified and a signal or activity event had been added to the history while the decision task was being performed by the decider. Unlike the above situations which are logic issues,
this fault is always possible because of race conditions in a distributed system. The right action here is to call RespondDecisionTaskCompleted without any decisions. This would result in
another decision task with these new events included in the history. The decider should handle the new events and may decide to close the workflow execution.
How to Code a Decision
You code a decision by first setting the decision type field to one of the above decision values, and then set the corresponding attributes field shown below:
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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the DecisionTaskCompleted event.
DecisionTaskScheduledEventAttributes:
type: object
required:
- taskList
properties:
taskList:
allOf:
- $ref: '#/components/schemas/TaskList'
- description: The name of the task list in which the decision task was scheduled.
taskPriority:
allOf:
- $ref: '#/components/schemas/TaskPriority'
- description: ' A task priority that, if set, specifies the priority for this decision task. 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 SWF Developer Guide.
' startToCloseTimeout: allOf: - $ref: '#/components/schemas/DurationInSecondsOptional' - description: 'The maximum duration for this decision task. The task is considered timed out if it doesn''t completed within this duration.
The duration is specified in seconds, an
integer greater than or equal to 0. You can use NONE to specify unlimited duration.
DecisionTaskScheduled event.
DecisionTaskStartedEventAttributes:
type: object
required:
- scheduledEventId
properties:
identity:
allOf:
- $ref: '#/components/schemas/Identity'
- description: Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the DecisionTaskStarted event.
DecisionTaskTimeoutType:
type: string
enum:
- START_TO_CLOSE
DecisionTaskTimedOutEventAttributes:
type: object
required:
- timeoutType
- scheduledEventId
- startedEventId
properties:
timeoutType:
allOf:
- $ref: '#/components/schemas/DecisionTaskTimeoutType'
- description: The type of timeout that expired before the decision task could be completed.
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the DecisionTaskTimedOut event.
DurationInDays:
type: string
minLength: 1
maxLength: 8
DomainConfiguration:
type: object
required:
- workflowExecutionRetentionPeriodInDays
properties:
workflowExecutionRetentionPeriodInDays:
allOf:
- $ref: '#/components/schemas/DurationInDays'
- description: The retention period for workflow executions in this domain.
description: Contains the configuration settings of a domain.
DomainInfo:
type: object
required:
- name
- status
properties:
name:
allOf:
- $ref: '#/components/schemas/DomainName'
- description: The name of the domain. This name is unique within the account.
status:
allOf:
- $ref: '#/components/schemas/RegistrationStatus'
- description: 'The status of the domain:
REGISTERED – The domain is properly registered and available. You can use this domain for registering types and creating
new workflow executions.
DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions
in this domain.
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.
description: Provides the details of the ExternalWorkflowExecutionCancelRequested event.
ExternalWorkflowExecutionSignaledEventAttributes:
type: object
required:
- workflowExecution
- initiatedEventId
properties:
workflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The external workflow execution that the signal was delivered to.
initiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the ExternalWorkflowExecutionSignaled event.
FailWorkflowExecutionFailedCause:
type: string
enum:
- UNHANDLED_DECISION
- OPERATION_NOT_PERMITTED
FailWorkflowExecutionFailedEventAttributes:
type: object
required:
- cause
- decisionTaskCompletedEventId
properties:
cause:
allOf:
- $ref: '#/components/schemas/FailWorkflowExecutionFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the FailWorkflowExecutionFailed event.
FunctionId:
type: string
minLength: 1
maxLength: 256
FunctionInput:
type: string
minLength: 0
maxLength: 32768
FunctionName:
type: string
minLength: 1
maxLength: 64
PageSize:
type: integer
minimum: 0
maximum: 1000
ReverseOrder:
type: boolean
WorkflowExecutionStartedEventAttributes:
type: object
required:
- childPolicy
- taskList
- workflowType
properties:
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: The input provided to the workflow execution.
executionStartToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: 'The maximum duration for this workflow execution.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE
to specify unlimited duration.
The maximum duration of decision tasks for this workflow type.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE
to specify unlimited duration.
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A
request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions
when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
ContinueAsNewWorkflowExecution decision, then it contains the runId of the previous workflow execution
that was closed and continued as this execution.'
parentWorkflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The source workflow execution that started this workflow execution. The member isn't set if the workflow execution was not started by a workflow.
parentInitiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
lambdaRole:
allOf:
- $ref: '#/components/schemas/Arn'
- description: The IAM role attached to the workflow execution.
description: Provides details of WorkflowExecutionStarted event.
WorkflowExecutionCompletedEventAttributes:
type: object
required:
- decisionTaskCompletedEventId
properties:
result:
allOf:
- $ref: '#/components/schemas/Data'
- description: The result produced by the workflow execution upon successful completion.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the WorkflowExecutionCompleted event.
WorkflowExecutionFailedEventAttributes:
type: object
required:
- decisionTaskCompletedEventId
properties:
reason:
allOf:
- $ref: '#/components/schemas/FailureReason'
- description: The descriptive reason provided for the failure.
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: The details of the failure.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the WorkflowExecutionFailed event.
WorkflowExecutionTimedOutEventAttributes:
type: object
required:
- timeoutType
- childPolicy
properties:
timeoutType:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionTimeoutType'
- description: The type of timeout that caused this event.
childPolicy:
allOf:
- $ref: '#/components/schemas/ChildPolicy'
- description: 'The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
TERMINATE – The child executions
are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event
in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
ABANDON – No action is taken. The
child executions continue to run.
WorkflowExecutionTimedOut event.
WorkflowExecutionCanceledEventAttributes:
type: object
required:
- decisionTaskCompletedEventId
properties:
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: The details of the cancellation.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the WorkflowExecutionCanceled event.
WorkflowExecutionContinuedAsNewEventAttributes:
type: object
required:
- decisionTaskCompletedEventId
- newExecutionRunId
- taskList
- childPolicy
- workflowType
properties:
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: The input provided to the new workflow execution.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
newExecutionRunId:
allOf:
- $ref: '#/components/schemas/WorkflowRunId'
- description: The runId of the new workflow execution.
executionStartToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: 'The total duration allowed for the new workflow execution.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE
to specify unlimited duration.
The maximum duration of decision tasks for the new workflow execution.
The duration is specified in seconds, an integer greater than or equal to 0. You can
use NONE to specify unlimited duration.
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A
request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions
when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
WorkflowExecutionContinuedAsNew event.
WorkflowExecutionTerminatedEventAttributes:
type: object
required:
- childPolicy
properties:
reason:
allOf:
- $ref: '#/components/schemas/TerminateReason'
- description: The reason provided for the termination.
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: The details provided for the termination.
childPolicy:
allOf:
- $ref: '#/components/schemas/ChildPolicy'
- description: 'The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
TERMINATE – The child executions
are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event
in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event.
ABANDON – No action is taken. The
child executions continue to run.
WorkflowExecutionTerminated event.
WorkflowExecutionCancelRequestedEventAttributes:
type: object
properties:
externalWorkflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The external workflow execution for which the cancellation was requested.
externalInitiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
cause:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionCancelRequestedCause'
- description: 'If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause. This happens if the parent workflow execution times out
or is terminated, and the child policy is set to cancel child executions.'
description: Provides the details of the WorkflowExecutionCancelRequested event.
WorkflowExecutionSignaledEventAttributes:
type: object
required:
- signalName
properties:
signalName:
allOf:
- $ref: '#/components/schemas/SignalName'
- description: The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: The inputs provided with the signal. The decider can use the signal name and inputs to determine how to process the signal.
externalWorkflowExecution:
allOf:
- $ref: '#/components/schemas/WorkflowExecution'
- description: The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.
externalInitiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the WorkflowExecutionSignaled event.
MarkerRecordedEventAttributes:
type: object
required:
- markerName
- decisionTaskCompletedEventId
properties:
markerName:
allOf:
- $ref: '#/components/schemas/MarkerName'
- description: The name of the marker.
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: The details of the marker.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the MarkerRecorded event.
RecordMarkerFailedEventAttributes:
type: object
required:
- markerName
- cause
- decisionTaskCompletedEventId
properties:
markerName:
allOf:
- $ref: '#/components/schemas/MarkerName'
- description: The marker's name.
cause:
allOf:
- $ref: '#/components/schemas/RecordMarkerFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the RecordMarkerFailed event.
TimerStartedEventAttributes:
type: object
required:
- timerId
- startToFireTimeout
- decisionTaskCompletedEventId
properties:
timerId:
allOf:
- $ref: '#/components/schemas/TimerId'
- description: The unique ID of the timer that was started.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: Data attached to the event that can be used by the decider in subsequent workflow tasks.
startToFireTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSeconds'
- description: 'The duration of time after which the timer fires.
The duration is specified in seconds, an integer greater than or equal to 0.
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.
description: Provides the details of the TimerStarted event.
TimerFiredEventAttributes:
type: object
required:
- timerId
- startedEventId
properties:
timerId:
allOf:
- $ref: '#/components/schemas/TimerId'
- description: The unique ID of the timer that fired.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: Provides the details of the TimerFired event.
TimerCanceledEventAttributes:
type: object
required:
- timerId
- startedEventId
- decisionTaskCompletedEventId
properties:
timerId:
allOf:
- $ref: '#/components/schemas/TimerId'
- description: The unique ID of the timer that was canceled.
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
description: ' Provides the details of the TimerCanceled event. '
StartChildWorkflowExecutionInitiatedEventAttributes:
type: object
required:
- workflowId
- workflowType
- taskList
- decisionTaskCompletedEventId
- childPolicy
properties:
workflowId:
allOf:
- $ref: '#/components/schemas/WorkflowId'
- description: The workflowId of the child workflow execution.
workflowType:
allOf:
- $ref: '#/components/schemas/WorkflowType'
- description: The type of the child workflow execution.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: Data attached to the event that can be used by the decider in subsequent decision tasks. This data isn't sent to the activity.
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: The inputs provided to the child workflow execution.
executionStartToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: '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.
The duration
is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.
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.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
' decisionTaskCompletedEventId: allOf: - $ref: '#/components/schemas/EventId' - description: The ID of theDecisionTaskCompleted 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.
childPolicy:
allOf:
- $ref: '#/components/schemas/ChildPolicy'
- description: '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.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request
to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions when
it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
The maximum duration allowed for the decision tasks for this workflow execution.
The duration is specified in seconds, an integer greater than or equal to 0.
You can use NONE to specify unlimited duration.
StartChildWorkflowExecutionInitiated event.
SignalExternalWorkflowExecutionInitiatedEventAttributes:
type: object
required:
- workflowId
- signalName
- decisionTaskCompletedEventId
properties:
workflowId:
allOf:
- $ref: '#/components/schemas/WorkflowId'
- description: The workflowId of the external workflow execution.
runId:
allOf:
- $ref: '#/components/schemas/WorkflowRunIdOptional'
- description: The runId of the external workflow execution to send the signal to.
signalName:
allOf:
- $ref: '#/components/schemas/SignalName'
- description: The name of the signal.
input:
allOf:
- $ref: '#/components/schemas/Data'
- description: The input provided to the signal.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: Data attached to the event that can be used by the decider in subsequent decision tasks.
description: Provides the details of the SignalExternalWorkflowExecutionInitiated event.
SignalExternalWorkflowExecutionFailedEventAttributes:
type: object
required:
- workflowId
- cause
- initiatedEventId
- decisionTaskCompletedEventId
properties:
workflowId:
allOf:
- $ref: '#/components/schemas/WorkflowId'
- description: The workflowId of the external workflow execution that the signal was being delivered to.
runId:
allOf:
- $ref: '#/components/schemas/WorkflowRunIdOptional'
- description: The runId of the external workflow execution that the signal was being delivered to.
cause:
allOf:
- $ref: '#/components/schemas/SignalExternalWorkflowExecutionFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
description: Provides the details of the SignalExternalWorkflowExecutionFailed event.
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes:
type: object
required:
- workflowId
- decisionTaskCompletedEventId
properties:
workflowId:
allOf:
- $ref: '#/components/schemas/WorkflowId'
- description: The workflowId of the external workflow execution to be canceled.
runId:
allOf:
- $ref: '#/components/schemas/WorkflowRunIdOptional'
- description: The runId of the external workflow execution to be canceled.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: Data attached to the event that can be used by the decider in subsequent workflow tasks.
description: Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.
RequestCancelExternalWorkflowExecutionFailedEventAttributes:
type: object
required:
- workflowId
- cause
- initiatedEventId
- decisionTaskCompletedEventId
properties:
workflowId:
allOf:
- $ref: '#/components/schemas/WorkflowId'
- description: The workflowId of the external workflow to which the cancel request was to be delivered.
runId:
allOf:
- $ref: '#/components/schemas/WorkflowRunIdOptional'
- description: The runId of the external workflow execution.
cause:
allOf:
- $ref: '#/components/schemas/RequestCancelExternalWorkflowExecutionFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The ID of the 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.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
description: Provides the details of the RequestCancelExternalWorkflowExecutionFailed event.
ScheduleActivityTaskFailedEventAttributes:
type: object
required:
- activityType
- activityId
- cause
- decisionTaskCompletedEventId
properties:
activityType:
allOf:
- $ref: '#/components/schemas/ActivityType'
- description: The activity type provided in the ScheduleActivityTask decision that failed.
activityId:
allOf:
- $ref: '#/components/schemas/ActivityId'
- description: The activityId provided in the ScheduleActivityTask decision that failed.
cause:
allOf:
- $ref: '#/components/schemas/ScheduleActivityTaskFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the ScheduleActivityTaskFailed event.
RequestCancelActivityTaskFailedEventAttributes:
type: object
required:
- activityId
- cause
- decisionTaskCompletedEventId
properties:
activityId:
allOf:
- $ref: '#/components/schemas/ActivityId'
- description: The activityId provided in the RequestCancelActivityTask decision that failed.
cause:
allOf:
- $ref: '#/components/schemas/RequestCancelActivityTaskFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the RequestCancelActivityTaskFailed event.
StartTimerFailedEventAttributes:
type: object
required:
- timerId
- cause
- decisionTaskCompletedEventId
properties:
timerId:
allOf:
- $ref: '#/components/schemas/TimerId'
- description: The timerId provided in the StartTimer decision that failed.
cause:
allOf:
- $ref: '#/components/schemas/StartTimerFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED,
the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
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.
description: Provides the details of the StartTimerFailed event.
StartChildWorkflowExecutionFailedEventAttributes:
type: object
required:
- workflowType
- cause
- workflowId
- initiatedEventId
- decisionTaskCompletedEventId
properties:
workflowType:
allOf:
- $ref: '#/components/schemas/WorkflowType'
- description: The workflow type provided in the StartChildWorkflowExecution Decision that failed.
cause:
allOf:
- $ref: '#/components/schemas/StartChildWorkflowExecutionFailedCause'
- description: 'The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
When cause is set to OPERATION_NOT_PERMITTED,
the decision fails because it lacks sufficient permissions. For details and example IAM policies, see
Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
workflowId of the child workflow execution.
initiatedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: '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.
When the cause isn''t WORKFLOW_ALREADY_RUNNING, initiatedEventId is set to 0 because the StartChildWorkflowExecutionInitiated
event doesn''t exist.
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.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.
description: Provides the details of the StartChildWorkflowExecutionFailed event.
LambdaFunctionScheduledEventAttributes:
type: object
required:
- id
- name
- decisionTaskCompletedEventId
properties:
id:
allOf:
- $ref: '#/components/schemas/FunctionId'
- description: The unique ID of the Lambda task.
name:
allOf:
- $ref: '#/components/schemas/FunctionName'
- description: The name of the Lambda function.
control:
allOf:
- $ref: '#/components/schemas/Data'
- description: Data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the Lambda task.
input:
allOf:
- $ref: '#/components/schemas/FunctionInput'
- description: The input provided to the Lambda task.
startToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: The maximum amount of time a worker can take to process the Lambda task.
decisionTaskCompletedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this activity task. To help diagnose issues, use this information
to trace back the chain of events leading up to this event.'
description: Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.
LambdaFunctionStartedEventAttributes:
type: object
required:
- scheduledEventId
properties:
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the
chain of events leading up to this event.'
description: Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.
LambdaFunctionCompletedEventAttributes:
type: object
required:
- scheduledEventId
- startedEventId
properties:
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the
chain of events leading up to this event.'
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events
leading up to this event.'
result:
allOf:
- $ref: '#/components/schemas/Data'
- description: The results of the Lambda task.
description: Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.
LambdaFunctionFailedEventAttributes:
type: object
required:
- scheduledEventId
- startedEventId
properties:
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the
chain of events leading up to this event.'
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events
leading up to this event.'
reason:
allOf:
- $ref: '#/components/schemas/FailureReason'
- description: The reason provided for the failure.
details:
allOf:
- $ref: '#/components/schemas/Data'
- description: The details of the failure.
description: Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.
LambdaFunctionTimedOutEventAttributes:
type: object
required:
- scheduledEventId
- startedEventId
properties:
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the
chain of events leading up to this event.'
startedEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the ActivityTaskStarted event that was recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of
events leading up to this event.'
timeoutType:
allOf:
- $ref: '#/components/schemas/LambdaFunctionTimeoutType'
- description: The type of the timeout that caused this event.
description: Provides details of the LambdaFunctionTimedOut event.
ScheduleLambdaFunctionFailedEventAttributes:
type: object
required:
- id
- name
- cause
- decisionTaskCompletedEventId
properties:
id:
allOf:
- $ref: '#/components/schemas/FunctionId'
- description: 'The ID provided in the ScheduleLambdaFunction decision that failed. '
name:
allOf:
- $ref: '#/components/schemas/FunctionName'
- description: The name of the Lambda function.
cause:
allOf:
- $ref: '#/components/schemas/ScheduleLambdaFunctionFailedCause'
- description: 'The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
If cause is set
to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using
IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
LambdaFunctionCompleted event corresponding to the decision that resulted in scheduling this Lambda task. To help diagnose issues, use this information
to trace back the chain of events leading up to this event.'
description: Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.
StartLambdaFunctionFailedEventAttributes:
type: object
properties:
scheduledEventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: 'The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the
chain of events leading up to this event.'
cause:
allOf:
- $ref: '#/components/schemas/StartLambdaFunctionFailedCause'
- description: 'The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.
If cause is set
to OPERATION_NOT_PERMITTED, the decision failed because the IAM role attached to the execution lacked sufficient permissions. For details and example IAM policies, see Lambda
Tasks in the Amazon SWF Developer Guide.
StartLambdaFunctionFailed event. It isn't set for other event types.
HistoryEvent:
type: object
required:
- eventTimestamp
- eventType
- eventId
properties:
eventTimestamp:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: The date and time when the event occurred.
eventType:
allOf:
- $ref: '#/components/schemas/EventType'
- description: The type of the history event.
eventId:
allOf:
- $ref: '#/components/schemas/EventId'
- description: The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.
workflowExecutionStartedEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionStartedEventAttributes'
- description: If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event types.
workflowExecutionCompletedEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionCompletedEventAttributes'
- description: If the event is of type WorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.
completeWorkflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/CompleteWorkflowExecutionFailedEventAttributes'
- description: If the event is of type CompleteWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event
types.
workflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionFailedEventAttributes'
- description: If the event is of type WorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.
failWorkflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/FailWorkflowExecutionFailedEventAttributes'
- description: If the event is of type FailWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event types.
workflowExecutionTimedOutEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionTimedOutEventAttributes'
- description: If the event is of type WorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.
workflowExecutionCanceledEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionCanceledEventAttributes'
- description: If the event is of type WorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.
cancelWorkflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/CancelWorkflowExecutionFailedEventAttributes'
- description: If the event is of type CancelWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event
types.
workflowExecutionContinuedAsNewEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionContinuedAsNewEventAttributes'
- description: If the event is of type WorkflowExecutionContinuedAsNew then this member is set and provides detailed information about the event. It isn't set for other event
types.
continueAsNewWorkflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/ContinueAsNewWorkflowExecutionFailedEventAttributes'
- description: If the event is of type ContinueAsNewWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other
event types.
workflowExecutionTerminatedEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionTerminatedEventAttributes'
- description: If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event types.
workflowExecutionCancelRequestedEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionCancelRequestedEventAttributes'
- description: If the event is of type WorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn't set for other event
types.
decisionTaskScheduledEventAttributes:
allOf:
- $ref: '#/components/schemas/DecisionTaskScheduledEventAttributes'
- description: If the event is of type DecisionTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.
decisionTaskStartedEventAttributes:
allOf:
- $ref: '#/components/schemas/DecisionTaskStartedEventAttributes'
- description: If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.
decisionTaskCompletedEventAttributes:
allOf:
- $ref: '#/components/schemas/DecisionTaskCompletedEventAttributes'
- description: If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.
decisionTaskTimedOutEventAttributes:
allOf:
- $ref: '#/components/schemas/DecisionTaskTimedOutEventAttributes'
- description: If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.
activityTaskScheduledEventAttributes:
allOf:
- $ref: '#/components/schemas/ActivityTaskScheduledEventAttributes'
- description: If the event is of type ActivityTaskScheduled then this member is set and provides detailed information about the event. It isn't set for other event types.
activityTaskStartedEventAttributes:
allOf:
- $ref: '#/components/schemas/ActivityTaskStartedEventAttributes'
- description: If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event. It isn't set for other event types.
activityTaskCompletedEventAttributes:
allOf:
- $ref: '#/components/schemas/ActivityTaskCompletedEventAttributes'
- description: If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event. It isn't set for other event types.
activityTaskFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/ActivityTaskFailedEventAttributes'
- description: If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.
activityTaskTimedOutEventAttributes:
allOf:
- $ref: '#/components/schemas/ActivityTaskTimedOutEventAttributes'
- description: If the event is of type ActivityTaskTimedOut then this member is set and provides detailed information about the event. It isn't set for other event types.
activityTaskCanceledEventAttributes:
allOf:
- $ref: '#/components/schemas/ActivityTaskCanceledEventAttributes'
- description: If the event is of type ActivityTaskCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.
activityTaskCancelRequestedEventAttributes:
allOf:
- $ref: '#/components/schemas/ActivityTaskCancelRequestedEventAttributes'
- description: If the event is of type ActivityTaskcancelRequested then this member is set and provides detailed information about the event. It isn't set for other event types.
workflowExecutionSignaledEventAttributes:
allOf:
- $ref: '#/components/schemas/WorkflowExecutionSignaledEventAttributes'
- description: If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event types.
markerRecordedEventAttributes:
allOf:
- $ref: '#/components/schemas/MarkerRecordedEventAttributes'
- description: If the event is of type MarkerRecorded then this member is set and provides detailed information about the event. It isn't set for other event types.
recordMarkerFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/RecordMarkerFailedEventAttributes'
- description: If the event is of type DecisionTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.
timerStartedEventAttributes:
allOf:
- $ref: '#/components/schemas/TimerStartedEventAttributes'
- description: If the event is of type TimerStarted then this member is set and provides detailed information about the event. It isn't set for other event types.
timerFiredEventAttributes:
allOf:
- $ref: '#/components/schemas/TimerFiredEventAttributes'
- description: If the event is of type TimerFired then this member is set and provides detailed information about the event. It isn't set for other event types.
timerCanceledEventAttributes:
allOf:
- $ref: '#/components/schemas/TimerCanceledEventAttributes'
- description: If the event is of type TimerCanceled then this member is set and provides detailed information about the event. It isn't set for other event types.
startChildWorkflowExecutionInitiatedEventAttributes:
allOf:
- $ref: '#/components/schemas/StartChildWorkflowExecutionInitiatedEventAttributes'
- description: If the event is of type StartChildWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other
event types.
childWorkflowExecutionStartedEventAttributes:
allOf:
- $ref: '#/components/schemas/ChildWorkflowExecutionStartedEventAttributes'
- description: If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event. It isn't set for other event
types.
childWorkflowExecutionCompletedEventAttributes:
allOf:
- $ref: '#/components/schemas/ChildWorkflowExecutionCompletedEventAttributes'
- description: If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event. It isn't set for other event
types.
childWorkflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/ChildWorkflowExecutionFailedEventAttributes'
- description: If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event
types.
childWorkflowExecutionTimedOutEventAttributes:
allOf:
- $ref: '#/components/schemas/ChildWorkflowExecutionTimedOutEventAttributes'
- description: If the event is of type ChildWorkflowExecutionTimedOut then this member is set and provides detailed information about the event. It isn't set for other event
types.
childWorkflowExecutionCanceledEventAttributes:
allOf:
- $ref: '#/components/schemas/ChildWorkflowExecutionCanceledEventAttributes'
- description: If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event. It isn't set for other event
types.
childWorkflowExecutionTerminatedEventAttributes:
allOf:
- $ref: '#/components/schemas/ChildWorkflowExecutionTerminatedEventAttributes'
- description: If the event is of type ChildWorkflowExecutionTerminated then this member is set and provides detailed information about the event. It isn't set for other event
types.
signalExternalWorkflowExecutionInitiatedEventAttributes:
allOf:
- $ref: '#/components/schemas/SignalExternalWorkflowExecutionInitiatedEventAttributes'
- description: If the event is of type SignalExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set for other
event types.
externalWorkflowExecutionSignaledEventAttributes:
allOf:
- $ref: '#/components/schemas/ExternalWorkflowExecutionSignaledEventAttributes'
- description: If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event. It isn't set for other event
types.
signalExternalWorkflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/SignalExternalWorkflowExecutionFailedEventAttributes'
- description: If the event is of type SignalExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other
event types.
externalWorkflowExecutionCancelRequestedEventAttributes:
allOf:
- $ref: '#/components/schemas/ExternalWorkflowExecutionCancelRequestedEventAttributes'
- description: 'If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event. It isn''t set for other
event types. '
requestCancelExternalWorkflowExecutionInitiatedEventAttributes:
allOf:
- $ref: '#/components/schemas/RequestCancelExternalWorkflowExecutionInitiatedEventAttributes'
- description: If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event. It isn't set
for other event types.
requestCancelExternalWorkflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/RequestCancelExternalWorkflowExecutionFailedEventAttributes'
- description: If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for
other event types.
scheduleActivityTaskFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/ScheduleActivityTaskFailedEventAttributes'
- description: If the event is of type ScheduleActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event types.
requestCancelActivityTaskFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/RequestCancelActivityTaskFailedEventAttributes'
- description: If the event is of type RequestCancelActivityTaskFailed then this member is set and provides detailed information about the event. It isn't set for other event
types.
startTimerFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/StartTimerFailedEventAttributes'
- description: If the event is of type StartTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.
cancelTimerFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/CancelTimerFailedEventAttributes'
- description: If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event. It isn't set for other event types.
startChildWorkflowExecutionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/StartChildWorkflowExecutionFailedEventAttributes'
- description: If the event is of type StartChildWorkflowExecutionFailed then this member is set and provides detailed information about the event. It isn't set for other event
types.
lambdaFunctionScheduledEventAttributes:
allOf:
- $ref: '#/components/schemas/LambdaFunctionScheduledEventAttributes'
- description: Provides the details of the LambdaFunctionScheduled event. It isn't set for other event types.
lambdaFunctionStartedEventAttributes:
allOf:
- $ref: '#/components/schemas/LambdaFunctionStartedEventAttributes'
- description: Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.
lambdaFunctionCompletedEventAttributes:
allOf:
- $ref: '#/components/schemas/LambdaFunctionCompletedEventAttributes'
- description: Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.
lambdaFunctionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/LambdaFunctionFailedEventAttributes'
- description: Provides the details of the LambdaFunctionFailed event. It isn't set for other event types.
lambdaFunctionTimedOutEventAttributes:
allOf:
- $ref: '#/components/schemas/LambdaFunctionTimedOutEventAttributes'
- description: Provides the details of the LambdaFunctionTimedOut event. It isn't set for other event types.
scheduleLambdaFunctionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/ScheduleLambdaFunctionFailedEventAttributes'
- description: Provides the details of the ScheduleLambdaFunctionFailed event. It isn't set for other event types.
startLambdaFunctionFailedEventAttributes:
allOf:
- $ref: '#/components/schemas/StartLambdaFunctionFailedEventAttributes'
- description: Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.
description: 'Event within a workflow execution. A history event can be one of these types:
ActivityTaskCancelRequested – A RequestCancelActivityTask
decision was received by the system.
ActivityTaskCanceled – The activity task was successfully canceled.
ActivityTaskCompleted – An
activity worker successfully completed an activity task by calling RespondActivityTaskCompleted.
ActivityTaskFailed – An activity worker failed an activity
task by calling RespondActivityTaskFailed.
ActivityTaskScheduled – An activity task was scheduled for execution.
ActivityTaskStarted
– The scheduled activity task was dispatched to a worker.
ActivityTaskTimedOut – The activity task timed out.
CancelTimerFailed –
Failed to process CancelTimer decision. This happens when the decision isn''t configured properly, for example no timer exists with the specified timer Id.
CancelWorkflowExecutionFailed
– A request to cancel a workflow execution failed.
ChildWorkflowExecutionCanceled – A child workflow execution, started by this workflow execution, was canceled and
closed.
ChildWorkflowExecutionCompleted – A child workflow execution, started by this workflow execution, completed successfully and was closed.
ChildWorkflowExecutionFailed – A child workflow execution, started by this workflow execution, failed to complete successfully and was closed.
ChildWorkflowExecutionStarted
– A child workflow execution was successfully started.
ChildWorkflowExecutionTerminated – A child workflow execution, started by this workflow execution, was terminated.
ChildWorkflowExecutionTimedOut – A child workflow execution, started by this workflow execution, timed out and was closed.
CompleteWorkflowExecutionFailed
– The workflow execution failed to complete.
ContinueAsNewWorkflowExecutionFailed – The workflow execution failed to complete after being continued as a new workflow
execution.
DecisionTaskCompleted – The decider successfully completed a decision task by calling RespondDecisionTaskCompleted.
DecisionTaskScheduled
– A decision task was scheduled for the workflow execution.
DecisionTaskStarted – The decision task was dispatched to a decider.
DecisionTaskTimedOut
– The decision task timed out.
ExternalWorkflowExecutionCancelRequested – Request to cancel an external workflow execution was successfully delivered to the target
execution.
ExternalWorkflowExecutionSignaled – A signal, requested by this workflow execution, was successfully delivered to the target external workflow execution.
FailWorkflowExecutionFailed – A request to mark a workflow execution as failed, itself failed.
MarkerRecorded – A marker was recorded
in the workflow history as the result of a RecordMarker decision.
RecordMarkerFailed – A RecordMarker decision was returned as failed.
RequestCancelActivityTaskFailed – Failed to process RequestCancelActivityTask decision. This happens when the decision isn''t configured properly.
RequestCancelExternalWorkflowExecutionFailed – Request to cancel an external workflow execution failed.
RequestCancelExternalWorkflowExecutionInitiated
– A request was made to request the cancellation of an external workflow execution.
ScheduleActivityTaskFailed – Failed to process ScheduleActivityTask decision.
This happens when the decision isn''t configured properly, for example the activity type specified isn''t registered.
SignalExternalWorkflowExecutionFailed – The
request to signal an external workflow execution failed.
SignalExternalWorkflowExecutionInitiated – A request to signal an external workflow was made.
StartActivityTaskFailed – A scheduled activity task failed to start.
StartChildWorkflowExecutionFailed – Failed to process StartChildWorkflowExecution
decision. This happens when the decision isn''t configured properly, for example the workflow type specified isn''t registered.
StartChildWorkflowExecutionInitiated
– A request was made to start a child workflow execution.
StartTimerFailed – Failed to process StartTimer decision. This happens when the decision isn''t configured
properly, for example a timer already exists with the specified timer Id.
TimerCanceled – A timer, previously started for this workflow execution, was successfully
canceled.
TimerFired – A timer, previously started for this workflow execution, fired.
TimerStarted – A timer was started for the
workflow execution due to a StartTimer decision.
WorkflowExecutionCancelRequested – A request to cancel this workflow execution was made.
WorkflowExecutionCanceled – The workflow execution was successfully canceled and closed.
WorkflowExecutionCompleted – The workflow execution was
closed due to successful completion.
WorkflowExecutionContinuedAsNew – The workflow execution was closed and a new execution of the same type was created with the
same workflowId.
WorkflowExecutionFailed – The workflow execution closed due to a failure.
WorkflowExecutionSignaled – An external
signal was received for the workflow execution.
WorkflowExecutionStarted – The workflow execution was started.
WorkflowExecutionTerminated
– The workflow execution was terminated.
WorkflowExecutionTimedOut – The workflow execution was closed because a time out was exceeded.
Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.
Tags may only contain unicode letters, digits, whitespace, or these symbols:
_ . : / = + - @.
The maximum duration allowed for decision tasks for this workflow execution.
The duration is specified in seconds, an integer greater than or equal to 0.
You can use NONE to specify unlimited duration.
The total duration for this workflow execution.
The duration is specified in seconds, an integer greater than or equal to 0. You can use NONE
to specify unlimited duration.
The priority assigned to 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.
For more information about setting task priority, see Setting Task Priority in the Amazon SWF Developer Guide.
' childPolicy: allOf: - $ref: '#/components/schemas/ChildPolicy' - description: 'The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A
request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions
when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
If the execution status is closed then this specifies how the execution was closed:
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.
OPEN.
openDecisionTasks:
allOf:
- $ref: '#/components/schemas/OpenDecisionTasksCount'
- description: The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
openTimers:
allOf:
- $ref: '#/components/schemas/Count'
- description: The count of timers started by this workflow execution that have not fired yet.
openChildWorkflowExecutions:
allOf:
- $ref: '#/components/schemas/Count'
- description: The count of child workflow executions whose status is OPEN.
openLambdaFunctions:
allOf:
- $ref: '#/components/schemas/Count'
- description: The count of Lambda tasks whose status is OPEN.
description: 'Contains the counts of open tasks, child workflow executions and timers for a workflow execution.'
WorkflowExecutionInfoList:
type: array
items:
$ref: '#/components/schemas/WorkflowExecutionInfo'
WorkflowExecutionTerminatedCause:
type: string
enum:
- CHILD_POLICY_APPLIED
- EVENT_LIMIT_EXCEEDED
- OPERATOR_INITIATED
WorkflowTypeConfiguration:
type: object
properties:
defaultTaskStartToCloseTimeout:
allOf:
- $ref: '#/components/schemas/DurationInSecondsOptional'
- description: ' The default maximum duration, specified when registering the workflow type, that a decision task for executions of this workflow type might take before returning completion
or failure. If the task doesn''tdo close in the specified time then the task is automatically timed out and rescheduled. If the decider eventually reports a completion or failure, it is ignored.
This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.
The
duration is specified in seconds, an integer greater than or equal to 0. You can use NONE to specify unlimited duration.
The default maximum duration, specified when registering the workflow type, for executions of this workflow type. This default can be overridden when starting a workflow execution
using the StartWorkflowExecution action or the StartChildWorkflowExecution Decision.
The duration is specified in seconds, an integer greater than or equal
to 0. You can use NONE to specify unlimited duration.
StartChildWorkflowExecution Decision.'
defaultTaskPriority:
allOf:
- $ref: '#/components/schemas/TaskPriority'
- description: ' The default task priority, specified when registering the workflow type, for all decision tasks of this workflow type. This default can be overridden when starting a workflow
execution using the StartWorkflowExecution action or the 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 SWF Developer Guide.
' defaultChildPolicy: allOf: - $ref: '#/components/schemas/ChildPolicy' - description: ' The default policy to use for the child workflow executions when a workflow execution of this type is terminated, by calling the TerminateWorkflowExecution action explicitly
or due to an expired timeout. This default can be overridden when starting a workflow execution using the StartWorkflowExecution action or the StartChildWorkflowExecution
Decision.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A
request to cancel is attempted for each child execution by recording a WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate actions
when it receives an execution history with this event.
ABANDON – No action is taken. The child executions continue to run.
The default IAM role attached to this workflow type.
Executions of this workflow type need IAM roles to invoke Lambda functions. If you don''t specify an IAM role when starting this workflow type, the default Lambda role is attached to the execution. For more information, see https://docs.aws.amazon.com/amazonswf/latest/developerguide/lambda-task.html in the Amazon SWF Developer Guide.