Is Workflow Appropriate Solution
I have a long running task that a user will be able to kick off from a document in the web browser. Since this process can take around 20 minutes to complete, I want this to be an asynchronous process. Just for context, these are the steps:1. User ki...