Answered

Is it possible to share attribute value between processes?

Hi, I am trying to do collaboration between processes where first process creates requests and second receives notification and check its value. Maybe I would rather share even a form between processes. In the end second process notifies back first process. Is it possible to do something like that? thanks.

Best Answer
photo

Dear Andrej,

It is a common requirement to access Parameter and System entities that are not related to the data model, in order to extract information for use in XPath expressions.In such cases, where the entities cannot be accessed directly through XPath navigation, the EntityManager functions are employed. The information returned by EntityManager is handled as a collection of items. You will then need to iterate over the collection to access specific information (i.e. the item values).

Please, visit this article for further information: http://help.bizagi.com/bpmsuite/en/index.html?access_entities_not_related_to.htm

Best Regards

photo
0

Dear Andrej,

It is a common requirement to access Parameter and System entities that are not related to the data model, in order to extract information for use in XPath expressions.In such cases, where the entities cannot be accessed directly through XPath navigation, the EntityManager functions are employed. The information returned by EntityManager is handled as a collection of items. You will then need to iterate over the collection to access specific information (i.e. the item values).

Please, visit this article for further information: http://help.bizagi.com/bpmsuite/en/index.html?access_entities_not_related_to.htm

Best Regards