org.alfresco.service.cmr.workflow
Class WorkflowPath
org.alfresco.service.cmr.workflow.WorkflowPath
@org.alfresco.api.AlfrescoPublicApi
public class 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
active
-
Deprecated.
Is the path still active?
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
WorkflowPath
getId
-
Returns:
-
the id
getInstance
-
Returns:
-
the instance
getNode
-
Returns:
-
the node
isActive
public boolean isActive()
-
Returns:
-
the active
toString
-
Overrides:
-