Hello everybody!
I just started work with Orchestrator and meet some disappoint situation.
When I use standard workflow "Add an organization" (version 0.0.43) all works fine and organization is creates, but on the next step I doesn't receive object vCloud:Organization.
I duplicated this standard workflow and add two rows for debug in last element "Return organization".
So now it has 3 rows:
org = adminOrg.toUserObject();
Server.Log(org);
System.Log(org);
Now if I run this duplicated workflow organization created and I got this error:
TypeError: Cannot find default value for object (Workflow:test_add_org / Return organization (item3)#1)
Also I see on Variables tab that adminOrg variable is "Not found" and variable org is "Not set"
I really want to learn how to use orchestrator and I hope the community will help me learn how to debug such problematic situations.