Skip to content

Commit c499465

Browse files
committed
ordering
1 parent 3f6ab14 commit c499465

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

articles/azure-functions/durable/durable-functions-node-model-upgrade.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -676,29 +676,6 @@ readEntityState<T>(
676676
<tr>
677677
<td>
678678
679-
```typescript
680-
startNew(
681-
orchestratorFunctionName: string,
682-
instanceId?: string,
683-
input?: unknown
684-
): Promise<string>
685-
```
686-
687-
</td>
688-
<td>
689-
690-
```typescript
691-
startNew(
692-
orchestratorFunctionName: string,
693-
options?: StartNewOptions
694-
): Promise<string>;
695-
```
696-
697-
</td>
698-
</tr>
699-
<tr>
700-
<td>
701-
702679
```TS
703680
rewind(
704681
instanceId: string,
@@ -749,6 +726,29 @@ signalEntity(
749726
<tr>
750727
<td>
751728
729+
```typescript
730+
startNew(
731+
orchestratorFunctionName: string,
732+
instanceId?: string,
733+
input?: unknown
734+
): Promise<string>
735+
```
736+
737+
</td>
738+
<td>
739+
740+
```typescript
741+
startNew(
742+
orchestratorFunctionName: string,
743+
options?: StartNewOptions
744+
): Promise<string>;
745+
```
746+
747+
</td>
748+
</tr>
749+
<tr>
750+
<td>
751+
752752
```TS
753753
waitForCompletionOrCreateCheckStatusResponse(
754754
request: HttpRequest,

0 commit comments

Comments
 (0)