I have a functionality where the workflow should be triggered based on the user click event i.e push. I know that workflows are triggered for activate and deactivate but how do I customize the workflow to get triggered when user clicks push. Push icon is being added by us in the UI.
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
you can use Java API to trigger workflow programmatically, on push button you can call servlet which uses the API with Payload
Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API
you can use Java API to trigger workflow programmatically, on push button you can call servlet which uses the API with Payload
Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API
Only way is to use Java API as Arun has referenced.
That works, thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies