Skip to content
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

Per Activity Method Options (Part I) #431

Merged
merged 28 commits into from
Apr 15, 2021

Conversation

vkoby
Copy link
Contributor

@vkoby vkoby commented Apr 7, 2021

Added ability to pass activity method options to activityStub. Usage:

Map<activityTypeName, ActivityOptions> activityMethodOptions
Map<activityTypeName, LocalActivityOptions> localActivityMethodOptions

Workflow.newActivityStub(Activity.class, options, activityMethodOptions)
Workflow.newLocalActivityStub(Activity.class, options, localActivityMethodOptions)

WIP: Ability to pass activity method options with WorkflowImplementationOptions.

Fix for issue #370

@vkoby vkoby marked this pull request as draft April 7, 2021 17:03
@vkoby vkoby linked an issue Apr 7, 2021 that may be closed by this pull request
…of the options to the constructor.

Added ability to set taskQueue through method options
@vkoby vkoby requested a review from mfateev April 8, 2021 22:15
@vkoby vkoby changed the title Per Activity Method Options Per Activity Method Options (Part I) Apr 8, 2021
@vkoby vkoby marked this pull request as ready for review April 14, 2021 02:10
@vkoby vkoby requested a review from mfateev April 14, 2021 02:10
@vkoby vkoby requested a review from mfateev April 14, 2021 21:18
@vkoby vkoby requested a review from mfateev April 15, 2021 21:11
@vkoby vkoby merged commit 122344e into temporalio:master Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants