AWS Simple Workflow Service (SWF)
AWS Simple Workflow Service (SWF) helps developers build, run, and scale background jobs that have parallel or sequential steps. You can think of Amazon SWF as a fully-managed state tracker and task coordinator in the Cloud.
If your app’s steps take more than 500 milliseconds to complete, you need to track the state of processing, and you need to recover or retry if a task fails, Amazon SWF can help you.
Below are the cmdlets which are available with AWS Simple Workflow Service (SWF)
CmdletName | ServiceOperation |
Add-SWFResourceTag | TagResource |
Get-SWFActivityType | DescribeActivityType |
Get-SWFActivityTypeList | ListActivityTypes |
Get-SWFClosedWorkflowExecutionCount | CountClosedWorkflowExecutions |
Get-SWFClosedWorkflowExecutionList | ListClosedWorkflowExecutions |
Get-SWFDomain | DescribeDomain |
Get-SWFDomainList | ListDomains |
Get-SWFOpenWorkflowExecutionCount | CountOpenWorkflowExecutions |
Get-SWFPendingActivityTaskCount | CountPendingActivityTasks |
Get-SWFPendingDecisionTaskCount | CountPendingDecisionTasks |
Get-SWFResourceTag | ListTagsForResource |
Get-SWFWorkflowExecution | DescribeWorkflowExecution |
Get-SWFWorkflowExecutionHistory | GetWorkflowExecutionHistory |
Get-SWFWorkflowType | DescribeWorkflowType |
Get-SWFWorkflowTypeList | ListWorkflowTypes |
New-SWFActivityType | RegisterActivityType |
New-SWFDomain | RegisterDomain |
New-SWFWorkflowType | RegisterWorkflowType |
Remove-SWFActivityType | DeprecateActivityType |
Remove-SWFDomain | DeprecateDomain |
Remove-SWFResourceTag | UntagResource |
Remove-SWFWorkflowType | DeprecateWorkflowType |
Request-SWFCancelWorkflowExecution | RequestCancelWorkflowExecution |
Restore-SWFActivityType | UndeprecateActivityType |
Restore-SWFDomain | UndeprecateDomain |
Restore-SWFWorkflowType | UndeprecateWorkflowType |
Send-SWFSignalToWorkflowExecution | SignalWorkflowExecution |
Start-SWFWorkflowExecution | StartWorkflowExecution |
Stop-SWFWorkflowExecution | TerminateWorkflowExecution |
You can also check other AWS Services, and each services cmdlets we are providing.