Hello,
In palantir automation, when the trigger is “object added to set” and you have two objects added 5 seconds apart from each other but the effect takes 10 seconds each to process, does the second effect wait for the first to finish before starting?
My effect (an ontology action which calls a code repo function) in this case only takes a single object so palantir is showing me:
The action will execute once for each <object name> since the action uses a single affected object or property reference parameter.
Execution mode is set to
Execute once for each <object name> added
if not, is there a way to force this sequential processing?