Uses of Interface
com.redhat.parodos.workflows.work.Work
Packages that use Work
-
Uses of Work in com.redhat.parodos.workflows.work
Classes in com.redhat.parodos.workflows.work that implement Work -
Uses of Work in com.redhat.parodos.workflows.workflow
Subinterfaces of Work in com.redhat.parodos.workflows.workflowModifier and TypeInterfaceDescriptioninterfaceInterface to define a flow of work units.Classes in com.redhat.parodos.workflows.workflow that implement WorkModifier 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.Methods in com.redhat.parodos.workflows.workflow with parameters of type WorkModifier and TypeMethodDescriptionMethod parameters in com.redhat.parodos.workflows.workflow with type arguments of type WorkModifier and TypeMethodDescription