Workflow Triggering | Community
Skip to main content
Level 2
August 6, 2019
Solved

Workflow Triggering

  • August 6, 2019
  • 3 replies
  • 2257 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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

3 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 6, 2019

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
August 7, 2019

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

Level 2
August 7, 2019

That works, thanks