Interface CaseStageInstance


  • public interface CaseStageInstance
    Represents stage within case on runtime, provides information about active tasks, subprocesses etc.
    • Method Detail

      • getId

        String getId()
        Returns id of this stage.
      • getName

        String getName()
        Returns name of this stage.
      • getAdHocFragments

        Collection<AdHocFragment> getAdHocFragments()
        Returns names of the adhoc fragments within this stage that can be triggered.
      • getActiveNodes

        Collection<org.jbpm.services.api.model.NodeInstanceDesc> getActiveNodes()
        Returns currently active nodes within this stage
      • getStatus

        StageStatus getStatus()
        Returns status of this stage