Hi Team,
In our application we are using Bonita 5.8 BAR file, in which Oracle connector is used.
${databaseSID}
${databaseUser}
${databasePass}
Could you please help us to understand from where the above variables are being passed to the Bonita flow? We are facing an issue with password expiration.
Thanks
Neville
I suspect they are set as part of the variable declaration or via some other method the developer used.
You will have to gain access to the original source diagram and work through it to see where the values are set and then fix it there. In 5.8 parameters didn’t exist (as far as I remember) so it is likely the values are hard coded or there is a connector that reads a file/database to set the values.
regards
Seán
PS: If this reply answers your question, please mark as resolved.