Run a clinical job

post/submissions

Performs the run action on the specified clinical job. Clinical jobs can be run in the workspace or repository using this request.

Request Samples

1

Response Samples

1{
2 "value": {
3 "version": 1,
4 "state": "RUNNING_TASKS",
5 "id": "b2913000-58fc-4153-91c7-655dc4f675df",
6 "name": "Test.cjob",
7 "jobRunContext": "INTERACTIVE",
8 "submittedTimeStamp": "2024-05-03T14:04:19.181000Z",
9 "submittedBy": "test1",
10 "submittedByDisplayName": " Test User (test1)",
11 "completedTimeStamp": "2024-05-03T14:04:29.827000Z",
12 "info": "Job completed successfully.",
13 "runAsUser": "test1",
14 "runAsUserDisplayName": " Test User (test1)",
15 "jobName": "Test.cjob",
16 "jobPath": "/demo/Test.cjob",
17 "jobLocation": "/demo",
18 "jobResourceLocation": "WORKSPACE",
19 "jobOwner": "test1",
20 "jobOwnerDisplayName": " Test User (test1)",
21 "jobRunAsOwner": false,
22 "lastSubmittedItem": "Prog2.sas",
23 "type": "WORKSPACE",
24 "manifest": {
25 "name": "Test.cmnf",
26 "path": "/demo/Test.cmnf",
27 "resourceLocation": "WORKSPACE"
28 },
29 "manifestModifiedTimeStamp": "2024-05-03T14:04:30.827000Z"
30 }
31}

Request Body

Provides the clinical job resource and run information to perform the action.

Clinical resource represents the clinical job resource and run information to perform the action.

NameTypeRequiredDescription
version
number
false

The version of the representation. This is version 1.

job
Clinical Resource
false

Clinical resource represents a file or container item in the user's workspace or in the clinical repository.

parameterValues
array [Clinical Job Parameter Value]
false

Collection of clinical job parameter values to be used for the run.

Responses

StatusMeaningDescription
200OK

OK

Schema
400Bad Request

The specified action is not supported.