feat: show error in execution step

This commit is contained in:
Ali BARIN
2022-09-26 17:01:04 +03:00
committed by Faruk AYDIN
parent 9429031a61
commit d0bcf997fb
4 changed files with 8 additions and 0 deletions
@@ -188,6 +188,7 @@ type ExecutionStep {
status: String
dataIn: JSONObject
dataOut: JSONObject
errorDetails: JSONObject
createdAt: String
updatedAt: String
}