feat: Implement getData query and send a message action for slack
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
f8c7b85682
commit
8512528fcf
@@ -78,6 +78,16 @@ class Processor {
|
||||
fetchedActionData = await command.run();
|
||||
}
|
||||
|
||||
console.log(
|
||||
'previous execution step dataOut :',
|
||||
previousExecutionStep?.dataOut
|
||||
);
|
||||
|
||||
console.log(
|
||||
'previous execution step parameters :',
|
||||
previousExecutionStep?.step.parameters
|
||||
);
|
||||
|
||||
previousExecutionStep = await execution
|
||||
.$relatedQuery('executionSteps')
|
||||
.insertAndFetch({
|
||||
|
Reference in New Issue
Block a user