Solved! Go to Solution.
Views
Replies
Total Likes
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.
Yes, one AEM workflow can be designed and reused for multiple use cases — if those use cases share similar process steps or logic. This is done using dynamic workflow models with conditional steps, process arguments, and configuration-driven behavior.
You design a generic workflow model and use:
Process step arguments to pass different logic
ECMA scripts or custom Java code that read metadata
Conditionally executed steps using workflow metadata
Thank you @sanketd27011989
Views
Replies
Total Likes
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.
Thank you @Shashi_Mulugu
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies