Managing Actions
You can modify your
Automation Orchestrator
workflows by adding actions scripts.The
Automation Orchestrator
Client
provides libraries of predefined actions
and an action editor for custom action scripts. Actions represent individual functions
that you use as building blocks in workflows. Actions are JavaScript functions. Actions can
take multiple input parameters and have a single return value. Actions can call on any
object in the
Automation Orchestrator
API,
or objects in any API that you import into Automation Orchestrator
by using a plug-in. When a workflow runs, an action takes input
parameters from the workflow's variables. These variables can be either the workflow's
initial input parameters, or variables that other elements in the workflow set when they
run.
The action editor includes an autocomplete
feature for scripts and an API Explorer featuring the available scripting types and
their documentation.