Hey everybody,
I’m having a problem passing business variable data to different pools. I try to use “throw message” and “receive message” to pass the business variable data to another pool, but i don’t get any data in the other pool.
Could anybody help me please?
- Pool 1: Business variable called “bestellung”
- Pool 2: Business variable called “kundenbestellung”
- In pool 1: throw message event. message variable “nachrichteninhalt” takes value of “bestellung”
- in pool 2: receive message event. business variable “kundenbestellung” takes valoue of message variable “nachrichteninhalt”
- in pool 2: task to show data of “kundenbestellung” (i tried it with normal Bonita-function and with REST-API, but nothing works)
Screenshots:
Diagram:
Pool 1 variable:
Pool 1 message throw event:
Pool 2 variable:
Pool 2 Receive message event:
Pool 2 show data task:
Pool 2 show data task form: