Container conditions
Using CaseDefinition as a container
[
{
"resourceType": "com.ritense.document.domain.impl.JsonSchemaDocument",
"actions": ["view", "view_list", "create"],
"roleKey": "ROLE_USER",
"conditions": [
{
"type": "container",
"resourceType": "com.ritense.case_.domain.definition.CaseDefinition",
"conditions": [
{
"type": "field",
"field": "id.key",
"operator": "==",
"value": "bezwaar"
}
]
}
]
}
]Scoping process instances to a case definition
Nesting containers
Available container relationships
Source resource type
Container resource type
Description
Last updated