cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow completion when travel request is deleted

Former Member
0 Kudos

Hi Experts,

I've developed a workflow for travel request approval process. Whenever travel request is created, workflow will get triggered and workitem will go to the concerned person for approval.

My requirement is to complete the active workflow instance whenever travel request is deleted from the system. Please suggest me how can we achieve this.

Thanks in Advance.

Siva Sankar.

Accepted Solutions (1)

Accepted Solutions (1)

former_member190818
Active Contributor
0 Kudos

Hi,

You can have Fork step in workflow. In one branch, you can have normal steps and in another branch have wait event step and have the event Deleted from BO. And give 1 in necessary branches.

If you dont have Deleted event in BO, create an event and use that in change document(SWEC).

Regards,

JMB

Answers (1)

Answers (1)

former_member554978
Active Contributor
0 Kudos

Use BUS2089 to develop your workflow...

I think you have standard workflow for trip..check in SWDM tcode...

for completion of workflow instance...you have to use Wait for Event..there you have to enter DELETED event and below that

include process control to comple the workflow.