Hi All,
We are using ArcGIS enterprise version: 10.9.1 and ArcGIS Workflow Manager API
Created two jobs in WFM and created parent child relationship between two jobs.
Using 'ArcGIS Workflow Manager API', when we pass the child jobid to 'getJob' method, we are able to see 'parentJob' id in the results.

When we try to use 'searchJobs' method and pass the fields parameter with 'parentJob', getting error

If we exclude 'parentJob' in the fields parameter, getting results.
Ex: "fields": ["jobId"]
We are experiencing the same behavior when we use "ArcGIS API for Python" also.
Is this expected behaviour.
@JFarmer ...Any suggestions please. Thanks.
Regards,
Sirish