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
  • If message receipt is too slow, you could always utilize a DB - have the updating process change a DB field where your receiving process queries in a loop every so often (1 minute or so, etc). Little more overhead, but depends how time sensitive your process is.

    In our environment, the send message service has almost no lag - are you seeing major lag times with this feature?
Reply
  • If message receipt is too slow, you could always utilize a DB - have the updating process change a DB field where your receiving process queries in a loop every so often (1 minute or so, etc). Little more overhead, but depends how time sensitive your process is.

    In our environment, the send message service has almost no lag - are you seeing major lag times with this feature?
Children
No Data