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. | |
| A list of command-line arguments passed to the graph. | |
A list of environment variables available to the process, in KEY=VALUE format. For more information check out Configuration. |
|
| The standard input (stdin) data stream. |
ID: core/start@v1