fix(workflow_run): sequence_number race. (#21228)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
8f64327d57
commit
6b1ad634f1
20 changed files with 106 additions and 46 deletions
|
|
@ -163,7 +163,6 @@ def real_workflow_run():
|
|||
workflow_run.tenant_id = "test-tenant-id"
|
||||
workflow_run.app_id = "test-app-id"
|
||||
workflow_run.workflow_id = "test-workflow-id"
|
||||
workflow_run.sequence_number = 1
|
||||
workflow_run.type = "chat"
|
||||
workflow_run.triggered_from = "app-run"
|
||||
workflow_run.version = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue