Terminating workflow inside of REFramework

I am somewhat stuck trying to terminate a workflow I have created. What is the proper way to signal to the individual running the bot that the bot is done? Basically stopping a workflow inside of the REFramework in the Process Transaction, but continuing the rest of the REFramework

Hey @j1osu2006

You want to terminate on the error case ? Is that right ?

Thanks
#nK

It’s really any time I am ending the bot…so both error & successful cases

Since you said you are using ReFramework it should end by itself - Are you facing any issue in this behavior!

ok so once its ended. How would we notify the user that the bot has ended?