Hello,
I’m running into an issue where the Input and Output Arguments for job execution is null. The job status is Successful and arguments are visible in the Orchestrator Ui.
Previously we used the same endpoint on-prem and were able to get the OutputArguments when calling odata/Jobs?%24orderby=StartTime%20DESC to get all jobs. However making the same call (seen in Postman) no longer provides the Arguments.
But once we pass the Job ID to the endpoint we see the expected results
I could not find any details on when this would not be populated with the exception being if the job was still active. The jobs are being triggered by a Time Trigger in Orchestrator. Any insight would be appreciated!