Annotation Type CmmnDeployment

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] extraResources
      Specify resources that are extra, on top of the automatically detected test resources.
      String[] resources
      Specify all the resources that make up the deployment.
      String tenantId
      Specify 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:
        ""