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.
Container for the parameters to the GetActivityTask operation.
Used by workers to retrieve a task (with the specified activity ARN) which has been
scheduled for execution by a running state machine. This initiates a long poll, where
the service holds the HTTP connection open and responds as soon as a task becomes
available (i.e. an execution of a task of this type is needed.) The maximum time the
service holds on to the request before responding is 60 seconds. If no task is available
within 60 seconds, the poll returns a
This API action isn't logged in CloudTrail.
Workers should set their client side socket timeout to at least 65 seconds (5 seconds
higher than the maximum time the service may hold the poll request).
Polling with taskToken
with a null string.
GetActivityTask
can cause latency in some implementations. See
Avoid
Latency When Polling for Activity Tasks in the Step Functions Developer Guide.
Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z
public class GetActivityTaskRequest : AmazonStepFunctionsRequest IAmazonWebServiceRequest
The GetActivityTaskRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetActivityTaskRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ActivityArn | System.String |
Gets and sets the property ActivityArn. The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.) |
![]() |
WorkerName | System.String |
Gets and sets the property WorkerName. You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history. |
.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