Hi,
I'm currently developing a TaskExecutor Process flow, in which the linked taskexecutor has other objects within it in the model tree. If I wanted to reference those objects, how would I go about doing that through current instead of Model.find? Would it just be as simple as Model.find("current/Processor") instead of Model.find("TaskExecutor/Processor")? Thank you for your help!