Add BpmStatusValue failed (#14334)

This commit is contained in:
melohagan 2024-08-08 09:48:17 +01:00 committed by GitHub
parent d03915d194
commit 4c189e1e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ export enum BpmStatusValue {
COMPLETING_ACCOUNT_INFO = "completing_account_info",
VERIFYING_EMAIL = "verifying_email",
COMPLETED = "completed",
FAILED = "failed",
}
export const DEFAULT_BB_DATASOURCE_ID = "datasource_internal_bb_default"