Skip to content

Commit 4cb9dba

Browse files
authored
Simplify @Workflow annotation (#371)
1 parent 5ed3d84 commit 4cb9dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ExampleImpl implements Example {
4949
System.out.println("Step two completed!");
5050
}
5151

52-
@Workflow()
52+
@Workflow
5353
public void workflow() {
5454
DBOS.runStep(() -> stepOne(), "stepOne");
5555
DBOS.runStep(() -> stepTwo(), "stepTwo");

0 commit comments

Comments
 (0)