Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Triggering work flow

former_member196555
Participant
0 Likes
440

Hi all,

I am new to the work flow development. I have a scenario where a work flow is ususally triggered from an ESS iView. The workflow is triggered intermittently in the production environment and is lost. It cannot be triggered anymore. What could be the possible reasons for this?

However, this does not happens everytime. Sometimes the work flow gets executed properly.

Let me know your feedback on this.

Thank you.

Regards,

Harshad Mishrikotkar.

2 REPLIES 2
Read only

Former Member
0 Likes
402

Hi,

You can get the details of events with errors from sweqadm transaction.

The overview shows those event linkages for which there are temporarily stored events or that have an error status.

Temporarily stored events can be initiated again by selecting a linkage and then starting the delivery. The delivery can be for an individual event in order to save resources if an error occurs again. Regardless of that, the redelivery can be performed immediately or by the background job of the event queue. The background job must be active for this.

Also you can do a event trace and verify.

Regards

Keerthi

Read only

0 Likes
402

Hi,

SWEQADM is for the administration of the workflow event queue. Not all workflows are handled with the event queue.

First, I advise you to look at more general workflow administration transactions, they are grouped in the SAP menu (easy access menu) -> tools -> business workflow -> development -> administration -> workflow runtime -> there are transactions SWF_GMP, SWI2_DIAG, SWPR, SWPC... (you'll see their descriptions)

Sandra