Workflow Approving Content
G'day,
In the typical workflow, the last step is to approve the content for publish. This is typically triggered by calling the step action
OpenMarket/Xcelerate/Actions/Workflow/StepActions/ApproveForPublish
What is the practice then if the asset gets held? Do you create a step condition to check that and make the approver go approve the asset manually before letting the workflow get to the end?
In the element above, it calls
OpenMarket/Xcelerate/Actions/ApproveAssets
passing the argument recursive=false. Are there any issues if we modified the value to true?
Matt