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

Add async signal to untypedstub #527

Merged
merged 4 commits into from
Sep 18, 2020
Merged

Add async signal to untypedstub #527

merged 4 commits into from
Sep 18, 2020

Conversation

vancexu
Copy link
Contributor

@vancexu vancexu commented Sep 16, 2020

No description provided.

WorkflowStub workflowStub =
workflowClient.newUntypedWorkflowStub(
"TestWorkflowSignaled::execute", newWorkflowOptionsBuilder(taskList).build());
CompletableFuture<WorkflowExecution> future = workflowStub.startAsync(taskList);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@vancexu
Copy link
Contributor Author

vancexu commented Sep 18, 2020

@meiliang86 meiliang86 merged commit d98d33f into master Sep 18, 2020
mkolodezny pushed a commit to mkolodezny/cadence-java-client that referenced this pull request Nov 12, 2020
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.

None yet

2 participants