Process Worker Runs REST Endpoints
    
        Shared Services/Process Worker Runs
    
This process worker run resource is used to keep track of the last time when the ESS job was run and get, view, create, update and delete any faulted processes.
- Create worker job information by LoginUserId
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns - Delete information of worker job by LoginUserId
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns/{LoginUserId} - Get all worker job information by LoginUserId
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns - Get information of worker job by LoginUserId
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns/{LoginUserId} - Update information of worker job by LoginUserId
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorProcessWorkerRuns/{LoginUserId}