We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c20c0 commit 38f675dCopy full SHA for 38f675d
temporal-sdk/src/main/java/io/temporal/activity/ActivityExecutionContext.java
@@ -143,7 +143,7 @@ public interface ActivityExecutionContext {
143
Scope getMetricsScope();
144
145
/**
146
- * Get a {@link WorkflowClient} that can be used to start interact with the Temporal service from
+ * Get a {@link WorkflowClient} that can be used to interact with the Temporal service from
147
* an activity.
148
*/
149
WorkflowClient getWorkflowClient();
0 commit comments