Interface CaseStageInstance

  • All Known Implementing Classes:
    CaseStageInstanceImpl

    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.
      • getStatus

        StageStatus getStatus()
        Returns status of this stage