Uses of Interface
com.redhat.parodos.workflows.workflow.WorkFlow
-
Packages that use WorkFlow Package Description com.redhat.parodos.workflows.engine com.redhat.parodos.workflows.workflow -
-
Uses of WorkFlow in com.redhat.parodos.workflows.engine
Methods in com.redhat.parodos.workflows.engine with parameters of type WorkFlow Modifier and Type Method Description WorkReportWorkFlowEngine. 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 WorkFlow Modifier and Type Class Description classConditionalFlowA 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)classParallelFlowA parallel flow executes a set of work units in parallel.classRepeatFlowA repeat flow executes a work repeatedly until its report satisfies a given predicate.classSequentialFlowA sequential flow executes a set of work units in sequence.
-