Replies: 1 comment 2 replies
-
The error is obvious as it says. You need to set ActivityOptions for executing activities in ChildWF: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我根据demo,尝试使用了一下childworkflow,因为我的parent workflow中有个while循环,想每个循环里面创建一个childWorkflow,不过,不太确定这样使用是否有问题。code如下:
但是我遇到了以下错误:
2021-08-17T11:12:08.783+0800 error SerialRawSqlWorkflow SendJsonToMQV1Activity execute failed {"Domain": "cron-domain", "TaskList": "24", "WorkerID": "13519@yaoxiuqiang@24", "WorkflowType": "cadence-worker/logic.SerialRawSqlChildWorkflow", "WorkflowID": "child_workflow:eeade29b-7272-43f0-bbf7-2cda811c0a72", "RunID": "f0fa4613-2921-4fda-aca6-ef784e4610cb", "error": "missing or negative ScheduleToStartTimeoutSeconds", "cityId": "55000450"}
Beta Was this translation helpful? Give feedback.
All reactions