mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
fix: fix variable extraction during pipeline execution flow
This commit is contained in:
parent
0e70a77f17
commit
6b408e588c
7 changed files with 352 additions and 62 deletions
|
|
@ -182,7 +182,7 @@ class CampaignCallDispatcher:
|
|||
# Get provider first to determine the mode
|
||||
provider = await self.get_telephony_provider(campaign.organization_id)
|
||||
workflow_run_mode = provider.PROVIDER_NAME
|
||||
|
||||
|
||||
logger.info(f"Provider name: {provider.PROVIDER_NAME}")
|
||||
logger.info(f"Queued run context: {queued_run.context_variables}")
|
||||
|
||||
|
|
@ -193,7 +193,7 @@ class CampaignCallDispatcher:
|
|||
"campaign_id": campaign.id,
|
||||
"provider": provider.PROVIDER_NAME,
|
||||
}
|
||||
|
||||
|
||||
logger.info(f"Final initial_context: {initial_context}")
|
||||
|
||||
# Create workflow run with queued_run_id tracking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue