You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What content needs to be created or modified?
We need to create java sample for the workflow Java SDK that we can use for a QuickStart. This issue defines the criteria needed in a java sample.
Describe the solution you'd like
We'll need a java sample that exactly mimics the same structure as the existing workflow samples for .NET and python.
I'll reference the .NET sample for my examples below:
The java program.cs file should have the exact same steps as the .NET quickstart program.cs file. Even down to the number of items purchased, and the item chosen)
Activities, and workflows should match those in .NET quickstart. For example, for the java sdk we'd also want the same 4 activities, same activity names, workflow etc.
What content needs to be created or modified?
We need to create java sample for the workflow Java SDK that we can use for a QuickStart. This issue defines the criteria needed in a java sample.
Main workflow java sdk docs issue here: #3567
Describe the solution you'd like
We'll need a java sample that exactly mimics the same structure as the existing workflow samples for .NET and python.
I'll reference the .NET sample for my examples below:
Where should the new material be placed?
Java sdk docs would live on the workflow quickstarts page under a separate code tab for java
Specify the URL to the associated pull request, if applicable
Additional context
#3567
dapr/quickstarts#898
The text was updated successfully, but these errors were encountered: