类 Terminate

    • 构造器详细资料

      • Terminate

        public Terminate​(String taskReferenceName,
                         String reason)
        Terminate the workflow and mark it as FAILED
        参数:
        taskReferenceName -
        reason -
      • Terminate

        public Terminate​(String taskReferenceName,
                         ExecutingWorkflow.WorkflowStatus terminationStatus,
                         String reason)
        Terminate the workflow with a specific terminate status
        参数:
        taskReferenceName -
        terminationStatus -
        reason -