Package org.flowable.cmmn.engine.test
Annotation Type CmmnDeploymentId
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface CmmnDeploymentId
An annotation that can be used on test and lifecycle methods to inject the id of the deployment deployed viaCmmnDeployment. NB: This only works for tests with JUnit Jupiter.- Author:
- Filip Hrisafov