A workflow generates exception d52d03ed.
Symptoms
A workflow generates the exception Division by zero.
Causes
A user-defined expression has a division operation in which
the value of the denominator is zero.
Resolving the problem
Do one of the following actions:
Possible cause |
Suggested action |
The value of a denominator resolves to zero.
For example, if the value of the variable intC is
zero, the following expression causes the exception: intA = intB / intC
|
Use one of the following tools to fix the problem: - Administration console:
- Find the work item that is in an error state. For more information, see Retrieving work
items and the search example Work items in an error
state.
- Modify the data field to have an appropriate value. For more information, see Editing work
items.
- Process Tracker:
- Select the work item in the user-defined Malfunction map. (The
default Malfunction map is visible in Process Tracker
only if the map is overridden by a user-defined Malfunction
map.)
- Modify the data field to have an appropriate value.
|
The denominator is a literal zero.
For
example, the following expression causes the exception: intA = intB / 0
|
This problem cannot be fixed in a running workflow.
|