# 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"
}
}