Operations

All API operations are implemented by methods in /AWS1/IF_SWF

Operation Method
CountClosedWorkflowExecutions COUNTCLOSEDWORKFLOWEXECS()
CountOpenWorkflowExecutions COUNTOPENWORKFLOWEXECUTIONS()
CountPendingActivityTasks COUNTPENDINGACTIVITYTASKS()
CountPendingDecisionTasks COUNTPENDINGDECISIONTASKS()
DeleteActivityType DELETEACTIVITYTYPE()
DeleteWorkflowType DELETEWORKFLOWTYPE()
DeprecateActivityType DEPRECATEACTIVITYTYPE()
DeprecateDomain DEPRECATEDOMAIN()
DeprecateWorkflowType DEPRECATEWORKFLOWTYPE()
DescribeActivityType DESCRIBEACTIVITYTYPE()
DescribeDomain DESCRIBEDOMAIN()
DescribeWorkflowExecution DESCRIBEWORKFLOWEXECUTION()
DescribeWorkflowType DESCRIBEWORKFLOWTYPE()
GetWorkflowExecutionHistory GETWORKFLOWEXECUTIONHISTORY()
ListActivityTypes LISTACTIVITYTYPES()
ListClosedWorkflowExecutions LISTCLOSEDWORKFLOWEXECUTIONS()
ListDomains LISTDOMAINS()
ListOpenWorkflowExecutions LISTOPENWORKFLOWEXECUTIONS()
ListTagsForResource LISTTAGSFORRESOURCE()
ListWorkflowTypes LISTWORKFLOWTYPES()
PollForActivityTask POLLFORACTIVITYTASK()
PollForDecisionTask POLLFORDECISIONTASK()
RecordActivityTaskHeartbeat RECORDACTIVITYTASKHEARTBEAT()
RegisterActivityType REGISTERACTIVITYTYPE()
RegisterDomain REGISTERDOMAIN()
RegisterWorkflowType REGISTERWORKFLOWTYPE()
RequestCancelWorkflowExecution REQUESTCANCELWORKFLOWEXEC()
RespondActivityTaskCanceled RESPONDACTIVITYTASKCANCELED()
RespondActivityTaskCompleted RESPONDACTIVITYTASKCOMPLETED()
RespondActivityTaskFailed RESPONDACTIVITYTASKFAILED()
RespondDecisionTaskCompleted RESPONDDECISIONTASKCOMPLETED()
SignalWorkflowExecution SIGNALWORKFLOWEXECUTION()
StartWorkflowExecution STARTWORKFLOWEXECUTION()
TagResource TAGRESOURCE()
TerminateWorkflowExecution TERMINATEWORKFLOWEXECUTION()
UndeprecateActivityType UNDEPRECATEACTIVITYTYPE()
UndeprecateDomain UNDEPRECATEDOMAIN()
UndeprecateWorkflowType UNDEPRECATEWORKFLOWTYPE()
UntagResource UNTAGRESOURCE()