Reputation: 1320
I need a suggestion on how to impliment the workflow in Multiple CD environment.
The current setup of the environments are as below.
As of now, Publishing happens from CM to UAT, Preprod and Prod by Smart publishing. Now we want to implement the Workflow to publish the content considering its advantages.
I have a experience in implimenting Workflow, where we have 1 CM and 1 CD environment. Defining the Workflow states here are pretty easy.
But in our case, requirement is not same. We would like to have below states.
submit
, This workflow should go to Awaiting Approval state.Approval
, Content should be published to UAT.Publish to Preprod
, Content should be published to Preprod. Publish to Prod
, Content should be published to Prod.For the above scenario i thought of below User roles. Thanks to nikkiPunjabi for the nice article
Now my question is, how we can publish the content to UAT and PreProd using workflow as it not the Final state
. I have read the following article and tried to implement the same,but the content are publishing to all the environment when it reaches to the final state(Not before that).
Does anyone have past experience in implementing the workflow in this way? If so could you please help me to solve the problem?
Thanks for your help.
Upvotes: 0
Views: 121
Reputation: 1320
I found that, Below article is the right approach to implement the solution. Make sure, You are giving necessary access to Workflow user. Otherwise, content will not get published to specified targets. I will try to update this post with the Users, roles and access i have given to make it work.
Upvotes: 0