cancel
Showing results for 
Search instead for 
Did you mean: 

PO WF Start event issue

former_member586438
Participant
0 Kudos
126

Hi

I'm using standard workflow WS20000075 for Purchase Order releases

When a PO is changed the Workflow must be re-triggered

I'm adding the 'Changed' start event ,but when I do the binding the 'Release code' is missing on the Event side and mandatory on the Workflow side?

In the standard 'ReleaseStepCreated' start event ,it is available under Event ..

Hope you can help

Many thanks

Gerhard

View Entire Topic
former_member185167
Active Contributor
0 Kudos

Hello,

You could try event SignificantlyChanged instead.

regards

Rick Bakker / hanabi technology

former_member586438
Participant
0 Kudos

Hi

Ok the Start event is now triggered when the PO is changed but the WF goes into error:

Exception occurred

   PROCESS_NODE

     CREATE

       CREATE_WIM_HANDLE

         CREATE_VIA_WFM

           EVALUATE_AGENT_VIA_RULE

             AC20000027

I'm sure this error is for when the WF can't determine the approver ,but when the PO was changed the release strategy is still the same and for the same approver?

former_member185167
Active Contributor
0 Kudos

Hello,

You'll have to look in the workflow log (SWI1) and the workflow (PFTC_DIS) to see where that rule gets called and what parameters are being passed to it. Compare that with the workflow instance where the rule does work correctly.

regards

Rick Bakker / hanabi technology

former_member586438
Participant
0 Kudos

Hi

When the Changed event is kicked-off the Release code container is empty?

Binding on rejected step seems correct to bring back Release code ..