Interface CaseInstance

All Superinterfaces:
CaseExecution
All Known Implementing Classes:
CaseExecutionEntity

public interface CaseInstance extends CaseExecution
Author:
Roman Smirnov
  • Method Details

    • getBusinessKey

      String getBusinessKey()
      The business key of this process instance.
    • isCompleted

      boolean isCompleted()

      Returns true if the case instance is completed.

      Note: If this case execution is not the case instance, it will always return false.