We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267b421 commit 9c894a8Copy full SHA for 9c894a8
examples/src/main/java/io/dapr/examples/workflows/childworkflow/DemoChildWorkflowWorker.java
@@ -13,13 +13,9 @@
13
14
package io.dapr.examples.workflows.childworkflow;
15
16
-import io.dapr.workflows.WorkflowTaskRetryPolicy;
17
import io.dapr.workflows.runtime.WorkflowRuntime;
18
import io.dapr.workflows.runtime.WorkflowRuntimeBuilder;
19
20
-import java.time.Duration;
21
-import java.time.temporal.ChronoUnit;
22
-
23
public class DemoChildWorkflowWorker {
24
/**
25
* The main method of this app.
0 commit comments