Skip to Content
0
Former Member
May 16, 2008 at 07:01 AM

Workflow : Method is not executed in single step.

44 Views

Hello,

i am saving a parked document and change, event is triggereing ( i saw this in SWEL).

i have a created a single step task that contains the trigering event (Change for parked document) and custom method which contains the code to update a z table.

i see in swel event is fired and also the task is fired with that.

but the table is not getting updated.

i tested the object and debuggd it manually through swo2. the program is working fine when executed through swo2. but doesnot work when executed through an event via transaction.

After this using SWEL event output i went into workflow log and found that,

1. Status : Ready.

2. After pressing details button i get "details for step table" below.

3. In this table there are two entries : a)Work item Created after event. b)Dailog work item created.

can somebbody please explain me why the method is not executed (or is it executed).

thanks