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: temporal-workflowcheck/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Temporal Workflow Check for Java
2
2
3
-
Temporal workflowcheck is a utility scans Java bytecode looking for workflow implementation methods that do invalid
3
+
Temporal workflowcheck is a utility that scans Java bytecode looking for workflow implementation methods that do invalid
4
4
things. This mostly centers around
5
5
[workflow logic constraints](https://docs.temporal.io/dev-guide/java/foundations#workflow-logic-requirements) that
6
6
require workflows are deterministic. Currently it will catch when a workflow method does any of the following:
@@ -26,8 +26,7 @@ This software is beta quality. We are gathering feedback before considering it s
26
26
### Running manually
27
27
28
28
The all-in-one JAR is best for running manually. Either download the latest version `-all.jar` from
29
-
https://repo1.maven.org/maven2/io/temporal/temporal-workflowcheck or build via `gradlew :temporal-workflowcheck:build`
30
-
then obtain `-all.jar` in `temporal-workflowcheck/build/libs`.
29
+
https://repo1.maven.org/maven2/io/temporal/temporal-workflowcheck or build via `gradlew :temporal-workflowcheck:build` then obtain `-all.jar` in `temporal-workflowcheck/build/libs`.
0 commit comments