...
The current behavior is configured by a damutils configuration, which enables the transition of all assets created through the creative workflow to the published status (ID 6).
Previous configuration :
Expand | ||
---|---|---|
| ||
The actual configuration :
This configuration works for the assets created from the creative workflow, only because :
|
...
|
New configuration :
Code Block |
---|
{
"objectSelector": "#damobject",
"preventGuard": {
"classAlias": "negate",
"input": {
"preset": "isSpaceAsset"
}
},
"workflowTrigger": [
"publish"
]
}, |
This configuration means that all assets created from spaces will get it’s status modified to published by the publish action.
So if you want to change the status of asset created with the creative worfklow, you will have to change the action called in worfklowTrigger
...