Hello,
I have the requirement to develop a Workflow process that can handle several events. In this case I'm using BOR BUS2081 to handle the events of BLOCKEDQUANT and BLOCKEDPRICE. In case of each situation (invoice blocked by blockedquant, invoice blocked by blockedprice, or both) the user will have diferent tasks assigned.
The particularity is on handling both events simultaneously, if the invoice is blocked due to quantity and price. The process details that if the invoice is blocked due to quantity and price, it should assign a task to the responsible user for clarifying quantitys issues, and a task to the responsible users for price issues.
In this particulary case, the workflow will only end if the task of clarifying price issues is completed, even if the quantity issues are allready solved.
Initially I have defined both events at the condition start of the workflow, but it triggers two different workflows which is not intendend.
I appreciate any recomendation on how to handle this case. I have experience on handling one event as the condition start of the workflow.