mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
10 lines
495 B
Python
10 lines
495 B
Python
|
|
class FunctionNames:
|
||
|
|
CALCULATE_WORKFLOW_RUN_COST = "calculate_workflow_run_cost"
|
||
|
|
RUN_INTEGRATIONS_POST_WORKFLOW_RUN = "run_integrations_post_workflow_run"
|
||
|
|
UPLOAD_AUDIO_TO_S3 = "upload_audio_to_s3"
|
||
|
|
UPLOAD_TRANSCRIPT_TO_S3 = "upload_transcript_to_s3"
|
||
|
|
UPLOAD_VOICEMAIL_AUDIO_TO_S3 = "upload_voicemail_audio_to_s3"
|
||
|
|
SYNC_CAMPAIGN_SOURCE = "sync_campaign_source"
|
||
|
|
PROCESS_CAMPAIGN_BATCH = "process_campaign_batch"
|
||
|
|
MONITOR_CAMPAIGN_PROGRESS = "monitor_campaign_progress"
|