We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b40e13 commit f2e4c8fCopy full SHA for f2e4c8f
docs/catch_log_entry.md
@@ -0,0 +1,11 @@
1
+For **Catch Log Entry**, we have a workflow that looks like this:
2
+
3
+```mermaid
4
+flowchart TD
5
+ A{In Progress} -->|Catch Log Entry User| B{Filed}
6
+ B -->|Regional Organization Management| C{Approved}
7
+ B -->|Regional Organization Management| A
8
+ C -->|State Organization Employee| A
9
+```
10
11
+> Roles permitted to change the status as labels on the arrows.
0 commit comments