ProcessInstanceState is the state of a given process.
| 2 | |
| 3 | // ProcessInstanceState is the state of a given process. |
| 4 | type ProcessInstanceState string |
| 5 | |
| 6 | const ( |
| 7 | // ProcessInstanceRunning is when the process is running normally. |
no outgoing calls
no test coverage detected