Skip to content

Prallel task execution error on Postgres backend #94

Open
@mrjmarcelo

Description

@mrjmarcelo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions