# runStateMachine

State Resource

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

# Purpose

Run another state machine and wait for it to complete. The output of this state-resource is the output from the spawned state machine.

# Usage

# Example

{
  "RunStateMachine": {
    "Type": "Task",
    "Resource": "module:runStateMachine",
    "ResourceConfig": {
      "stateMachine": "vision3_synchronizeVision3Gazetteer_1_0"
    },
    "Next": "SynchronizeStreets"
  }
}
Last Updated: 9/10/2023, 11:30:14 AM