We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #615
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
[X] Code compiles correctly
[ ] Created/updated tests
[ ] Extended the documentation
There aren't any existing tests or even any examples that use call_child_workflow, I'm sorry I do not have time to write tests or documentation at this time.
Description
durabletask.worker uses
orchestrator.__name__
herebut when dapr_workflow_context wraps the real workflow function in
wf
, the correct orchestrator name is lost.This bug results in the following exception:
when called as
This proposed fix is not pretty, but it works.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #615
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
There aren't any existing tests or even any examples that use call_child_workflow, I'm sorry I do not have time to write tests or documentation at this time.