Hello,
I have a custom solution with multiple workflows. On the environnement there are a lot of them running (more than 300) .
My workflows are state-machine wf with custom task screen approval.
Everything was running ok until I made the Update-SPSolution
After this update, the new workflows are running perfectly but the running workflows causes 2 mistakes
1) when I try to modify a task (approve,reject, whatever) I've an error saying that the task is locked by a running workflow and I'm unable to validate the task .
For this one I've found a workaround with a powershell script to unlock it.
2) when I approve a task, the task is set as completed, the workflow goes to the next step BUT the next task is not created. The workaround for this one is to delete and rerun the workflow..
Well, I've some workaround but there are not good (to much workflows are running and we could miss a non created task, not good at all)
How can I restore the good working of my running workflows? (db restore is not possible, anything else)
I'm really stuck here..
3 more precision, :
1)I made a rollback to the previous wsp and the behaviour is the same, so I'm pretty sure the code change isn't the problem
2) the change was to add a button on the task form , no provisioning at all, no actions on existing workflows or tasks
3)I've already made update like this before without any trouble
thanks in advance!
Best regards, Christopher.
Blog |
Mail
Please remember to click "Mark As Answer" if a post solves your problem or"Vote As Helpful" if it was useful.
Why mark as answer?