mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +02:00
* chore: refactor file upload mechanism to avoid NFS dependency * add regression test for deregistration of calls * fix: fix minio upload issue * fix: make transcript upload async
7 lines
379 B
Python
7 lines
379 B
Python
class FunctionNames:
|
|
RUN_INTEGRATIONS_POST_WORKFLOW_RUN = "run_integrations_post_workflow_run"
|
|
PROCESS_WORKFLOW_COMPLETION = "process_workflow_completion"
|
|
SYNC_CAMPAIGN_SOURCE = "sync_campaign_source"
|
|
PROCESS_CAMPAIGN_BATCH = "process_campaign_batch"
|
|
PROCESS_KNOWLEDGE_BASE_DOCUMENT = "process_knowledge_base_document"
|
|
DELIVER_WEBHOOK = "deliver_webhook"
|