Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ public static ChildWorkflowStub newUntypedChildWorkflowStub(String workflowType)
}

/**
* Creates untyped client stub that can be used to signal or cancel a child workflow.
* Creates untyped client stub that can be used to signal or cancel an existing workflow
* execution.
*
* @param execution execution of the workflow to communicate with.
*/
Expand All @@ -253,7 +254,8 @@ public static ExternalWorkflowStub newUntypedExternalWorkflowStub(WorkflowExecut
}

/**
* Creates untyped client stub that can be used to signal or cancel a child workflow.
* Creates untyped client stub that can be used to signal or cancel an existing workflow
* execution.
*
* @param workflowId id of the workflow to communicate with.
*/
Expand Down