Impact of the incerasing the number of major version so that the publication of a project?

What is the impact of selection 'Increase the version number of the project' (box) with a newer version of a project in the administrator process BEA AquaLogic® BPM?
My goal is that the instances that were created while the previous version has been deployed should treat as it is and of the instnaces which will be created after you have deployed the new version should process only the new code/stream. This option will serve my purpose?

Hi Zuipli,
You are facing the 7831187 bug, which has not yet been set. However, there are 2 solutions:
1. If you know the version of process, you can include it in the processId argument when you call the method:
For example:
session.sendNotification ("/ class #Default - 1.1", "NotificationWait", "NotificationWaitIn", arguments);

2-If you don't know the version of process, you can create a global activity that receives all the necessary parameters and send the notification to this activity by using the component notification.
For example:
Notification.Send (processId: "/ class", activityName: "NotificationWait", arguments: arguments, argumentSetName: "NotificationWaitIn");

Hope this helps,
Ariel

Tags: Fusion Middleware

Similar Questions

Maybe you are looking for