Hi ,
I'm currently working on a BPL (Business Process Language) in InterSystems Ensemble, and I'm facing an issue when trying to call the SendRequestSync()
method within a code activity. My understanding is that SendRequestSync()
is part of Ens.BusinessProcess
, and since Ens.BusinessProcessBPL
extends Ens.BusinessProcess
, I believe it should be accessible.
However, during compilation, I'm encountering an error stating that the method doesn't exist in the class.