refactor: Make execution IDs mandatory in BE (#8299)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
@@ -49,6 +49,7 @@ export class ActiveExecutions {
|
||||
startedAt: new Date(),
|
||||
workflowData: executionData.workflowData,
|
||||
status: executionStatus,
|
||||
workflowId: executionData.workflowData.id,
|
||||
};
|
||||
|
||||
if (executionData.retryOf !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user