Hi,
I have a requirement where I need to create a workflow based on the below model. I need assistance in coming to a solution in designing the model after "Process Permissions" Step.
The process permissions step will provide me a result from an external end point. If the result is success, then I should carry out the steps defined in the "success" flow otherwise "Failure" flow should be invoked.
How can I invoke the either of the flow in my "Process Permissions" Step.
I was going through API and encountered workflowtransitions.setTo() method. But I am not able to get any code samples of how to implement this.
Is there any other way to achieve the required functionality?
Thanks in Advance.
Thanks,
Sumit Kulkarni
Solved! Go to Solution.
Views
Replies
Total Likes
We have an OR split article here - Adobe Experience Manager Help | Invoking an Adobe Experience Manager Custom 6.4 Workflow from a web ...
Model here
Views
Replies
Total Likes
Hi,
In your case you should go with OR split step
Understanding how OR Split in workflow works
http://www.aemcq5tutorials.com/tutorials/steps-to-create-a-workflow-in-aem/
Views
Replies
Total Likes
Hi Arun,
Thanks for quick response.
I have gone through these articles. I am actually looking for how to add the script or condition to control the process flow.
Thanks
Views
Replies
Total Likes
We have an OR split article here - Adobe Experience Manager Help | Invoking an Adobe Experience Manager Custom 6.4 Workflow from a web ...
Model here
Views
Replies
Total Likes
This is helpful. Thanks.
Views
Replies
Total Likes