@Retention(value=RUNTIME) public @interface CmmnDeployment
| Modifier and Type | Optional Element and 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
|
public abstract String[] resources
public abstract String[] extraResources
public abstract String tenantId
Copyright © 2021 Flowable. All rights reserved.