feat: Implement getData query and send a message action for slack

This commit is contained in:
Faruk AYDIN
2022-03-15 02:57:37 +03:00
committed by Ömer Faruk Aydın
parent f8c7b85682
commit 8512528fcf
14 changed files with 305 additions and 92 deletions

View File

@@ -9,6 +9,7 @@ class ExecutionStep extends Base {
dataIn!: Record<string, unknown>;
dataOut!: Record<string, unknown>;
status: string;
step: Step;
static tableName = 'execution_steps';