Package org.flowable.cmmn.engine.test
Annotation Type CmmnDeployment
-
@Retention(RUNTIME) public @interface CmmnDeployment
- Author:
- Joram Barrez
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]extraResourcesSpecify resources that are extra, on top of the automatically detected test resources.String[]resourcesSpecify all the resources that make up the deployment.StringtenantIdSpecify tenantId to deploy for
-
-
-
Element Detail
-
resources
String[] resources
Specify all the resources that make up the deployment. When using this property, all resources should be passed, as no automatic detection will be done.- Default:
- {}
-
-
-
extraResources
String[] extraResources
Specify resources that are extra, on top of the automatically detected test resources. This is for example useful when testing a CMMN model with a case task and that case definition needs to be included too. When using the 'resources' property, both should be passed. With this property, only the called case definition needs to be set.- Default:
- {}
-
-
-
tenantId
String tenantId
Specify tenantId to deploy for- Default:
- ""
-
-