Deployment Issues for Process

Hi Guys,

 

A bit weird issue but have you faced below written issue ?

A process is referring to a rule which earlier had one input and now having 3 inputs. The code (Updated Rule and Process Model) is deployed to staging environment and it works like a charm there. The code is pushed to Production environment and it fails.

The alert in production is telling that rule has one parameter but was passed 3 parameter but that is not the case. I ran the rule independently in prod and its working. Later we altered one instance and mapped rule input parameters to inputs pv and it worked. We put it like :

rule!abc(param1: pv!value1, param2: pv!value2, param3: pv!value3)

 

Any idea ? why this worked in one environment and not in other?

Any idea why the process is not referring to the latest version of the rule when its already there ?

 

PS. I checked the import logs too and it said that everything was successful.

 

 

  

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data