end message

connect different processes by message events

I need to cause a process to start when another process is terminated, I can do this when I have two pools in the same process, but if I try to start another process with a message event it just does not start, have they ever done this ?

start process per message

I'm trying to start a different process when a given process sends a message to this process, could they help me set up a message event for both sending and receiving? I did what was in the documentation but it did not work

Message between pools doesn't work if message value type is Integer (BPM6.2.2)

Hi,

I have one pool finishing with an End Message and another pool starting with a start message. I have one message with one value between the two elements.

If I run my process with a message communicating a Text value it works fine but if I want to send an Integer value the message doesn't go through.

Is it normal?

I haven't tested other data types.

Thanks

Notifications