Skip to content
Merged
Show file tree
Hide file tree
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
42 changes: 21 additions & 21 deletions docs/dapr-sdk-workflows/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,40 +138,40 @@ <h2 class="title" id="I:C">C</h2>
that completes when the activity completes.If the activity completes successfully, the returned <code>Task</code>'s
value will be the activity's output.</div>
</dd>
<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>
<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>
<dd>
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
when the sub-workflow completes.</div>
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
when the child-workflow completes.</div>
</dd>
<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>
<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>
<dd>
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
when the sub-workflow completes.</div>
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
when the child-workflow completes.</div>
</dd>
<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>
<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>
<dd>
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
when the sub-workflow completes.</div>
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
when the child-workflow completes.</div>
</dd>
<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>
<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>
<dd>
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
when the sub-workflow completes.</div>
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
when the child-workflow completes.</div>
</dd>
<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>
<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>
<dd>
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
when the sub-workflow completes.</div>
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
when the child-workflow completes.</div>
</dd>
<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>
<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>
<dd>
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
when the sub-workflow completes.</div>
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
when the child-workflow completes.</div>
</dd>
<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>
<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>
<dd>
<div class="block">Asynchronously invokes another workflow as a sub-workflow and returns a <code>Task</code> that completes
when the sub-workflow completes.</div>
<div class="block">Asynchronously invokes another workflow as a child-workflow and returns a <code>Task</code> that completes
when the child-workflow completes.</div>
</dd>
<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>
<dd>
Expand Down
Loading
Loading