Hello,
I am looking for the current syntax to create entry/exit transfers via code and avoiding other answers that use deprecated code.
More specifically, for instance, I need an entry transfer that will interact with event triggered activities in a process flow, so I do not have, at that moment, an origin to use commands like
contextdragconnection(origin, destination, "A");
What would be the proper way of creating such objects?
Thank you.