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