Merge pull request #545 from automatisch/errors

Store and expose integration errors
This commit is contained in:
Ömer Faruk Aydın
2022-09-26 19:59:30 +03:00
committed by GitHub
7 changed files with 66 additions and 23 deletions

View File

@@ -188,6 +188,7 @@ type ExecutionStep {
status: String
dataIn: JSONObject
dataOut: JSONObject
errorDetails: JSONObject
createdAt: String
updatedAt: String
}