12345678910111213141516171819 |
- package constant
- const (
- USER_TASK string = "userTask"
-
-
-
-
-
- EXCLUSIVE_GATEWAY string = "exclusiveGateway"
- INCLUSIVE_GATEWAY string = "inclusiveGateway"
- PARELLEL_GATEWAY string = "parallelGateway"
- FLOW string = "flow"
- START string = "start"
- END string = "end"
-
- )
|