File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
articles/azure-functions/durable Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -676,29 +676,6 @@ readEntityState<T>(
676
676
< tr>
677
677
< td>
678
678
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
-
702
679
` ` ` TS
703
680
rewind(
704
681
instanceId: string,
@@ -749,6 +726,29 @@ signalEntity(
749
726
< tr>
750
727
< td>
751
728
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
+
752
752
` ` ` TS
753
753
waitForCompletionOrCreateCheckStatusResponse(
754
754
request: HttpRequest,
You can’t perform that action at this time.
0 commit comments