Package com.day.cq.workflow
Defines package version.
-
Interface Summary Interface Description HasMetaData Interface for workflow entities that provide meta data.PayloadMap ThePayloadMap
is listening to workflow events (started, terminated, completed and manages a payload map (only JCR_PATH payloads) in order to enable quick lookup for nodes/resources which might be subject of a workflow.WorkflowService TheWorkflowService
is the main entry point for accessing the workflow engine.WorkflowSession TheWorkflowSession
class provides all functionality (depending on the users rights) for managingWorkflowModel
s,Workflow
instances and their execution. -
Exception Summary Exception Description WorkflowException WorkflowException
is the base class for all workflow related exceptions that can occur during execution of workflows and according activities.