The Create Event activity primary function is to add events in the event queue that may later perform a trigger function for any action or notification or something else. After creating an event, it is written down into the Event (sys_event) table. In parallel, the event processor handling the event within the period specified in the system properties.
Choose the event instance on the basis of which the activity will create events. All the event instances (they also can be called event registers are listed in the Event Registers (sys_event_register) table).
Param 1
Specify the first event parameter if it is required for this event. If this parameter is a string value, then it must be within quotes (" ").
Param 2
Specify the second event parameter if it is required for this event. If this parameter is a string value, then it must be within quotes (" ").
This activity checks a condition to determine if a Yes or No transition should be taken.
If both the Condition and Advanced script are selected, then they both must evaluate for this activity to choose the Yes transition; otherwise, the No transition is chosen.
A condition to meet for taking the Yes transition.
Advanced
Select this checkbox to specify a script to evaluate.
Script
Enter a script that must be evaluated in this field. If the script sets the variable answer to yes, then the Yestransition is taken; otherwise, the No transition will be chosen.
This activity causes the workflow to wait until the record meets the condition specified. The workflow evaluates this activity each time the record updated. Use it to hold a workflow execution until a particular criteria is met by a record update.
The workflow is paused at this activity until the record meets the condition specified.
Condition script
If specified, the workflow is paused at this activity until this script sets theanswervariable to true. Select the Advanced checkbox to show this field.
If both Condition and Condition script are specified, then both of them must execute successfully to transition to the next activity; otherwise, if the Condition will not meet or the Condition Script will not return true, the workflow will stay paused.