fix(core): Waiting workflows not stopping (#5811)
fix: Waiting workflows not stopping
This commit is contained in:
@@ -49,7 +49,7 @@ export class ExecutionEntity implements IExecutionFlattedDb {
|
||||
workflowId: string;
|
||||
|
||||
@Column({ type: datetimeColumnType, nullable: true })
|
||||
waitTill: Date;
|
||||
waitTill: Date | null;
|
||||
|
||||
@OneToMany('ExecutionMetadata', 'execution')
|
||||
metadata: ExecutionMetadata[];
|
||||
|
||||
Reference in New Issue
Block a user