Hello Everyone!
I am using Workflow Scheduler solution which is available on git hub. In my scenario i want when user go to holiday so he assign his cases to another user and when he come back so his delegated cases again reassign to him. So i created 2 custom activities. In one activity cases are assigned to delegated user successfully when a holiday start date comes and in second activity cases are reassign to primary user when holiday end date comes. Scheduler workflow executes when record of "Recurring Process" entity creates. I am creating 2 records of "Recurring Process" entity. In first record of recurring process creation my cases successfully assigns to delegated user but when creates second record of "Recurring Process" so cases reassign to Primary user from delegated user but it does not work except some records. Because some cases assigned successfully to its primary user but on another cases following error occurred.
"Sql error: 'Transaction (Process ID 184) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction."
Kindly Give me suggestion what i do? My activities are correct and i know this problem is occuring due to workflows which are executing parallel. So tell me how to resolve this issue?
*This post is locked for comments