Skip to content

Start

The Start Node is the entry point of an action graph.

It is automatically added to the graph when you create a new action graph. You can't create the node yourself, copy, paste or delete it from your action graph.

Outputs#

Port Description
Args
Any arguments that are passed to the current process.
Environment Vars
Set of environment variables that are passed to the current process. In the format of KEY=VALUE. There are different ways on how to set environment variables in the action graph. For more information check out Configuration.
Stdin
The standard input that is passed to the current process.

ID: start@v1