# awaitingExternalInput

State Resource

This is a State Resource as provided by the tymly-core-plugin plugin.

# Purpose

Awaits for an external input to advance the state-machine

# Usage

# Example

{
  "AwaitingHumanInput": {
    "Type": "Task",
    "Resource": "module:awaitingExternalInput",
    "ResourceConfig": {},
    "ResultPath": "$.result",
    "Next": "Upserting"
  }
}
Last Updated: 9/10/2023, 11:30:14 AM