QUEUEDJOBS WebRun

Sort:
You are not authorized to post a reply.
Author
Messages
Scooter
Veteran Member
Posts: 83
Veteran Member

    I'm running a Webrun to return any job in "Needs Recovery" status and want to know how to pull certain output fields, like  jobOwner,  jobName.  How do I pull those 2 output fields from the Webrun Output results?

    Here's the Webrun code.

    /lawson-ios/action/ListQueuedJobs?filter=jobStatus%20EQ%20needsRecovery

    Below is Webrun Output results, i.e.

    jobOwner="u0003035" token="BN320" jobName="BN320TEST" jobQueue="**********" jobStepType="application" jobNumber="0000008586" jobStatus="needsRecovery" runningStepNumber="0" sequenceNumber="0" productLine="TEST" actStartTime="141731" actStartDate="20191113" status="pass" >

     

    You are not authorized to post a reply.