Package com.day.cq.workflow.exec

Provides interfaces and types related to the execution of workflow instances.

See:
          Description

Interface Summary
HistoryItem HistoryItem...
JavaProcess Deprecated. Use WorkflowProcess instead.
JavaProcessExt Deprecated. Use WorkflowProcess instead
ParticipantChooser Deprecated. Use ParticipantStepChooser instead.
ParticipantStepChooser The ParticipantChooserNew interface is intended for impls that will define the participant dynamically.
Route Route represents the possible next destinations which will be selectable after a WorkItem is completed.
Workflow A Workflow represents the current state of an instance of a WorkflowModel.
WorkflowData A WorkflowData instance "carries" the data pushed through the Workflow.
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 A WorkItem is the unit that is passed through an Workflow instance of a WorkflowModel.
 

Package com.day.cq.workflow.exec Description

Provides interfaces and types related to the execution of workflow instances.



Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.