Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support dynamic activity and workflow implementations #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vidath opened this issue Mar 2, 2023 · 1 comment
Closed

Support dynamic activity and workflow implementations #292

vidath opened this issue Mar 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@vidath
Copy link

vidath commented Mar 2, 2023

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

@vidath vidath added the enhancement New feature or request label Mar 2, 2023
@cretz
Copy link
Member

cretz commented Mar 2, 2023

Closing as duplicate of #242

@cretz cretz closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants