Actions
WFBs that perform an action.
Name | Description | Parameters | Result |
---|---|---|---|
Play Audio | Plays audio specified by URL upon reaching action | URL: Path of the audio file, For example: https://samplelib.com/lib/preview/mp3/sample-3s.mp3 | N/A |
Run Workflow | Running a different workflow inside the current running one, with the option of waiting for the nested workflow to finish | N/A | |
REST Call | Sending a REST request (Get, Post, Delete, etc) | Returns a current parameter | |
Show Message | Shows a message box pop up | N/A | |
Show Dialog | Shows a dialog box pop up | Returns a current parameter | |
Execute Script | Execute a typescript code that has 3 default methods (constructor, run, stop), you can add more as you need. You can import the system library | Use JObject: JObject is used for serialization and deserialization of .NET objects and JSON, it came from the Newtonsoft library. Checking this box enables the script to only work with JObject, otherwise it would work with ExpandoObjects. Using both is not possible | Returns a current parameter |
Leave the Dialog open | Prevents the dialog from closing, used in the case of errors | N/A | N/A |
Close Dialog | Closes the dialog option, used in the case of errors | Close with: Choose the button to close the dialog. OK, or Cancel | N/A |
Send Notification | Shows a notification box in the bottom right corner | N/A | |
Close Dropdown | Closes dropdown | Element: Dropdown to close | N/A |
Open Dropdown | Unfolds dropdown | Element: Dropdown element to open | N/A |
Use Styles | Set specific styles to an element | N/A | |
Convert to Image | Converts an element to a png file, and stores it in a blob in the database or bound to an image control | Returns a current parameter with the Base64 URL of the image | |
Download | Download a file from a media source | N/A | |
Undo Styles | Remove styles from an element | Element: Element which styles will be removed | N/A |
Delay | Sleeps a specified amount (in ms) | Delay in ms: Amount of milliseconds to sleep | N/A |
Login | Displays a login popup | N/A | |
Link External | N/A | Security Provider | N/A |
Logout | Logout of the currently logged in user | N/A | N/A |
Show Wizard | Open the WFB Wizard | Wizard: Wizard from Settings – Data – Workflow – Wizard | N/A |