Remove filters following deleted trigger/steps (#13697)

https://github.com/user-attachments/assets/e6ec591a-2064-4dfe-9048-2f234bef5c79
This commit is contained in:
Thomas Trompette
2025-08-07 09:40:26 +02:00
committed by GitHub
parent fecf8ca913
commit 8c41c956d5
14 changed files with 248 additions and 118 deletions
@@ -15,6 +15,6 @@ export class WorkflowVersionStepChangesDTO {
@Field(() => WorkflowActionDTO, { nullable: true })
createdStep?: WorkflowActionDTO;
@Field(() => String, { nullable: true })
deletedStepId?: string;
@Field(() => [String], { nullable: true })
deletedStepIds?: string[];
}