File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
examples/src/main/java/io/dapr/examples/workflows Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -768,24 +768,6 @@ public class App3FinalizeActivity implements WorkflowActivity {
768768}
769769```
770770
771- ** WorkflowTaskOptions Constructors for Cross-App Calls:**
772-
773- The ` WorkflowTaskOptions ` class supports several constructors for cross-app calls:
774-
775- ``` java
776- // App ID only
777- new WorkflowTaskOptions (" app2" )
778-
779- // Retry policy + app ID
780- new WorkflowTaskOptions (retryPolicy, " app2" )
781-
782- // Retry handler + app ID
783- new WorkflowTaskOptions (retryHandler, " app2" )
784-
785- // All parameters
786- new WorkflowTaskOptions (retryPolicy, retryHandler, " app2" )
787- ```
788-
789771** Key Features:**
790772- ** Cross-app activity calls** : Call activities in different Dapr applications specifying the appID in the WorkflowTaskOptions
791773- ** WorkflowTaskOptions with appId** : Specify which app should handle the activity
You can’t perform that action at this time.
0 commit comments