Детали задачи
-
Ошибка
-
Решение: Готово
-
Medium
-
Не заполнено
-
Не заполнено
-
Minor
Описание
Bug in variables casting, in the notification behavior for work with flowable
An bug occurs when adding controllers to a model with a process written in flowable.
Due to the fact that some variables in the flowable are of type Integer, in DocumentChangeSendNotificationBehaviour it is impossible to cast the variable to the String type and the behavior throws an exception about incorrect type casting.
Ошибка в приведении переменных в behavior'е уведомления, для работы с flowable
Ошибка возникает при добавлении контроллеров в модель с процессом написанным на flowable.
Из-за того, что у flowable некоторые переменные имеют тип Integer, в DocumentChangeSendNotificationBehaviour не получается привести переменную в тип String и behaviour выбрасывает исключение о некорректном приведении типов.