Question
1
Replies
35
Views
Posted: November 4, 2020
Last activity: November 5, 2020
Run a flow from navigation in PEGA?
I Have a requirement where i have a navigation rule,, in one of the menu items on click of that , it needs to run the flow which is already existing.
How do i achieve this? any direct ways to achieve it.
***Edited by Moderator: Pooja to update platform capability tag***
Hi Kiran,
Try using Create Work action event on click of the menu in the navigation rule.
Inputs to this API are class name and flow name.
Thank you !