I am using Workflow to assign tasks and running another action in parallel to update Task (Tasks created by assign task action).
This piece is working fine. However, the task is staying locked for sometimes. I found out few solution after googling but they wont help because I can't have code in my workflow. I added commit pending changes action after the update action but that's not helping either.
Is there a way to run workflow timer job in the workflow? What else can I do in order to unlock the tasks after the update action?