Skip to main content
Question

Workflow - To "Pick" Customer Order using "Report Reserved Quantites as Picked" from Quick Order Flow

  • November 12, 2025
  • 0 replies
  • 14 views

Forum|alt.badge.img+2

I am playing with IFS Workflows and encountered an issue where workflow isn’t triggered. My workflow is designed to automate the “Picking” of CO from quick order flow handling screen using “Report Reserved Quantities as Picked”.

  1. Read CO Quick Order Flow: First Block reads the Quick Order flow data using Order No.

     

  2. Second Block: Only executes if the Objstate is “Reserved”. I am calling the action “ReportReservedAsPicked(Selection,LocationNo):Void” to pick the CO.

    You can see that it’s executing properly in the test mode (Inspect BPMN diagram)

  3. Triggering the workflow using Event Action:

 

 

  1. Event: It will be triggered when the CO status is “Reserved”:

 

  1. Event Action: Action is to trigger the workflow created above. Timing is ‘After’:

 

 

My expectation is when the CO is reserved, it will trigger the workflow which will call the action “Report Reserved Quantities as Picked” and CO status will change to “Picked”. But, nothing is happening when I reserve the CO using Quick order flow and I don’t think so action is being triggered.

Kindly help me figure out where/what I’m doing wrong?

0 replies

Be the first to reply!