Is there any way to update the process variable of another process using appian

Certified Lead Developer
Is there any way to update the process variable of another process using appian OOB feature
Below are some options but they have their own limitations.
1. Send and received message node: messaging is not synchronous
2. Set external pv: Cloud approved but not OOB smart service and this does not updates the history of the process
3. IFM manager: - This is not OOB

OriginalPostID-144593

OriginalPostID-144593

  Discussion posts and replies are publicly visible

Parents
  • Why not use option 1? It is OOB. Just send a message to a destination process and update the PV in that process when you receive that message. Moreover, it can be targeted to a specific process by specifying pp!id. In my opinion, asynchronous behavior is preferable, so I don't think it is a limitation. Or, Do you insist on having synchronous workflow?
Reply
  • Why not use option 1? It is OOB. Just send a message to a destination process and update the PV in that process when you receive that message. Moreover, it can be targeted to a specific process by specifying pp!id. In my opinion, asynchronous behavior is preferable, so I don't think it is a limitation. Or, Do you insist on having synchronous workflow?
Children
No Data