# awaitingHumanInput

State Resource

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

# Purpose

Awaits the input of a human to advance the state-machine

# Usage

# Example

{
  "AwaitingHumanInput": {
    "Type": "Task",
    "Resource": "module:awaitingHumanInput",
    "ResourceConfig": {
      "uiType": "form",
      "uiName": "wmfs_patientReport",
      "dataPath": "$.formData"
    },
    "ResultPath": "$.formData",
    "Next": "Upserting"
  }
}

# Options

# Optional properties

# uiName

Name of the UI board or form.

  • Type: string

# uiType

Type of UI, either board, form, or progress.

  • Type: string

# uiRefresh

If the uiType is progress, the suggest refresh time in seconds.

  • Type: integer

# dataPath

Path to data.

  • Type: string

# defaults

Default values.

  • Type: object
Last Updated: 9/10/2023, 11:30:14 AM