BeforeSendToPublish workflow not triggering for a user type
Hi,
I'm designing a deploy workflow that is suposed to trigger on the before send to publish action, while this action works for the administrator it fails to trigger when I test it against a user attached to a user type I call 'Web Editor"
I didn't try that combination :( as the architecture I have in place requires a local publish, the sent to publish was being hijacked for triggering the workflow to deploy to the production servers..
I ended up creating my own toolbar button and raising a custom event that is hooked into the workflow system.
Again, thanks for your very well authored response...
BeforeSendToPublish workflow not triggering for a user type
Hi,
I'm designing a deploy workflow that is suposed to trigger on the before send to publish action, while this action works for the administrator it fails to trigger when I test it against a user attached to a user type I call 'Web Editor"
the web editor default permissions are
C
Can you help me figure this out!!!
Thanks
Hi Andrew,
First you need to uncheck publish permission for "Web Editor"
Second in Instantiation Criteria of workflow you need to select "Web Editor"
And now when user type Web Editor click on "send to publish" workflow is triggered
I hope that this was helpful,
Cheers,
Tomislav
Ah ok... Thanks for the quick response...
I didn't try that combination :( as the architecture I have in place requires a local publish, the sent to publish was being hijacked for triggering the workflow to deploy to the production servers..
I ended up creating my own toolbar button and raising a custom event that is hooked into the workflow system.
Again, thanks for your very well authored response...
Andy
is working on a reply...