Hello.
Can anybody suggest a proper way (without the use of external components like Files, DB, AMPQ etc.) of exchanging data between workflow instances running in parallel?
I have tried to use Configuration Element attributes (getAttributeWithKey(), setAttributeWithKey()) but it seems that their values are cached at the moment of WF instance start and don't update while this instance is running.
Thank you.