Annotation Interface CmmnDeployment


@Retention(RUNTIME) public @interface CmmnDeployment
Author:
Joram Barrez
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specify resources that are extra, on top of the automatically detected test resources.
    Specify all the resources that make up the deployment.
    Specify tenantId to deploy for
  • Element Details

    • 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:
      ""