Uses of Package
com.redhat.parodos.workflows.workflow
Packages that use com.redhat.parodos.workflows.workflow
-
Classes in com.redhat.parodos.workflows.workflow used by com.redhat.parodos.workflows.engine
-
Classes in com.redhat.parodos.workflows.workflow used by com.redhat.parodos.workflows.workflowClassDescriptionA conditional flow is defined by 4 artifacts: The work to execute first A predicate for the conditional logic The work to execute if the predicate is satisfied The work to execute if the predicate is not satisfied (optional)A parallel flow executes a set of work units in parallel.Aggregate report of the partial reports of work units executed in a parallel flow.A repeat flow executes a work repeatedly until its report satisfies a given predicate.A sequential flow executes a set of work units in sequence.Interface to define a flow of work units.