Skip to content

Start

The entry point for an action graph.

The Start node is the entry point for the graph execution. It is automatically created and cannot be removed or duplicated.

Outputs#

Port Description
Triggers the execution of the next node.
Args
A list of command-line arguments passed to the graph.
Environment Variables
A list of environment variables available to the process, in KEY=VALUE format. For more information check out Configuration.
Stdin
The standard input (stdin) data stream.

ID: core/start@v1