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 dc89c79 commit ac9658cCopy full SHA for ac9658c
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