Uses of Interface
com.redhat.parodos.workflows.workflow.WorkFlow
Packages that use WorkFlow
-
Uses of WorkFlow in com.redhat.parodos.workflows.engine
Methods in com.redhat.parodos.workflows.engine with parameters of type WorkFlowModifier and TypeMethodDescriptionWorkFlowEngine.run(WorkFlow workFlow, WorkContext workContext) Run the given workflow and return its report. -
Uses of WorkFlow in com.redhat.parodos.workflows.workflow
Classes in com.redhat.parodos.workflows.workflow that implement WorkFlowModifier and TypeClassDescriptionclassA 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)classA parallel flow executes a set of work units in parallel.classA repeat flow executes a work repeatedly until its report satisfies a given predicate.classA sequential flow executes a set of work units in sequence.