cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to start workflow task using triggering events

former_member426550
Participant
0 Likes
9,888

Hi all,

My requirement is to update the workflow task using event in the triggering event tab of standard task.

I was able to trigger the event using a wait event activity in the workflow template.

I already tried inserting a bor object type in the triggering events tab of task.

Then using an abap program to trigger the event sww_wi_create_via_event

Upon checking the tcode swel. The event was successfully triggered but the task was not updated/completed.

I tried starting the workflow template using the same event and was able to start the workflow template properly.

Did i missed something or any additional config needed?

Thanks in advance.

View Entire Topic
anjan_paul
Active Contributor
0 Likes

Hi,

How you check it is trigger or not. Check on SWI1. And did you activate the BOR object event creator line at triggering event tab. In my case it is working.

former_member426550
Participant
0 Likes

Hi anjan.

Thanks for replying.

I already activated the bor object.

I am using tcode swi2_freq to validate if the task is processed and

Tcode swel if the event is triggered.