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)

CmdletNameServiceOperation
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.

Click on this Link for an Single place, where you get all the PowerShell cmdlets sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft and AWS

Leave a Reply

Your email address will not be published. Required fields are marked *