Layer Unassigned Condition
The condition Layer Unassigned checks if a layer is unassigned e.g. Check whether an embargo layer ("LegalApprovalPending") is lifted which then allows to use and publish the content.
Triggers the moment the selected Layer is unassigned.
Use Layer Assigned inside AND/OR to check if multiple Layers are assigned.
{
"kind": "AndCondition",
"conditions": [
{
"kind": "LayerUnassignedCondition",
"layerId": "AutoTagging"
},
{
"kind": "LayerUnassignedCondition",
"layerId": "ProductInformation
}
]
}
Specific Definitions
Type-ahead and select the Layer from the dropdown. The Layer ID is used in the Business Rule, so you can update the name anytime.
Property | Value |
kind | LayerUnassignedCondition |
layerId | The ID of the Layer to check. See Access Layer for details, but except in the JSON, you don't have to worry about casing. |
Was Layer Embargo Unassigned
{
"kind": "LayerUnassignedCondition",
"layerId": "Embargo"
}