swf_signal_workflow_execution: Records a WorkflowExecutionSignaled event in the workflow...

View source: R/swf_operations.R

swf_signal_workflow_executionR Documentation

Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId

Description

Records a WorkflowExecutionSignaled event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId. The event is recorded with the specified user defined signalName and input (if provided).

See https://www.paws-r-sdk.com/docs/swf_signal_workflow_execution/ for full documentation.

Usage

swf_signal_workflow_execution(
  domain,
  workflowId,
  runId = NULL,
  signalName,
  input = NULL
)

Arguments

domain

[required] The name of the domain containing the workflow execution to signal.

workflowId

[required] The workflowId of the workflow execution to signal.

runId

The runId of the workflow execution to signal.

signalName

[required] The name of the signal. This name must be meaningful to the target workflow.

input

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.