Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |