Hello ,
We are currently using SAP MDM SP08 and MS Visio to create the workflows.
My problem is as follows:
I would like to run a workflow when a modification has been done.
2 possibilities:
1- Modification is done on a material, the user approves this modification on the material and the workflow stops.
==> Test OK, it works
2- Modification is done on a material, the user disapproves this modification on the material and the workflow stops.
==> Test NOK, the process goes back to the previous step.
The user can approve it , but i dont want the material to earn this modification.
My workflow is as follows:
Start
Process
Notification
Approve
Stop
I have been looking for many possibilities
- start with no check out and stop with roll back
- start with check out, and stop with roll back
- start with no check out and stop with no roll back
- start with check out and stop with no roll back,
Nothing works !!
Maybe i should put a branch and split the workflow in 2 but i am not even sure that this will work actually.
Could someone help me please ?
Thank you
Cheers