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

Changing Start Event in Workflow

Former Member
0 Likes
496

hi,

I had to include a new container element in my already working Workflow.

I also had to add a new container element as a Parameter for my BUS2081 event (business object event) which is used to trigger the WF.

After i added a new parameter, it was not being reflected in the WF binding.

So i created a new event same as the old and added the new element also.

I activated it...

Also changed in the start event of the workflow and activated and gave binding.

but still my workflow triggering is not successful.

It is still looking for the old event and failing.

wat might be the problem?

regards,

Balaji

hi,

I had to include a new container element in my already working Workflow.

I also had to add a new container element as a Parameter for my BUS2081 event (business object event) which is used to trigger the WF.

After i added a new parameter, it was not being reflected in the WF binding.

So i created a new event same as the old and added the new element also.

I activated it...

Also changed in the start event of the workflow and activated and gave binding.

but still my workflow triggering is not successful.

It is still looking for the old event and failing.

wat might be the problem?

regards,

Balaji

2 REPLIES 2
Read only

Former Member
0 Likes
474

It is probably too late to add this comment but ... did you try to run the SWU_OBUF transaction? This should clean up the WF cache ...

Regards

Read only

0 Likes
474

well, the problem was solved long back by myself...anyway thanks for ur input.