Calling a Workflow from an Entity and Handling Interruptions
Can I call a workflow from a plain Entity and wait for it to complete? I just tried and when workflow went to sleep, the calling entity failed due to interruption, so I guess the only thing I could to is to call it with a
{ discard: true } but if I want to wait for the workflow to finish then I need to call it from another workflow?