I’m playing with using Orchestrator resources: assets, queues & processes. I just noticed something important.
If I invoke an Orchestrator stored process from Data Manager in Studio for use in my new process, if that process gets updated IT DOESN’T GET UPDATED IN MY NEW PROCESS.
Here’s how I tested it.
- Created separate process 1 that simply logs “ver 1” and published it to my folder.
- Invoked that code by dragging into process 2 from Data Manager.
- Ran process 2. – logs “ver 1”.
- Updated Process 1 to now log a new version number ('ver 2").
- published process 1 again
- Updated Process1 in Orchestrator folder.
- Ran process 2 again from Studio – still logs “ver 1”.
So am I correct that processes are NOT automatically updated with using the Data Manager? For this you must either delete the process completely from the workflow and reinsert it, or publish the process as a library, where you would need to updated it in the Project tab?