## Expected Behavior You should be able to use @Autowired annotations to inject dependencies to workflows and activities. ## Actual Behavior Workflows and activities are dynamically created by the the WorkflowRuntime builder, not allowing dependency injection. ## Steps to Reproduce the Problem Try to use @Autowired annotation in a workflow or activity. ## Release Note <!-- How should the fix for this issue be communicated in our release notes? It can be populated later. --> <!-- Keep it as a single line. Examples: --> <!-- RELEASE NOTE: **ADD** New feature in Dapr. --> <!-- RELEASE NOTE: **FIX** Bug in runtime. --> <!-- RELEASE NOTE: **UPDATE** Runtime dependency. --> RELEASE NOTE: