Yes, we have the same issue and this seems to be a bug. All our workflows work perfectly fine, but t

Yes, we have the same issue and this seems to be a bug. All our workflows work perfectly fine, but throw exceptions in the dashboard after they finish. We generally return, {success:true} at the end of a workflow, which should be fine according the docs, but somehow this is an error? It's not clear what the actual format is for a return, especially the last step in a workflow. The only way around this for us has been to just terminate workflows at the end, otherwise they will all throw exceptions even if they work perfectly fine.
Was this page helpful?