ProcessRunDTO
ID of the process this run belongs to
Start time of the process run
End time of the process run
Current state of the process run
Possible values: [Running
, Completed
]
Array of file URIs associated with this run
Array of flow run identifiers consisting of the Flow runId and flowId
Array of unit operation run IDs associated with this run
unitOperationRuns object[]
Array of unit operation runs associated with this run
ID of the unit operation this run belongs to
Start time of the unit operation run
End time of the unit operation run
Current state of the unit operation run
Possible values: [Running
, Completed
]
Array of file URIs associated with this run
Array of flow run IDs associated with this run
Array of instrument run IDs associated with this run
instrumentRuns object[]
Array of instrument runs associated with this run
ID of the instrument this run belongs to
Start time of the instrument run
End time of the instrument run
Current state of the instrument run
Possible values: [Running
, Completed
]
Array of file URIs associated with this run
Array of flow run IDs associated with this run
External identifier for the instrument run
URL associated with the external identifier
Array of BqTable IDs associated with this run
Array of panel session IDs associated with this run
ID of the unit operation run this instrument run belongs to
initiator object
Initiator of the instrument run
User email if the initiator is a user
flowRun object
Flow run identifier consisting of the Flow runId and flowId
Flow run ID associated with this run
Possible values: Value must match regular expression /^\d+$/
Flow ID associated with this run
Possible values: Value must match regular expression /^\S+$/
Connection ID if the initiator is a connection
Connector Connection ID if the initiator is a connector connection
System Actor ID if the initiator is a system actor
Array of panel session IDs associated with this run
Array of BQ table IDs associated with this run
External identifier for the unit operation run
URL associated with the external identifier
ID of the process run this unit operation run belongs to
initiator object
Initiator of the unit operation run
User email if the initiator is a user
flowRun object
Flow run identifier consisting of the Flow runId and flowId
Flow run ID associated with this run
Possible values: Value must match regular expression /^\d+$/
Flow ID associated with this run
Possible values: Value must match regular expression /^\S+$/
Connection ID if the initiator is a connection
Connector Connection ID if the initiator is a connector connection
System Actor ID if the initiator is a system actor
Array of panel session IDs associated with this run
Array of BQ table IDs associated with this run
External identifier for the process run
URL associated with the external identifier
initiator object
Initiator of the process run
User email if the initiator is a user
flowRun object
Flow run identifier consisting of the Flow runId and flowId
Flow run ID associated with this run
Possible values: Value must match regular expression /^\d+$/
Flow ID associated with this run
Possible values: Value must match regular expression /^\S+$/
Connection ID if the initiator is a connection
Connector Connection ID if the initiator is a connector connection
System Actor ID if the initiator is a system actor
{
"id": 0,
"createdAt": "string",
"processId": 0,
"startTime": "2024-07-29T15:51:28.071Z",
"endTime": "2024-07-29T15:51:28.071Z",
"state": "Running",
"fileUris": [
"string"
],
"flowRunIds": [
0
],
"unitOperationRunIds": [
0
],
"unitOperationRuns": [
{
"id": 0,
"createdAt": "string",
"unitOperationId": 0,
"startTime": "2024-07-29T15:51:28.071Z",
"endTime": "2024-07-29T15:51:28.071Z",
"state": "Running",
"fileUris": [
"string"
],
"flowRunIds": [
0
],
"instrumentRunIds": [
0
],
"instrumentRuns": [
{
"id": 0,
"createdAt": "string",
"instrumentId": 0,
"startTime": "2024-07-29T15:51:28.071Z",
"endTime": "2024-07-29T15:51:28.071Z",
"state": "Running",
"fileUris": [
"string"
],
"flowRunIds": [
0
],
"externalId": "string",
"url": "string",
"bqTableIds": [
0
],
"panelSessionIds": [
"string"
],
"unitOperationRunId": 0,
"initiator": {
"userEmail": "string",
"flowRun": {
"runId": "1234567890124",
"flowId": "my-flow-2"
},
"connectionId": "string",
"connectorConnectionId": "string",
"systemActorId": 0
}
}
],
"panelSessionIds": [
"string"
],
"bqTableIds": [
0
],
"externalId": "string",
"url": "string",
"processRunId": 0,
"initiator": {
"userEmail": "string",
"flowRun": {
"runId": "1234567890124",
"flowId": "my-flow-2"
},
"connectionId": "string",
"connectorConnectionId": "string",
"systemActorId": 0
}
}
],
"panelSessionIds": [
"string"
],
"bqTableIds": [
0
],
"externalId": "string",
"url": "string",
"initiator": {
"userEmail": "string",
"flowRun": {
"runId": "1234567890124",
"flowId": "my-flow-2"
},
"connectionId": "string",
"connectorConnectionId": "string",
"systemActorId": 0
}
}