General
Workflow Reference​
Restrictions: "none"
Reference and execute another workflow within this workflow.
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
workflow_id | workflow | Select the workflow to execute. | Yes | No |
Outputs​
Name | Type | Description |
---|---|---|
default | null |
Code​
Restrictions: "none"
Execute custom Lua code.
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
code | code | Enter your Lua code here. The code will be executed and its return value captured. | Yes | No |
Outputs​
Name | Type | Description |
---|---|---|
default | null |
Print​
Restrictions: "none"
Prints out info to a debug log.
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
itemToPrint | code | The item(s) to print to the console. | Yes | Yes |
debugLevel | enum | Select the debug level to use. | Yes | No |
Outputs​
Name | Type | Description |
---|---|---|
default | null |
Capture Screen​
Restrictions: "none"
Captures current frame and returns userdata object
Inputs​
Name | Type | Description | Required | Dynamic |
---|
Outputs​
Name | Type | Description |
---|---|---|
default | image | Captured screen in 1920x1080 RGB |
Noop​
Restrictions: "none"
Does nothing.
Inputs​
Name | Type | Description | Required | Dynamic |
---|
Outputs​
Name | Type | Description |
---|---|---|
default | null |
Wait​
Restrictions: "none"
Pauses the script for a specified amount of time.
Inputs​
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
timeout | duration | The time to wait before continuing to the next step. | Yes | No |
Outputs​
Name | Type | Description |
---|---|---|
default | null |