dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
222 stars 125 forks source link

[WORKFLOW SDK BUG] Child Workflow doesn't work if input or instance_id is not passed #660

Closed DeepanshuA closed 6 months ago

DeepanshuA commented 8 months ago

Expected Behavior

Child Workflow should work without any issue, even if input or instance_id is not passed.

Actual Behavior

Child workflow errors out if inout or instance_id is not passed. And, whole workflow fails.

Steps to Reproduce the Problem

Release Note

RELEASE NOTE:

DeepanshuA commented 8 months ago

/assign

berndverst commented 7 months ago

Is this resolved via the attached PR @DeepanshuA ?