Windows Workflow 4 Rollback to prevoius bookmark
-
יום שני 23 יולי 2012 11:41
I have a workflow [T1 - T2 - T3 - T4 - T5] and currently the instance bookmark is pointing to Task T4.I need to rollback my workflow from T4 to T2 for the same instance and re-start from T2 again.
כל התגובות
-
יום שני 23 יולי 2012 12:30
Hi Smseworld,
Do you want to rollback in case of any error ,or is it normal transition?
I think you can use StateMachine workflows to move between different States. Create a Path from T4 to T2 and put any condition to meets the requirement.
Thanks,
Madhur
MB
-
יום חמישי 26 יולי 2012 08:11
Hi ,
It is a normal transaction but the issuse here is if (T2-T3) is completed and T4 is running i want to Restart again from T2 please provide me the solution for this
-
יום חמישי 26 יולי 2012 08:59
Hi,
If I understood you correctly you mean... T2-T3 transaction is complted successfully but if T2-T4 fails you want to restart from T2.....
I think in this case you can use DoW or While activity .
Does it make sense ?
Thanks,
Madhur
MB
-
יום חמישי 26 יולי 2012 09:55Its like Admin from interface says start from T2 even nothing fails but data may be wrong in other terms it like saying re-process from particular stage and i like to do at sequential WF
- נערך על-ידי smseworld יום חמישי 26 יולי 2012 10:43
-
יום חמישי 26 יולי 2012 10:53
After these T2-and T4 execution you can pause/Persist your workflow and wait for User input .... now let's say Admin says Start from T2 you can create a path/Transition (State machine activity) from current State to T2 (or any other state specified) ... start a trigger and use appropriate Transition condition to reach T2....
THanks,
Madhur
MB
- סומן כתשובה על-ידי LeoTangModerator יום שלישי 31 יולי 2012 02:23