Skip to main content

General

Workflow Reference​

Restrictions: "none"

Workflow Reference

Reference and execute another workflow within this workflow.

Inputs​

NameTypeDescriptionRequiredDynamic
workflow_idworkflowSelect the workflow to execute.YesNo

Outputs​

NameTypeDescription
defaultnull

Code​

Restrictions: "none"

Code

Execute custom Lua code.

Inputs​

NameTypeDescriptionRequiredDynamic
codecodeEnter your Lua code here. The code will be executed and its return value captured.YesNo

Outputs​

NameTypeDescription
defaultnull

Print​

Restrictions: "none"

Print

Prints out info to a debug log.

Inputs​

NameTypeDescriptionRequiredDynamic
itemToPrintcodeThe item(s) to print to the console.YesYes
debugLevelenumSelect the debug level to use.YesNo

Outputs​

NameTypeDescription
defaultnull

Capture Screen​

Restrictions: "none"

Capture Screen

Captures current frame and returns userdata object

Inputs​

NameTypeDescriptionRequiredDynamic

Outputs​

NameTypeDescription
defaultimageCaptured screen in 1920x1080 RGB

Noop​

Restrictions: "none"

Noop

Does nothing.

Inputs​

NameTypeDescriptionRequiredDynamic

Outputs​

NameTypeDescription
defaultnull

Wait​

Restrictions: "none"

Wait

Pauses the script for a specified amount of time.

Inputs​

NameTypeDescriptionRequiredDynamic
timeoutdurationThe time to wait before continuing to the next step.YesNo

Outputs​

NameTypeDescription
defaultnull