"Success" event for app flows

Currently, you can only pick between “Start”, “Error”, and “Done”, which creates a problem if you are using an app flow for something like a bootbox prompt.

As an example, I currently have a button that runs an app flow to provide a confirmation prompt, if they click yes, it fires off a serverconnect in the flow. If they click cancel, it doesn’t run the serverconnect.

However, for my particular use, I need to redirect after the user clicks “Yes” on the prompt and the serverconnect completes, and the only way to do this is by adding a redirect to the “Done” event, but this event still goes off even if the user clicks cancel on the bootbox prompt, causing the redirect to happen anyway.

I guess a good solution would be for the flow to come back as an error if a bootbox prompt comes back as canceled.

Hi. Are you sure you have configured this correctly?
Confirm bootbox already has yes no conditional handling. There should be no need for events.
Maybe i’ve misunderstood… Probably share a screenshot of your configuration?