fix(trigger): create empty execution step if needed
This commit is contained in:
@@ -38,7 +38,7 @@ export const processTrigger = async (options: ProcessTriggerOptions) => {
|
||||
stepId: $.step.id,
|
||||
status: error ? 'failure' : 'success',
|
||||
dataIn: $.step.parameters,
|
||||
dataOut: !error ? triggerDataItem.raw : null,
|
||||
dataOut: !error ? triggerDataItem?.raw : null,
|
||||
errorDetails: error,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user