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 9c894a8 commit c63822eCopy full SHA for c63822e
examples/src/main/java/io/dapr/examples/workflows/childworkflow/DemoChildWorkflowWorker.java
@@ -25,7 +25,6 @@ public class DemoChildWorkflowWorker {
25
*/
26
public static void main(String[] args) throws Exception {
27
// Register the Workflow with the builder.
28
-
29
WorkflowRuntimeBuilder builder = new WorkflowRuntimeBuilder()
30
.registerWorkflow(DemoWorkflow.class)
31
.registerWorkflow(DemoChildWorkflow.class);
0 commit comments