cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in wait step in workflow

Former Member
0 Kudos

Hi,

I have a branch with a WAIT FOR EVENT step. I manually execute a transaction that triggers the event being

listened for in the WAIT FOR EVENT. This should then trigger the next

step after the WAIT FOR EVENT step. for some or other reason it does

not

happen.

Does anybody have any idea why the WAIT FOR EVENT step does not

register the event being triggered?

In SWEL required event for wait step is being triggered.

Please suggest.

Regards,

Kaustubh.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kaustubh,

Check if the key field contains any spaces . If so then condense it. Else check if the field conversion is required.

Regards,

Vaishali.

Former Member
0 Kudos

Hi,

Verify that your wait step creation time stamp is earlier than your event creation start time.

If the event is raised before the wait step is created, then the wait step will not be able to register it, as it is too late.

Kind Regards,

Swarna.

dirk_wittenberg
Contributor
0 Kudos

Hi,

you say in SWEL the event is listed. What says SWEL about the receiver, could one be found or not?

Regards

Dirk

Former Member
0 Kudos

Hi Dirk,

In SWEL receiver could not be found.

Regards,

Kaustubh.

Former Member
0 Kudos

I hope the key field for the Workflow instance matches with the triggered event.

Like the workflow instance of PO 1234 will catch only event of PO 1234

Thanks

Arghadip