类 ExecutingWorkflow


  • public class ExecutingWorkflow
    extends Object
    • 构造器详细资料

      • ExecutingWorkflow

        public ExecutingWorkflow()
    • 方法详细资料

      • setPriority

        public void setPriority​(int priority)
        参数:
        priority - priority of tasks (between 0 and 99)
      • getWorkflowName

        public String getWorkflowName()
        Convenience method for accessing the workflow definition name.
        返回:
        the workflow definition name.
      • getWorkflowVersion

        public int getWorkflowVersion()
        Convenience method for accessing the workflow definition version.
        返回:
        the workflow definition version.
      • hasParent

        public boolean hasParent()
      • copy

        public ExecutingWorkflow copy()
        返回:
        a deep copy of the workflow instance
      • toShortString

        public String toShortString()
        A string representation of all relevant fields that identify this workflow. Intended for use in log and other system generated messages.
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object