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: src/converters/grammar/systemText.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ In addition to the grammar, follow these numbered semantics rules:
61
61
1. In the activity names include only the verb representing the action and the object targeted by the action, without the subject who performed the action. Allow only for alphanumeric characters and underscores.
62
62
2. Each activity must start exactly once and must end exactly one.
63
63
3. Any "andSubProcess" or "orSubProcess" must de declared before it is used.
64
-
4. Only start an "orSubProcess" or start an "orSubProcess" when there is at least one other activity to be started.
64
+
4. Only start an "orSubProcess" or start an "andSubProcess" when there is at least one other activity to be started.
65
65
5. Use "immediately repeat since" only when you need to go back and start again an activity that has ended previously.
66
66
67
67
Lastly, the focus is to extract the activities present in the text and the relationships between them, such as anteriority, posteriority, concurrency, choice. Provide your output in text which follows the grammar.
0 commit comments