Get Package Version History And Change Logs Report For All Schedule Jobs From Orchestrator

Log reports for Package change version publish in Orchestrator for jobsget package version history and Change logs report for all schedule jobs from Orchestrator fronted.

Root Cause

Currently, this feature is not available in Orchestrator but can be achieved using API.

Resolution

Follow these steps to get the details of the package version history for the scheduled jobs:

  • Goto "yourorchestratorURL/swagger/index.html#/"
  • Navigate to ProcessSchedules
  • Click on GET method for /odata/ProcessSchedules.
  • Execute the API by providing the organization Unit ID to get all the scheduled jobs. [Note:-To get the organization Unit ID click on your folder in orchestrator and get the fid from the browser]
  • Get the package name from the response.
  • Now, navigate back to Processes.
  • Click the GET method for "/swagger/index.html#/Processes/Processes_GetProcessVersionsByProcessid".
  • Provide the process ID as package name fetched above and execute the API.
  • All the versions of the given package in API will be available in detail.

Put the above API in loop to get all the multiple scheduled job details and version history of processes.