Package com.day.cq.workflow.exec
Defines package version.
-
InterfacesClassDescription
HistoryItem
...Deprecated.Deprecated.UseWorkflowProcess
insteadDeprecated.UseParticipantStepChooser
instead.TheParticipantChooserNew
interface is intended for impls that will define the participant dynamically.Route
represents the possible next destinations which will be selectable after aWorkItem
is completed.AWorkflow
represents the current state of an instance of a
.WorkflowModel
AWorkflowData
instance "carries" the data pushed through theWorkflow
.This is the interface to use to run external process steps.JavaProcessNew
is the interface to be used for automatic workflow steps implemented in Java.
WorkflowProcess
instead.