Skip to content

Commit 8b138da

Browse files
authored
replacing subWorkflow to childWorkflow to align with other SDKs (#1168)
Signed-off-by: salaboy <Salaboy@gmail.com>
1 parent fcdf3c3 commit 8b138da

File tree

16 files changed

+354
-354
lines changed

16 files changed

+354
-354
lines changed

docs/dapr-sdk-workflows/index-all.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -138,40 +138,40 @@ <h2 class="title" id="I:C">C</h2>
138138
that completes when the activity completes.If the activity completes successfully, the returned <code>Task</code>'s
139139
value will be the activity's output.</div>
140140
</dd>
141-
<dt><a href="io/dapr/workflows/WorkflowContext.html#callSubWorkflow(java.lang.String)" class="member-name-link">callSubWorkflow(String)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
141+
<dt><a href="io/dapr/workflows/WorkflowContext.html#callChildWorkflow(java.lang.String)" class="member-name-link">callChildWorkflow(String)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
142142
<dd>
143-
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
144-
when the sub-workflow completes.</div>
143+
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
144+
when the child-workflow completes.</div>
145145
</dd>
146-
<dt><a href="io/dapr/workflows/WorkflowContext.html#callSubWorkflow(java.lang.String,java.lang.Object)" class="member-name-link">callSubWorkflow(String, Object)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
146+
<dt><a href="io/dapr/workflows/WorkflowContext.html#callChildWorkflow(java.lang.String,java.lang.Object)" class="member-name-link">callChildWorkflow(String, Object)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
147147
<dd>
148-
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
149-
when the sub-workflow completes.</div>
148+
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
149+
when the child-workflow completes.</div>
150150
</dd>
151-
<dt><a href="io/dapr/workflows/WorkflowContext.html#callSubWorkflow(java.lang.String,java.lang.Object,java.lang.Class)" class="member-name-link">callSubWorkflow(String, Object, Class&lt;V&gt;)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
151+
<dt><a href="io/dapr/workflows/WorkflowContext.html#callChildWorkflow(java.lang.String,java.lang.Object,java.lang.Class)" class="member-name-link">callChildWorkflow(String, Object, Class&lt;V&gt;)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
152152
<dd>
153-
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
154-
when the sub-workflow completes.</div>
153+
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
154+
when the child-workflow completes.</div>
155155
</dd>
156-
<dt><a href="io/dapr/workflows/WorkflowContext.html#callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions)" class="member-name-link">callSubWorkflow(String, Object, String, TaskOptions)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
156+
<dt><a href="io/dapr/workflows/WorkflowContext.html#callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions)" class="member-name-link">callChildWorkflow(String, Object, String, TaskOptions)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
157157
<dd>
158-
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
159-
when the sub-workflow completes.</div>
158+
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
159+
when the child-workflow completes.</div>
160160
</dd>
161-
<dt><a href="io/dapr/workflows/DaprWorkflowContextImpl.html#callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions,java.lang.Class)" class="member-name-link">callSubWorkflow(String, Object, String, TaskOptions, Class&lt;V&gt;)</a> - Method in class io.dapr.workflows.<a href="io/dapr/workflows/DaprWorkflowContextImpl.html" title="class in io.dapr.workflows">DaprWorkflowContextImpl</a></dt>
161+
<dt><a href="io/dapr/workflows/DaprWorkflowContextImpl.html#callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions,java.lang.Class)" class="member-name-link">callChildWorkflow(String, Object, String, TaskOptions, Class&lt;V&gt;)</a> - Method in class io.dapr.workflows.<a href="io/dapr/workflows/DaprWorkflowContextImpl.html" title="class in io.dapr.workflows">DaprWorkflowContextImpl</a></dt>
162162
<dd>
163-
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
164-
when the sub-workflow completes.</div>
163+
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
164+
when the child-workflow completes.</div>
165165
</dd>
166-
<dt><a href="io/dapr/workflows/WorkflowContext.html#callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions,java.lang.Class)" class="member-name-link">callSubWorkflow(String, Object, String, TaskOptions, Class&lt;V&gt;)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
166+
<dt><a href="io/dapr/workflows/WorkflowContext.html#callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,com.microsoft.durabletask.TaskOptions,java.lang.Class)" class="member-name-link">callChildWorkflow(String, Object, String, TaskOptions, Class&lt;V&gt;)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
167167
<dd>
168-
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
169-
when the sub-workflow completes.</div>
168+
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
169+
when the child-workflow completes.</div>
170170
</dd>
171-
<dt><a href="io/dapr/workflows/WorkflowContext.html#callSubWorkflow(java.lang.String,java.lang.Object,java.lang.String,java.lang.Class)" class="member-name-link">callSubWorkflow(String, Object, String, Class&lt;V&gt;)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
171+
<dt><a href="io/dapr/workflows/WorkflowContext.html#callChildWorkflow(java.lang.String,java.lang.Object,java.lang.String,java.lang.Class)" class="member-name-link">callChildWorkflow(String, Object, String, Class&lt;V&gt;)</a> - Method in interface io.dapr.workflows.<a href="io/dapr/workflows/WorkflowContext.html" title="interface in io.dapr.workflows">WorkflowContext</a></dt>
172172
<dd>
173-
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
174-
when the sub-workflow completes.</div>
173+
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
174+
when the child-workflow completes.</div>
175175
</dd>
176176
<dt><a href="io/dapr/workflows/runtime/WorkflowRuntimeStatus.html#CANCELED" class="member-name-link">CANCELED</a> - Enum constant in enum class io.dapr.workflows.runtime.<a href="io/dapr/workflows/runtime/WorkflowRuntimeStatus.html" title="enum class in io.dapr.workflows.runtime">WorkflowRuntimeStatus</a></dt>
177177
<dd>

0 commit comments

Comments
 (0)