Interface CmmnModelExecutionContext

    • Method Detail

      • getCmmnModelElementInstance

        CmmnElement getCmmnModelElementInstance()

        Returns the currently executed Element in the Cmmn Model. This method returns a CmmnElement which may be casted to the concrete type of the Cmmn Model Element currently executed.

        Returns:
        the CmmnElement corresponding to the current Cmmn Model Element