go to post Alberto Fuentes · Mar 5, 2020 Hi, Try using ..%Process to access the actual business process instance (BPL). Set SourceConfigName = ..%Process.%PrimaryRequestHeader.SourceConfigName
go to post Alberto Fuentes · Mar 12, 2017 Hi Sameera, Make sure that workdir is configured in ^GITConfig with a trailing slash. set ^GITConfig($username,"workdir")="c:\GitCode\" Also make sure that your workdir c:\GitCode\ is a proper initilized git repository.
go to post Alberto Fuentes · Feb 22, 2016 Hi Eduard,I've just published the PubSub example in GitHub:https://github.com/intersystems-ib/cache-iat-pubsubQueue handling can be an interesting topic. There are several concepts that be discussed like using $system.Events or $sytem.Semaphore (network support), transactions, etc.