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,
|
stepId: $.step.id,
|
||||||
status: error ? 'failure' : 'success',
|
status: error ? 'failure' : 'success',
|
||||||
dataIn: $.step.parameters,
|
dataIn: $.step.parameters,
|
||||||
dataOut: !error ? triggerDataItem.raw : null,
|
dataOut: !error ? triggerDataItem?.raw : null,
|
||||||
errorDetails: error,
|
errorDetails: error,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user