Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Updating active Business Processes

Question
Eduard Lebedyuk · Jul 28, 2021

Updating active Business Processes

I have a BPL Business process which always processes messages - mainly it waits for responses since downstream systems are seriously async.

I need to update this process.

Wwould the existing instances of this Business Process complete correctly after the update?

My BPL changes would result in:

  1. New S method in the Thread class
  2. New OnResponse method in the context class

Both changes are in the middle of the process, so there are S/OnResponse methods before and after my change.

What if it's only a new S method? What if it's only a new OnResponse method?

#Business Process (BPL) #Interoperability #InterSystems IRIS
Product version: IRIS 2020.4
$ZV: IRIS for Windows (x86-64) 2020.4.0ML (Build 694U) Mon Jan 11 2021 22:59:37 EST

Source URL:https://community.intersystems.com/post/updating-active-business-processes