Class Barrier (0.17.26)

Barrier(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A barrier runnable automatically blocks the execution of subsequent runnables until all the tasks in the task group reach the barrier.

Attribute

Name Description
name str
Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.