Search found 3 matches
- Thu Jan 28, 2021 8:17 pm
- Forum: Flows
- Topic: Web Service API - good practices
- Replies: 4
- Views: 6797
Re: Web Service API - good practices
When your flow is done with the job it often isn't the file with the input jobs ID that comes out in the other end. => absolutely right ! To keep the original job id we try to linearised our workflow and avoid file transformations... The solution for you is to add an job order identifies as Private...
- Thu Jan 28, 2021 2:03 pm
- Forum: Flows
- Topic: Web Service API - good practices
- Replies: 4
- Views: 6797
Re: Web Service API - good practices
Hi freedyp, thank you for your answer. I just want to be sure I undestand your explanation about the job management in Switch ;) I agree with the unique prefix for each job, this is what we see on the UI, so when a new file is created (preflight result, conversion, according to your examples) each n...
- Wed Jan 27, 2021 10:46 pm
- Forum: Flows
- Topic: Web Service API - good practices
- Replies: 4
- Views: 6797
Web Service API - good practices
Hi all, We are using the WebService API on Switch (2020 Fall) to create and track jobs progression and we have some misunderstood behaviours that you can maybe clarify for us. When we create a new job, we immediately call the "jobs list" API method to retrieve the "job id" to be ...