refactor(editor): Stop expecting null execution status (no-changelog) (#9672)
This commit is contained in:
@@ -185,7 +185,7 @@ export interface IExecutionsCurrentSummary {
|
||||
startedAt: Date;
|
||||
mode: WorkflowExecuteMode;
|
||||
workflowId: string;
|
||||
status?: ExecutionStatus;
|
||||
status: ExecutionStatus;
|
||||
}
|
||||
|
||||
export interface IExecutingWorkflowData {
|
||||
|
||||
Reference in New Issue
Block a user