Error: [object
type] [external code] [description]: Static condition not allowed on outgoing
arrow | Static conditions are only allowed on relationships
that flow from an OR, XOR, AND Control Activity to an Activity or a JOIN
Control Activity. Solution: Remove the static conditions from the properties of
the relationship concerned. |
Error: state [external
code] [description]: Missing incoming arrow | Except for the
Begin State each other State must at least have one incoming arrow. Solution:
Add a Relationship between an Activity or a Control Activity that is missing an
outgoing arrow. |
Error: state [External code]
[description]: Missing outgoing arrow | Except for the End
State each other State must have one outgoing arrow. Solution: Add a
Relationship between an Activity or Control Activity that is missing an
incoming arrow. |
Error: [object type] [external
code] [description]: Missing outgoing arrow | All Activities
and JOIN type Control Activities must have one outgoing arrow. Solution: Add a
Relationship between the Activity or the JOIN Control Activity and a state that
is missing an incoming arrow. |
Error: state
[external code] [description]: Too many outgoing arrows" | A
State can only have one outgoing arrow. Solution: Remove all but one of the
outgoing Relationships that are linked to the mentioned State. Consider using a
Control Activity to split the business process in multiple paths. |
Error: state [external code] [description]:
Duplicate incoming arrow | Only one arrow can exist between
the same State and Activity (or Control Activity). Solution: Remove the
duplicate arrow(s) between the listed State and (Control) Activity. |
Error: activity [external code] [description]:
Too many outgoing arrows | An Activity can only have one
outgoing arrow. Solution: Remove all but one of the outgoing Relationships that
are linked to the mentioned Activity. |
Error:
control [external code] [description]: Too few outgoing arrows | All Control Activities with type OR, XOR, AND must at least have
two outgoing arrows. Solution: Add an outgoing Relationship from the Control
Activity to a state that is missing an incoming. |
Error: control [external code] [description]: Too few incoming
arrows | A JOIN Control Activities must at least have two
incoming arrows. Solution: Add an incoming Relationship from the JOIN Control
Activity to a state that is missing an outgoing arrow. |
Error: Missing begin state | Each business
process must start with only one Begin State. Solution: Ensure the business
process starts with a state and change the State type to ‘Begin’. |
Error: [object type] [external code]
[description]: Not reachable from begin state | Each
Activity and Control Activity should be reachable from the Begin State.
Solution: Ensure all paths in the business process starts from a Begin State
and all necessary relationships are drawn. |
Error:
Too many begin states | Each business process must start
with only one Begin State. Solution: Ensure the business process starts with
only one state of the type ‘Begin’. |
Error: state
[external code] [description]: Incoming arrow not allowed | Each business process must start with only one Begin State. This means that
there can be no incoming arrow for a begin state. In case of a loop an arrow
return to the begin state. Solution: Ensure the business process starts with a
begin state and remove any other begin states. |
Error: Missing end state | Each business process
must end with one state and this must be of the ‘End’ type. Solution: Ensure
the business process ends with one state and change the State type to ‘End’. |
Error: [object type] [external code]
[description]: Cannot reach end state | Each business
process path should end in an End State. Solution: Ensure all paths in the
business process end in an End State and all necessary relationships are drawn. |
Error: state [external code] [description]:
Outgoing arrow not allowed | Each business process path
should end in an End State. Solution: Ensure all paths in the business process
end in an End State and remove any arrow that flows out of the end state. |
Warning: Too many end states | Each business process path should end in an End State. A business
process can have more than one end state, but this is not common. Thus a
warning is displayed. Solution: Ensure all paths in the business process end in
the correct End State. |