You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s your feature request related to a problem? Please describe.
In some cases, activity and workflow implementations should be loaded dynamically. It is similar to the way the Java app engines load applications using class loaders.
Describe the solution you'd like
Expose an extension point for dynamic activity loading. While the SDK might not provide the explicit loading mechanism it should provide a factory interface that is called with activity or workflow type to provide an untyped activity implementation.
s your feature request related to a problem? Please describe.
In some cases, activity and workflow implementations should be loaded dynamically. It is similar to the way the Java app engines load applications using class loaders.
Describe the solution you'd like
Expose an extension point for dynamic activity loading. While the SDK might not provide the explicit loading mechanism it should provide a factory interface that is called with activity or workflow type to provide an untyped activity implementation.
Additional context
This feature has been added to java sdk as part of issue #245
temporalio/sdk-java#245
https://community.temporal.io/t/dynamic-activities-registration-at-runtime-and-worker-splitting/930/7
The text was updated successfully, but these errors were encountered: