Skip to content

Workflow Execution Strategy Schema

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

Defines how a workflow should be executed

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

WorkflowExecutionStrategy Type

object (Workflow Execution Strategy)

WorkflowExecutionStrategy Properties

Property Type Required Nullable Defined by
parallel boolean Optional cannot be null Root Workflow

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.

parallel

parallel Type

boolean (Execute in job sequences in parallel when possible)