Adding a pause interval in a character field for a workflow in PWA
In Progressive Web Application (PWA), when a user types in a character field, the relevant helpful resources need to be shown to the user based on what is being typed. If the resources are shown for every letter that the user types, it becomes very cumbersome. To avoid this problem, you can specify a pause interval for a workflow by using the Pause Interval property in Developer Studio. This property specifies the time interval in milliseconds.
When you specify a pause interval for a workflow, after the user presses any key on the keyboard except the Enter key, the PWA pauses for the specified milliseconds before triggering a predefined workflow. However, when the user presses the Enter key, the PWA immediately triggers the workflow without pausing.
To add a pause interval for a workflow
- Double-click the character field for which you want to add a pause interval.
- In the Properties pane, expand the Display property group.
- In the Property column, click Pause Interval.
- In the Value column, type an integer value.
The value is set for this property.