Skip to content

Commit 25b4d4a

Browse files
cicoylejavier-aliaga
authored andcommitted
rm constructor info from readme
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 799efac commit 25b4d4a

File tree

1 file changed

+0
-18
lines changed
  • examples/src/main/java/io/dapr/examples/workflows

1 file changed

+0
-18
lines changed

examples/src/main/java/io/dapr/examples/workflows/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)