C# (CSharp) Amazon.SimpleWorkflow Пространство имен

Пространства имен

Amazon.SimpleWorkflow.Model

Классы

Имя Описание
ActivityTaskTimeoutType Activity Task Timeout Type
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

  • Actions related to Deciders

  • Actions related to Workflow Executions

  • Actions related to Administration

  • Actions related to Visibility

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 RespondDecisionTaskCompleted to 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 SimpleWorkflow service
AmazonSimpleWorkflowException
CancelTimerFailedCause Cancel Timer Failed Cause
CancelWorkflowExecutionFailedCause Cancel Workflow Execution Failed Cause
ChildPolicy Child Policy
CloseStatus Close Status
CompleteWorkflowExecutionFailedCause Complete Workflow Execution Failed Cause
ContinueAsNewWorkflowExecutionFailedCause Continue As New Workflow Execution Failed Cause
DecisionTaskTimeoutType Decision Task Timeout Type
DecisionType Constants used for properties of type DecisionType.
EventType Constants used for properties of type EventType.
ExecutionStatus Execution Status
FailWorkflowExecutionFailedCause Fail Workflow Execution Failed Cause
RecordMarkerFailedCause Record Marker Failed Cause
RegistrationStatus Registration Status
RequestCancelActivityTaskFailedCause Request Cancel Activity Task Failed Cause
RequestCancelExternalWorkflowExecutionFailedCause Request Cancel External Workflow Execution Failed Cause
ScheduleActivityTaskFailedCause Schedule Activity Task Failed Cause
SignalExternalWorkflowExecutionFailedCause Signal External Workflow Execution Failed Cause
StartChildWorkflowExecutionFailedCause Start Child Workflow Execution Failed Cause
StartTimerFailedCause Start Timer Failed Cause
WorkflowExecutionCancelRequestedCause Workflow Execution Cancel Requested Cause
WorkflowExecutionTerminatedCause Workflow Execution Terminated Cause
WorkflowExecutionTimeoutType Workflow Execution Timeout Type