AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.ActivityTask

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z

Syntax

C#
public class ActivityTask

The ActivityTask type exposes the following members

Constructors

NameDescription
Public Method ActivityTask()

Properties

NameTypeDescription
Public Property ActivityId System.String

Gets and sets the property ActivityId.

The unique ID of the task.

Public Property ActivityType Amazon.SimpleWorkflow.Model.ActivityType

Gets and sets the property ActivityType.

The type of this activity task.

Public Property 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.

Public Property StartedEventId System.Int64

Gets and sets the property StartedEventId.

The ID of the ActivityTaskStarted event recorded in the history.

Public Property 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.

Public Property WorkflowExecution Amazon.SimpleWorkflow.Model.WorkflowExecution

Gets and sets the property WorkflowExecution.

The workflow execution that started this activity task.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5