Finally, the remote ocr workflow (#13637)

* Ok! Backend stuff for the remote ocr workflow

* Frotnend workflow stuff

* And docs

* Fix dynamic action fields thing

* Actually, fix the action dropdown thing

* Fix this validation thing, and we have to check existing actions

* Fix migration
This commit is contained in:
shamoon
2026-08-24 14:43:05 -07:00
committed by GitHub
parent c93c996edf
commit b90ccf910f
12 changed files with 472 additions and 13 deletions
+1
View File
@@ -7,6 +7,7 @@ export enum WorkflowActionType {
Webhook = 4,
PasswordRemoval = 5,
MoveToTrash = 6,
RemoteOcr = 7,
}
export interface WorkflowActionEmail extends ObjectWithId {