Hallo Diego,
Each time a user runs a process inside the kanban board they always get a "process ok" message.
If we could have an option to avoid the "process ok" message, it would reduce the amount of clicks significantly.
Would you be prepared to make a change to WKanbanBoard.java?
In line number 770 "else if (!m_pi.isError()) { ProcessInfoDialog.showProcessInfo(m_pi, windowNo, kForm, true); }"
kanban board always shows a message.
Could you add an option where the class does not show a message
e.g. if the process returns null and no error
or based on a checkbox in the kanban process configuration and no error
or any other better design?
Regards
Anton
PS: The processes work really well. Most of our production processes will be based on kanban boards.
We found, that usually you need different forms/processes for different status columns on card/process level.
Extending the process configuration to be able to configure status dependend process calls would make it easier to run more specific processes/forms.