Ability to remove Wait for Task completion for NWC tasks.
Allow the ability to remove the "Wait for Task Completion" stop on NWC Tasks like how it is in O365.
There are many scenarios where I need to have the workflow continue on without waiting for a task to be complete. Instead, I use variables/fields to identify if the task is completed or not. Then later on in the process, if that task isn't completed but needs to be before the workflow can continue on, I simply check the variable to decide if it can continue.
I do this with 99% of my workflow tasks in O365 and it works very well. It also allows for us to manually restart a workflow due to any issue that occurs, and it won't recreate and resend the tasks to the assignee.
Without this capability in NWC, I am forced to continue to build my core workflows in O365.
-
Andre Andersen commented
Would also like to see this feature added. Having to create a component workflow to get around this is not great.