Expand my Community achievements bar.

SOLVED

Workflow Triggering

Avatar

Level 2

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!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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



Arun Patidar

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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



Arun Patidar

Avatar

Level 4

Only way is to use Java API as Arun has referenced.