Feature: move to trash action for workflows (#11176)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Jan Kleine
2026-02-23 16:42:50 -08:00
committed by GitHub
co-authored by shamoon
parent fa13ca7a42
commit c4ea332c61
11 changed files with 768 additions and 19 deletions
+1
View File
@@ -6,6 +6,7 @@ export enum WorkflowActionType {
Email = 3,
Webhook = 4,
PasswordRemoval = 5,
MoveToTrash = 6,
}
export interface WorkflowActionEmail extends ObjectWithId {