Package org.flowable.cmmn.engine.test
Annotation Interface CmmnDeployment
- Author:
- Joram Barrez
-
Optional Element Summary
Optional Elements
-
Element Details
-
resources
String[] resourcesSpecify 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[] extraResourcesSpecify 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 tenantIdSpecify tenantId to deploy for- Default:
- ""
-