Question
3
Replies
824
Views
Posted: February 18, 2016
Last activity: June 5, 2017
Closed
What are the ways to achieve : run a activity after a flow commit at the end of flow
A declare trigger has been used to achieve above:- run a activity after flow work-commit at end of flow, but it did not work out as it run before calling work-commit at the end of flow.
Please share any other options if know, in addition to use an agent.
Thanks!!!
Hello Malinda,
You could put your flow inside of a jacket flow, as a subflow. Then when your flow hits the end shape and unwinds into the jacket, you could have a utility there that calls your activity. That's probably the most straightforward way to do it.
Thanks,
Mike