AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Unit of work sent to an activity worker.
Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z
public class ActivityTask
The ActivityTask type exposes the following members
Name | Description | |
---|---|---|
ActivityTask() |
Name | Type | Description | |
---|---|---|---|
ActivityId | System.String |
Gets and sets the property ActivityId. The unique ID of the task. |
|
ActivityType | Amazon.SimpleWorkflow.Model.ActivityType |
Gets and sets the property ActivityType. The type of this activity task. |
|
Input | System.String |
Gets and sets the property Input. The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation. |
|
StartedEventId | System.Int64 |
Gets and sets the property StartedEventId.
The ID of the |
|
TaskToken | System.String |
Gets and sets the property TaskToken. The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task. |
|
WorkflowExecution | Amazon.SimpleWorkflow.Model.WorkflowExecution |
Gets and sets the property WorkflowExecution. The workflow execution that started this activity task. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5