Using Process from Studio Data Manager

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.

  1. Created separate process 1 that simply logs “ver 1” and published it to my folder.
  2. Invoked that code by dragging into process 2 from Data Manager.
  3. Ran process 2. – logs “ver 1”.
  4. Updated Process 1 to now log a new version number ('ver 2").
  5. published process 1 again
  6. Updated Process1 in Orchestrator folder.
  7. 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?

@Terry_Marr

did you happen to try to refresh on data manager and then run?

also in orchestrator process i belive you updated the package version

cheers