Add Trigger Criteria to workflow completion handler
under review
Brandon Martinez
There are some scenarios where we want a workflow completion handler to kick off another workflow, but only if some conditions are met. Currently the workflow handler only has options for integration overrides. Adding criteria would help reduce the amount of workflow executions that start but do nothing when evaluated to not match, as they would not execute in the first place if conditions aren't met
Log In
Stephen Moody
Yes. Workflow completion should just be its own Trigger type.
ChrisR Admin
It would be awesome if you could also pass input variables to the triggered workflow.
D
Dan Knutson
under review
Spencer Barnes
This would be very helpful. I was going to make a post for the ability to use Jinja conditions in Completion Listeners. Not having the listener run in the first place would also help keep the Time Saved number accurate for these listeners.