
C# |
namespace Amazon.SimpleWorkflow

All Types | Classes | Interfaces |
Icon | Type | Description |
---|---|---|
![]() | AmazonSimpleWorkflow |
Interface for accessing AmazonSimpleWorkflow.
Amazon Simple Workflow Service The Amazon Simple Workflow Service API Reference is intended for programmers who need detailed information about the Amazon SWF actions and data types. For an broader overview of the Amazon SWF programming model, please go to the Amazon SWF Developer Guide. This section provides an overview of Amazon SWF actions. Action Categories The Amazon SWF actions can be grouped into the following major categories.
Actions related to Activities The following are actions that are performed by activity workers:
Activity workers use the PollForActivityTask to get new activity tasks. After a worker receives an activity task from Amazon SWF, it performs the task and responds using RespondActivityTaskCompleted if successful or RespondActivityTaskFailed if unsuccessful. Actions related to Deciders The following are actions that are performed by deciders:
Deciders use PollForDecisionTask to get decision tasks. After a decider receives a decision task from Amazon SWF, it examines its workflow execution history and decides what to do next. It calls RespondDecisionTaskCompletedto complete the decision task and provide zero or more next decisions. Actions related to Workflow Executions The following actions operate on a workflow execution:
Actions related to Administration Although you can perform administrative tasks from the Amazon SWF console, you can use the actions in this section to automate functions or build your own administrative tools. Activity Management
Workflow Management
Domain Management
Workflow Execution Management
Visibility Actions Although you can perform visibility actions from the Amazon SWF console, you can use the actions in this section to build your own console or administrative tools. Activity Visibility
Workflow Visibility
Workflow Execution Visibility
Domain Visibility
Task List Visibility
|
![]() | AmazonSimpleWorkflowClient |
Implementation for accessing AmazonSimpleWorkflow.
Amazon Simple Workflow Service The Amazon Simple Workflow Service API Reference is intended for programmers who need detailed information about the Amazon SWF actions and data types. For an broader overview of the Amazon SWF programming model, please go to the Amazon SWF Developer Guide. This section provides an overview of Amazon SWF actions. Action Categories The Amazon SWF actions can be grouped into the following major categories.
Actions related to Activities The following are actions that are performed by activity workers:
Activity workers use the PollForActivityTask to get new activity tasks. After a worker receives an activity task from Amazon SWF, it performs the task and responds using RespondActivityTaskCompleted if successful or RespondActivityTaskFailed if unsuccessful. Actions related to Deciders The following are actions that are performed by deciders:
Deciders use PollForDecisionTask to get decision tasks. After a decider receives a decision task from Amazon SWF, it examines its workflow execution history and decides what to do next. It calls RespondDecisionTaskCompletedto complete the decision task and provide zero or more next decisions. Actions related to Workflow Executions The following actions operate on a workflow execution:
Actions related to Administration Although you can perform administrative tasks from the Amazon SWF console, you can use the actions in this section to automate functions or build your own administrative tools. Activity Management
Workflow Management
Domain Management
Workflow Execution Management
Visibility Actions Although you can perform visibility actions from the Amazon SWF console, you can use the actions in this section to build your own console or administrative tools. Activity Visibility
Workflow Visibility
Workflow Execution Visibility
Domain Visibility
Task List Visibility
|
![]() | AmazonSimpleWorkflowConfig |
Configuration for accessing Amazon Simple Workflow Service service
|
![]() | AmazonSimpleWorkflowException |