cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Interprocess data exchange

Former Member
0 Kudos

Hi, all

I have two questions regarding ccBPM:

1. We have several ccBPM process instances. Is there any possibility to use common variable array to be accesible by every instance?

Each instance should be able to add values to that array, read values from the array and to delete values from that array.

Changes to the array should be immediately be seen by every instance, that is array should be common for every instance.

2. Is there an option to configure process instances execution one by one in a queue that is each next process instance should be started only after following two conditions became true:

- New message for that process received

- Previous process instance finished execution

Regards,

Vadim Kalabin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

By using Patterns concept in the BPM u can solve ur 2 problems.

use

For 1:

Tick multiline check box for an instance messages

For 2:

Serialisation Pattern in ur BPM Scenario.

Answers (1)

Answers (1)

Former Member
0 Kudos

for 1:

you can send message to the sub-process instance for starting them in your the chief process.

your the sub-process sends message to the chief proess to inform your chief process alter the element of container in the chief process.

your main process actually just a virtual container which is public to sub-process instance.

Message was edited by:

joy zheng

Message was edited by:

joy zheng

Message was edited by:

joy zheng

Message was edited by:

joy zheng

Message was edited by:

joy zheng

for 2:

i think you can with Qos: EOIO to meet your requirement.

Message was edited by:

joy zheng

Message was edited by:

joy zheng