Questions, suggestions and discussion around ProcessMaker 3 documentation
By JeniferLawrence
#785498
Hello there,
I put 8 conditions in an exclusive gateway. But the length of the variable is large. After saving the process(without closing the process), i am able to see the conditions what i have put in it.
After closing and reopen the process, last 2 conditions are missing.
Before closing:
Code: Select all
@@var_Request_Status == 'Creation' || @@var_Research_and_Development_Manager_Validation == 'mwrv' || @@var_Simulation_Manager_Validation == 'mwrv' || @@var_Simulation_Leader_Validation == 'mwrv'
|| (@@var_Simulation_Manager_Validation != 'mworv' || @@var_Condition_Status != 'SMV' ) || (@@var_Simulation_Leader_Validation != 'mworv' || @@var_Condition_Status != 'SLV' )
After closing and reopening the process:
Code: Select all
@@var_Request_Status == 'Creation' || @@var_Research_and_Development_Manager_Validation == 'mwrv' || @@var_Simulation_Manager_Validation == 'mwrv' || @@var_Simulation_Leader_Validation == 'mwrv'
|| (@@var_Simulation_Manager_Validation != 'mworv' || @@var_C
Missing Part:
Code: Select all
ondition_Status != 'SMV' ) || (@@var_Simulation_Leader_Validation != 'mworv' || @@var_Condition_Status != 'SLV' )
User avatar
By amosbatto
#785510
I filed a bug report about this problem. See: http://bugs.processmaker.com/view.php?id=20556

As a workaround you can create a trigger with the following code:
Code: Select all
@=result = (@@var_Request_Status == 'Creation' || @@var_Research_and_Development_Manager_Validation == 'mwrv' || @@var_Simulation_Manager_Validation == 'mwrv' || @@var_Simulation_Leader_Validation == 'mwrv'
|| (@@var_Simulation_Manager_Validation != 'mworv' || @@var_Condition_Status != 'SMV' ) || (@@var_Simulation_Leader_Validation != 'mworv' || @@var_Condition_Status != 'SLV' ));
Set this trigger to execute before assignment in the previous task. Then set your condition to be:
Code: Select all
@=result

Get an instant solution to move emails to MBOX for[…]

Most Demanding OST to PST Converter

The most demanding OST to PST Converter is TrijaT[…]

Betvisa clone scripts are pre-built software solut[…]

A Bet365 Clone Script is essentially a ready-made […]