Solved
Hi All, I have a use case where one workflow is used to activate a list of pages . This workflow is getting triggered by a servlet api. Now we have another use case where a scheduler is running to modify some pages and those pages need to be activated. Can we use the same workflow for both use case to activate pages? Thanks
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Hi @swetab,
Sure you can use that way. Workflow technically is a set of tasks configured together and executed together instead of manually doing it everytime.
Just make sure that, both workflow running time is not overlapped or you implement enough checks to see if page is already under workflow and wait till it gets published etc..
Are you using any approval mechanism in these workflow? If not pls evaluate to use Sling Jobs as they guarantee the execution.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.