I have multiple activities running in my workflow. And In each activity i’m making gRPC calls.
After successful completion of First activity, in second activity it is getting failed as the gRPC calls are not yet implemented but added in proto files.
In UI, i’m able to see ActivityTaskFailed for second activity, but the overall Workflow is getting Completed instead of Failed