amazonka-stepfunctions-2.0: Amazon Step Functions SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.StepFunctions.SendTaskHeartbeat

Description

Used by activity workers and task states using the callback pattern to report to Step Functions that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition (HeartbeatSeconds). This action does not in itself create an event in the execution history. However, if the task times out, the execution history contains an ActivityTimedOut entry for activities, or a TaskTimedOut entry for for tasks using the job run or callback pattern.

The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received. Use HeartbeatSeconds to configure the timeout interval for heartbeats.

Synopsis

Creating a Request

data SendTaskHeartbeat Source #

See: newSendTaskHeartbeat smart constructor.

Constructors

SendTaskHeartbeat' 

Fields

  • taskToken :: Text

    The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

Instances

Instances details
ToJSON SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

ToHeaders SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

ToPath SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

ToQuery SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

AWSRequest SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Associated Types

type AWSResponse SendTaskHeartbeat #

Generic SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Associated Types

type Rep SendTaskHeartbeat :: Type -> Type #

Read SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Show SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

NFData SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Methods

rnf :: SendTaskHeartbeat -> () #

Eq SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Hashable SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type AWSResponse SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type Rep SendTaskHeartbeat Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type Rep SendTaskHeartbeat = D1 ('MetaData "SendTaskHeartbeat" "Amazonka.StepFunctions.SendTaskHeartbeat" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "SendTaskHeartbeat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSendTaskHeartbeat Source #

Create a value of SendTaskHeartbeat with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:taskToken:SendTaskHeartbeat', sendTaskHeartbeat_taskToken - The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

Request Lenses

sendTaskHeartbeat_taskToken :: Lens' SendTaskHeartbeat Text Source #

The token that represents this task. Task tokens are generated by Step Functions when tasks are assigned to a worker, or in the context object when a workflow enters a task state. See GetActivityTaskOutput$taskToken.

Destructuring the Response

data SendTaskHeartbeatResponse Source #

See: newSendTaskHeartbeatResponse smart constructor.

Constructors

SendTaskHeartbeatResponse' 

Fields

Instances

Instances details
Generic SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Associated Types

type Rep SendTaskHeartbeatResponse :: Type -> Type #

Read SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Show SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

NFData SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

Eq SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type Rep SendTaskHeartbeatResponse Source # 
Instance details

Defined in Amazonka.StepFunctions.SendTaskHeartbeat

type Rep SendTaskHeartbeatResponse = D1 ('MetaData "SendTaskHeartbeatResponse" "Amazonka.StepFunctions.SendTaskHeartbeat" "amazonka-stepfunctions-2.0-K6z2kqboJVbL1MZX8DUt0f" 'False) (C1 ('MetaCons "SendTaskHeartbeatResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSendTaskHeartbeatResponse Source #

Create a value of SendTaskHeartbeatResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:SendTaskHeartbeatResponse', sendTaskHeartbeatResponse_httpStatus - The response's http status code.

Response Lenses