chore: Differentiate trigger and action output types
This commit is contained in:
@@ -59,10 +59,14 @@ const globalVariable = async (
|
||||
id: execution?.id,
|
||||
testRun,
|
||||
},
|
||||
output: {
|
||||
triggerOutput: {
|
||||
data: [],
|
||||
error: null,
|
||||
},
|
||||
actionOutput: {
|
||||
data: null,
|
||||
error: null,
|
||||
},
|
||||
};
|
||||
|
||||
$.http = createHttpClient({
|
||||
|
Reference in New Issue
Block a user