fix(worker): compute parameters for delaying job

This commit is contained in:
Ali BARIN
2023-02-08 19:07:40 +00:00
parent 3d98e6cdc0
commit 74a77ed271
3 changed files with 8 additions and 8 deletions

View File

@@ -65,5 +65,5 @@ export const processAction = async (options: ProcessActionOptions) => {
errorDetails: $.actionOutput.error ? $.actionOutput.error : null,
});
return { flowId, stepId, executionId, executionStep };
return { flowId, stepId, executionId, executionStep, computedParameters };
};