Skip to content

Wait For

Acts as an execution barrier, requiring a specified number of incoming executions before continuing.

Inputs#

Port Description
Execute After
Loop

Outputs#

Port Description

Addendum#

In the example below the Wait For node is used to wait for the two incoming executions before continuing. It is important to keep an eye on the Execute After input to ensure that the node is not waiting indefinitely, or triggering too soon.

Scope in GitHub Actions workflows

In GitHub Actions workflows, this node combines all environment variables from incoming executions and makes them available to subsequent nodes. If environment variables share the same name, the environment variables from the latest incoming context will overwrite the previous values.

ID: wait-for@v1