reflow (Client API reference)
Reflows the UI of the business process control.
Syntax
formContext.ui.process.reflow(updateUI, parentStage, nextStage);
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
| updateUI | Boolean | No | Specify true to update the UI of the process control; false otherwise. |
| parentStage | String | No | Specify the ID of the parent stage in the GUID format. |
| nextStage | String | No | Specify the ID of the next stage in the GUID format. |