InputGUI Tutorial
In this tutorial, you will create different InputGUI configurations of a Pulse generic task. The task has Python defined as an application and its script will perform three actions on files and directories: creating, copying, and deleting.
Often, input is necessary for the execution of a Pulse process. An Author can use the InputGUI to structure and design how input should be prompted to an Analyst. By creating property editors, categories, tabs, and active conditions, an Author would have a wide variety of options to design the InputGUI.
- Pulse Library file of File Admin generic task.
- Demo folder, InputGUI _Files, which includes dummy files and directories to perform the actions.
Structure Input Variables with Categories
Structure Input Variables with Property Editors and Tabs
Define an Active Condition on Property Editors
Based on a variable value, define an active condition on property editors to control the shown inputs.