Class WorkflowPath
java.lang.Object
org.alfresco.service.cmr.workflow.WorkflowPath
Workflow Path Data Object
Represents a path within an "in-flight" workflow instance.
Simple workflows consists of a single "root" path. Multiple paths occur when a workflow instance branches, therefore more than one concurrent path is taken.
- Author:
- davidc
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowPath(String id, WorkflowInstance instance, WorkflowNode node, boolean active) -
Method Summary
-
Field Details
-
id
Deprecated.Unique id of Workflow Path -
instance
Deprecated.Workflow Instance this path is part of -
node
Deprecated.The Workflow Node the path is at -
active
Deprecated.Is the path still active?
-
-
Constructor Details
-
WorkflowPath
-
-
Method Details