Skip to Content
0
Former Member
Nov 30, 2011 at 02:04 PM

MDM Approval Workflow - Send to previous step using API

33 Views

Hi,

I am working on MDM 7.1 SP 07. I have integrated MDM workflow with UWL.

I have written a custom web dynpro application to approve the workflow record using MDM APIs.

I am able to accept the workflow task, mark it as APPROVED, mark as DONE and send it to NEXT STEP using WorkflowTaskAction.SEND_NEXT_STEP

Similarly I am able to accept the workflow task, mark it as DISAPPROVED, mark as Done.

Issue:

When the record is disapproved, I can see the "Send to previous" step option in data manager.

But I donot get the option "SEND TO PREVIOUS" in the mdm api. I expected something like WorkflowTaskAction.SEND_PREVIOUS_STEP

Any idea on the correct apis to send to previous step?

Regards,

Durai