Open
Description
If you try to execute tasks in parallel in Postgres backend, you will get the error below:
(orchestration-processor: failed to complete work item: failed to insert into the NewTasks table: ERROR: could not determine data type of parameter $3 (SQLSTATE 42P18))
To reproduce the issue just set a Postgres backend to parallel sample, the error happens when we have trigged two or more activities by CallActivity method, then you call Await. When you call Await, the system will lock the execution and throw this error infinitely.
Metadata
Metadata
Assignees
Labels
No labels