Simple Workflow Service

eventNameDescriptionSampleRule
anyCatch-all entry for Simple Workflow Service rules that match the service but not a specific eventName.NN
CountClosedWorkflowExecutionsReturns the number of closed workflow executions within the given domain that meet the specified filtering criteria. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
CountOpenWorkflowExecutionsReturns the number of open workflow executions within the given domain that meet the specified filtering criteria. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
CountPendingActivityTasksReturns the estimated number of activity tasks in the specified task list. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
CountPendingDecisionTasksReturns the estimated number of decision tasks in the specified task list. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DeleteActivityTypeDeletes the specified activity type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DeleteWorkflowTypeDeletes the specified workflow type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DeprecateActivityTypeDeprecates the specified activity type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DeprecateDomainDeprecates the specified domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DeprecateWorkflowTypeDeprecates the specified workflow type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DescribeActivityTypeReturns information about the specified activity type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DescribeDomainReturns information about the specified domain, including description and status. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DescribeWorkflowExecutionReturns information about the specified workflow execution including its type and some statistics. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
DescribeWorkflowTypeReturns information about the specified workflow type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
GetWorkflowExecutionHistoryReturns the history of the specified workflow execution. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListActivityTypesReturns information about all activities registered in the specified domain that match the specified name and registration status. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListClosedWorkflowExecutionsReturns a list of closed workflow executions in the specified domain that meet the filtering criteria. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListDomainsReturns the list of domains registered in the account. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListOpenWorkflowExecutionsReturns a list of open workflow executions in the specified domain that meet the filtering criteria. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListTagsForResourceList tags for a given domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
ListWorkflowTypesReturns information about workflow types in the specified domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
PollForActivityTaskUsed by workers to get an ActivityTask from the specified activity taskList. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
PollForDecisionTaskUsed by deciders to get a DecisionTask from the specified decision taskList. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RecordActivityTaskHeartbeatUsed by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RegisterActivityTypeRegisters a new activity type along with its configuration settings in the specified domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RegisterDomainRegisters a new domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RegisterWorkflowTypeRegisters a new workflow type and its configuration settings in the specified domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RequestCancelWorkflowExecutionRecords a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RespondActivityTaskCanceledUsed by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RespondActivityTaskCompletedUsed by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided). Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RespondActivityTaskFailedUsed by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified). Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
RespondDecisionTaskCompletedUsed by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
SignalWorkflowExecutionRecords 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. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
StartWorkflowExecutionStarts an execution of the workflow type in the specified domain using the provided workflowId and input data. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
TagResourceAdd a tag to a Amazon SWF domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
TerminateWorkflowExecutionRecords a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
UndeprecateActivityTypeUndeprecates a previously deprecated activity type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
UndeprecateDomainUndeprecates a previously deprecated domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
UndeprecateWorkflowTypeUndeprecates a previously deprecated workflow type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN
UntagResourceRemove a tag from a Amazon SWF domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.NN

any: Simple Workflow Service (catch-all)

#
Service
swf

Description

Catch-all entry for Simple Workflow Service rules that match the service but not a specific eventName.

CountClosedWorkflowExecutions

#
Service
swf

Description

Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

CountOpenWorkflowExecutions

#
Service
swf

Description

Returns the number of open workflow executions within the given domain that meet the specified filtering criteria. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

CountPendingActivityTasks

#
Service
swf

Description

Returns the estimated number of activity tasks in the specified task list. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

CountPendingDecisionTasks

#
Service
swf

Description

Returns the estimated number of decision tasks in the specified task list. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DeleteActivityType

#
Service
swf

Description

Deletes the specified activity type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DeleteWorkflowType

#
Service
swf

Description

Deletes the specified workflow type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DeprecateActivityType

#
Service
swf

Description

Deprecates the specified activity type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DeprecateDomain

#
Service
swf

Description

Deprecates the specified domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DeprecateWorkflowType

#
Service
swf

Description

Deprecates the specified workflow type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DescribeActivityType

#
Service
swf

Description

Returns information about the specified activity type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DescribeDomain

#
Service
swf

Description

Returns information about the specified domain, including description and status. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DescribeWorkflowExecution

#
Service
swf

Description

Returns information about the specified workflow execution including its type and some statistics. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

DescribeWorkflowType

#
Service
swf

Description

Returns information about the specified workflow type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

GetWorkflowExecutionHistory

#
Service
swf

Description

Returns the history of the specified workflow execution. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListActivityTypes

#
Service
swf

Description

Returns information about all activities registered in the specified domain that match the specified name and registration status. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListClosedWorkflowExecutions

#
Service
swf

Description

Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListDomains

#
Service
swf

Description

Returns the list of domains registered in the account. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListOpenWorkflowExecutions

#
Service
swf

Description

Returns a list of open workflow executions in the specified domain that meet the filtering criteria. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListTagsForResource

#
Service
swf

Description

List tags for a given domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

ListWorkflowTypes

#
Service
swf

Description

Returns information about workflow types in the specified domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

PollForActivityTask

#
Service
swf

Description

Used by workers to get an ActivityTask from the specified activity taskList. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

PollForDecisionTask

#
Service
swf

Description

Used by deciders to get a DecisionTask from the specified decision taskList. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RecordActivityTaskHeartbeat

#
Service
swf

Description

Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RegisterActivityType

#
Service
swf

Description

Registers a new activity type along with its configuration settings in the specified domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RegisterDomain

#
Service
swf

Description

Registers a new domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RegisterWorkflowType

#
Service
swf

Description

Registers a new workflow type and its configuration settings in the specified domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RequestCancelWorkflowExecution

#
Service
swf

Description

Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RespondActivityTaskCanceled

#
Service
swf

Description

Used by workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RespondActivityTaskCompleted

#
Service
swf

Description

Used by workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided). Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RespondActivityTaskFailed

#
Service
swf

Description

Used by workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified). Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

RespondDecisionTaskCompleted

#
Service
swf

Description

Used by deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

SignalWorkflowExecution

#
Service
swf

Description

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. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

StartWorkflowExecution

#
Service
swf

Description

Starts an execution of the workflow type in the specified domain using the provided workflowId and input data. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

TagResource

#
Service
swf

Description

Add a tag to a Amazon SWF domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

TerminateWorkflowExecution

#
Service
swf

Description

Records a WorkflowExecutionTerminated event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

UndeprecateActivityType

#
Service
swf

Description

Undeprecates a previously deprecated activity type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

UndeprecateDomain

#
Service
swf

Description

Undeprecates a previously deprecated domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

UndeprecateWorkflowType

#
Service
swf

Description

Undeprecates a previously deprecated workflow type. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.

UntagResource

#
Service
swf

Description

Remove a tag from a Amazon SWF domain. Model-derived from the AWS SDK operation catalog (botocore); the eventSource is inferred from the SDK endpoint prefix and no CloudTrail sample confirms it yet.