dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

[Workflows] Provide `IActorProxyFactory` as part of `WorkflowContext`

Open tomkerkhove opened this issue 1 year ago • 0 comments

Describe the feature

Provide IActorProxyFactory as part of WorkflowContext so the workflow can interact with actors.

Reason why this would be useful:

  • Workflows do not support DI
  • Workflows are built on top of actors the additional dependency should not be a problem.

Release Note

RELEASE NOTE: ADD Use actors in workflows.

tomkerkhove avatar Mar 09 '23 15:03 tomkerkhove