fire workflow-event()
This function triggers the check of transition b of workflow job a. If the conditions of the transition are fulfilled, the transition is executed and the function returns true.
If either the workflow job or the transition cannot be found (or the conditions are not fulfilled), the function returns false.
Parameters
Parameter |
Description |
a |
Name (see VAR_SYS_WF_DISPLAYNAME) or ID (see VAR_SYS_WF_ID) of the workflow job. |
b |
Name of the transition to be checked. If the parameter is left empty, the automatic transition check is used. Note: The check can only work if the transition originates from the current state of the workflow job. If the automatic transition check is used, the transitions that originate from the current state are checked. |