Thursday, March 20, 2025

#1063 OIC 25.04 New Features - Decisions in Projects

Decisions, previously only available in Process Automation, can now be created within the context of an OIC Project.

Naturally, this also includes the ability to invoke a Decision from an integration - 

Let's try this out with the following simple scenario - apply a discount to an order, based on product ordered.

The logic is banal - 

  • product iBike - 10% discount
  • product iCar - 15% discount
First step is to define the input data, in my case, the product ordered - 





I define the input, i.e. product as type Text



I now add a Decision Table - this is where I will define the discount rule -

I join the input to the decision table - 

Now to editing the decision table - 

As you can see, I've added 3 rules, covering all of my products.

I can now test the rule - 

Let's test with iCar - 


Excellent! Now we have created our first decision in a project. The final step within Decisions is to create a service, exposing this decision - 

I'll address the missing rule later. 
Activate the Decision - then open the order processing integration -



 










































 

  

No comments: