Serverless Workflows Audit Trails Events: ExecutionFinished
Event JSON schema
{
"eventId": "string",
"eventSource": "string",
"eventType": "string",
"eventTime": "string",
"eventStatus": "string",
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"details": {
"executionId": "string",
"workflowId": "string",
"executionStatus": "string",
// Includes only one of the fields `duration`
"duration": "string",
// end of the list of possible fields
// Includes only one of the fields `error`
"error": {
"message": "string",
"errorCode": "string"
}
// end of the list of possible fields
}
}
Field description
|
Field |
Description |
|
eventId |
string |
|
eventSource |
string |
|
eventType |
string |
|
eventTime |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
eventStatus |
enum (EventStatus)
|
|
error |
The error result of the operation in case of failure or cancellation. |
|
details |
Status
The error result of the operation in case of failure or cancellation.
|
Field |
Description |
|
code |
integer (int32) Error code. An enum value of google.rpc.Code |
|
message |
string An error message. |
|
details[] |
object A list of messages that carry the error details. |
EventDetails
|
Field |
Description |
|
executionId |
string |
|
workflowId |
string |
|
executionStatus |
enum (Status)
|
|
duration |
string (duration) Includes only one of the fields |
|
error |
Includes only one of the fields |
ExecutionError
|
Field |
Description |
|
message |
string |
|
errorCode |
string |