UpdateUnitOperationRunBody
ID of the process run to associate with this unit operation run
Start time of the unit operation run
End time of the unit operation run
State of the unit operation run
Possible values: [Running
, Completed
]
Array of file URIs to associate with this run
flowRuns object[]
Array of flow run identifiers 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+$/
Array of instrument run IDs to associate with this run
Array of panel session IDs to associate with this run
Array of BqTable Names to associate with this run
Possible values: Value must match regular expression /^\S+$/
External identifier for the unit operation run
URL associated with the external identifier
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
{
"processRunId": 0,
"startTime": "2024-07-29T15:51:28.071Z",
"endTime": "2024-07-29T15:51:28.071Z",
"state": "Running",
"fileUris": [
"string"
],
"flowRuns": [
{
"runId": "1234567890123",
"flowId": "my-flow-1"
},
{
"runId": "1234567890124",
"flowId": "my-flow-2"
}
],
"instrumentRunIds": [
0
],
"panelSessionIds": [
"string"
],
"bqTableNames": [
"string"
],
"externalId": "string",
"url": "string",
"initiator": {
"userEmail": "string",
"flowRun": {
"runId": "1234567890124",
"flowId": "my-flow-2"
},
"connectionId": "string",
"connectorConnectionId": "string",
"systemActorId": 0
}
}