-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
While running parallel case, we encounter php fatal error for member function calling on null objects. Take a look at the error below
Fatal error: Call to a member function getStepMode() on null in /opt/processmaker/workflow/engine/methods/cases/cases_Step.php on line 352
Above error may not occur at first time, try refreshing the page few times
Fatal error: Call to a member function getTasDerivationScreenTpl() on null in /opt/processmaker/workflow/engine/methods/cases/cases_Step.php on line 1102
this is the parallel case process i am using in glpi
When i tried running it solely in processmaker-communtity release 3.2.1 it ran successfully.