Amazon Simple Workflow Service Skill
amazonaws-com-swf
amazonaws-com-swf
| Method | Path | Description |
|---|---|---|
POST | / | |
POST | / | 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... |
POST | / | 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 ef... |
POST | / | 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... |
POST | / | 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... |
POST | / | Deletes the specified activity type. Note: Prior to deletion, activity types must first be deprecated. After an activity type has been deleted, you cannot schedule new activities... |
POST | / | Deletes the specified workflow type. Note: Prior to deletion, workflow types must first be deprecated. After a workflow type has been deleted, you cannot create new executions of... |
POST | / | 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 befor... |
POST | / | 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 visibilit... |
POST | / | 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... |
POST | / | Returns information about the specified activity type. This includes configuration settings provided when the type was registered and other general information about the type. Acc... |
POST | / | 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 a... |
POST | / | 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... |
POST | / | Returns information about the specified workflow type. This includes configuration settings specified when the type was registered and other information such as creation date, cur... |
POST | / | 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 re... |
POST | / | Returns information about all activities registered in the specified domain that match the specified name and registration status. The result includes information like creation da... |
POST | / | 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,... |
POST | / | 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 retu... |
POST | / | 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, ma... |
POST | / | List tags for a given domain. |
POST | / | 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... |
POST | / | 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... |
POST | / | 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.... |
POST | / | 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... |
POST | / | 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 ca... |
POST | / | 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... |
POST | / | 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 typ... |
POST | / | Records a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId. This logically requests the can... |
POST | / | 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. The... |
POST | / | 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 ActivityTaskCom... |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-swf
Downloads and installs to ~/.claude/skills/amazonaws-com-swf/
2012-01-25 (2026-02-13)