Interface CmmnCaseInstance

    • Method Detail

      • create

        void create()

        This case instance transitions to ACTIVE state.

      • create

        void create​(java.util.Map<java.lang.String,​java.lang.Object> variables)

        This case instance transitions to ACTIVE state.

        The given variables will be set a case instance variables.

      • findCaseExecution

        CmmnActivityExecution findCaseExecution​(java.lang.String activityId)

        Find a case execution by the given activityId.

        Parameters:
        activityId - the id of the activity to which a case execution is associated.
        Returns:
        returns a case execution or null if a case execution could not be found.