mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: add disposition codes in workflows
This commit is contained in:
parent
0b5fd107fa
commit
9bc2ffc193
3 changed files with 104 additions and 3 deletions
|
|
@ -465,7 +465,7 @@ class WorkflowClient(BaseDBClient):
|
|||
return
|
||||
|
||||
existing = workflow.call_disposition_codes or {}
|
||||
codes = existing.get("disposition_codes", [])
|
||||
codes = list(existing.get("disposition_codes", []))
|
||||
if disposition_code in codes:
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue