Data retrieval APIs for Amazon Simple Workflow Service
Amazon Simple Workflow Service provides the following APIs for data retrieval.
Actions | Description | Access level |
---|---|---|
CountClosedWorkflowExecutions | Return the number of closed workflow executions within the given domain that meet the specified filtering criteria | Read |
CountOpenWorkflowExecutions | Return the number of open workflow executions within the given domain that meet the specified filtering criteria | Read |
CountPendingActivityTasks | Return the estimated number of activity tasks in the specified task list | Read |
CountPendingDecisionTasks | Return the estimated number of decision tasks in the specified task list | Read |
DescribeActivityType | Return information about the specified activity type | Read |
DescribeDomain | Return information about the specified domain, including its description and status | Read |
DescribeWorkflowExecution | Return information about the specified workflow execution including its type and some statistics | Read |
DescribeWorkflowType | Return information about the specified workflow type | Read |
GetWorkflowExecutionHistory | Return the history of the specified workflow execution | Read |
ListActivityTypes | Return information about all activities registered in the specified domain that match the specified name and registration status | List |
ListClosedWorkflowExecutions | Return a list of closed workflow executions in the specified domain that meet the filtering criteria | List |
ListDomains | Return the list of domains registered in the account | List |
ListOpenWorkflowExecutions | Return a list of open workflow executions in the specified domain that meet the filtering criteria | List |
ListTagsForResource | List tags for an AWS SWF resource | List |
ListWorkflowTypes | Return information about workflow types in the specified domain | List |