paws.application.integration (version 0.1.0)

sfn_send_task_success: Used by workers to report that the task identified by the taskToken completed successfully

Description

Used by workers to report that the task identified by the taskToken completed successfully.

Usage

sfn_send_task_success(taskToken, output)

Arguments

taskToken

[required] The token that represents this task. Task tokens are generated by the service when the tasks are assigned to a worker (see GetActivityTaskOutput\$taskToken).

output

[required] The JSON output of the task.

Request syntax

svc$send_task_success(
  taskToken = "string",
  output = "string"
)