cancel
Showing results for 
Search instead for 
Did you mean: 

Wait Event in Error in a Class based workflow

Former Member
0 Kudos

Hello Experts,

In my first attempt to create a Class based workflow, I am facing an error while execution of the workflow related to WAIT step.

This is a custom WF being triggered via a custom class event (CREATE) from an ABAP Prog.

Pls. refer to attached doc, for more screenshots relevant here and request your expert advise on what I am doing wrong.

Many Thanks

BR,

Sid

Accepted Solutions (0)

Answers (1)

Answers (1)

anjan_paul
Active Contributor
0 Kudos

Hi,

   First you to check, methods FIND_BY_LPOR and  LPOR  method implemented properly or not  for your class .

If not properly implemented ,  take the reference from  class CL_SWF_FORMABSENC.

Former Member
0 Kudos

Hi Anjan,

Yes those are in place. Actually, I just now fixed it. It was a problem with wrong binding in the Activity step. In below screen shot, _WI_OBJECT_ID was not being instantiated. I re-generated binding manually and it is fine.