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
Copy file name to clipboardExpand all lines: tutorials/workflow/java/combined-patterns/workflow-app/src/main/java/io/dapr/springboot/workflowapp/workflow/OrderWorkflow.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,6 @@ public WorkflowStub create() {
74
74
ctx.complete(newOrderStatus(false, message));
75
75
}
76
76
77
-
assertshipmentRegistrationStatus != null;
78
-
79
77
if (!shipmentRegistrationStatus.isSuccess())
80
78
{
81
79
// This is the compensation step in case the shipment registration event was not successful.
Copy file name to clipboardExpand all lines: tutorials/workflow/java/resiliency-and-compensation/src/main/java/io/dapr/springboot/examples/resiliency/ResiliencyAndCompensationWorkflow.java
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ public class ResiliencyAndCompensationWorkflow implements Workflow {
0 commit comments