Skip to content

Execute in job sequences in parallel when possible Schema

docs.neops.io/schema/RootWorkflow#/definitions/WorkflowExecutionStrategy/properties/parallel

If true, jobs that can be executed in parallel will be run concurrently. This executes steps in parallel if they are not dependent on each other. That is, when running on devices, device 1 may be in step A and device 2 may be in step B (after completing step A), as they do not depend on each other.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none RootWorkflow.schema.json*

parallel Type

boolean (Execute in job sequences in parallel when possible)