SolidResourceScope
The scope that determines how the solid resource is stored in the pod of the consumer. PLAN = the resource is reusable inside a plan TASK = the resource is reusable inside a task ALL = the resource is always reusable
enum SolidResourceScope {
PLAN
TASK
ALL
}
Values
SolidResourceScope.PLAN
SolidResourceScope.TASK
SolidResourceScope.ALL
Member of
CmmnModelConfigInput input