Class WorkflowPath


  • @AlfrescoPublicApi
    public class WorkflowPath
    extends java.lang.Object
    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 Detail

      • id

        @Deprecated
        public java.lang.String id
        Deprecated.
        Unique id of Workflow Path
      • instance

        @Deprecated
        public WorkflowInstance instance
        Deprecated.
        Workflow Instance this path is part of
      • node

        @Deprecated
        public WorkflowNode node
        Deprecated.
        The Workflow Node the path is at
      • active

        @Deprecated
        public boolean active
        Deprecated.
        Is the path still active?
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns:
        the id
      • isActive

        public boolean isActive()
        Returns:
        the active
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object