UpdateProcessRunBody
Start time of the process run
End time of the process run
State of the process 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 unit operation 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 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
{
"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"
}
],
"unitOperationRunIds": [
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
}
}