Skip to main content

Actions

WFBs that perform an action.

NameDescription ParametersResult
Play AudioPlays audio specified by URL upon reaching actionURL: Path of the audio file, For example: https://samplelib.com/lib/preview/mp3/sample-3s.mp3N/A
Run WorkflowRunning a different workflow inside the current running one, with the option of waiting for the nested workflow to finish
  • Workflow: The workflow you want to run
  • Wait for the workflow to finish: Checkmark for whether you want to pause the workflow until the nested called one is finished
  • Execute in service: Should be turned on if the workflow won't take a long amount of time or data to finish. If left off, then a worker is used instead. A worker is much faster as compared to the service
  • N/A
    REST CallSending a REST request (Get, Post, Delete, etc)
  • Method: None, Get, Post, Put, Update, Delete, or Options
  • User service URL: Use the service url
  • SSL: Secure Sockets Layer checkbox
  • Address
  • Port: The API port, only change this if the API doesn't use default HTTP/HTTPS ports
  • Path: The path which comes after this address
  • Parameters: The values passed to the API endpoint
  • Header: The values attached to the header
  • Authorization: If the API needs login
  • Body: The type of content to request
  • Returns a current parameter
    Show MessageShows a message box pop up
  • Title: Title displayed at the top of the message box
  • Message: Message contained in the message box
  • N/A
    Show DialogShows a dialog box pop up
  • Title: Title displayed at the top of the dialog box
  • Type: Layout or Template
  • Internal URL (Layout): The page displayed Template
  • (Template): The template displayed
  • Buttons: The buttons displayed, OK, Cancel, OK and Cancel, or None
  • Workflow to be executed when closing with OK
  • Returns a current parameter
    Execute ScriptExecute a typescript code that has 3 default methods (constructor, run, stop), you can add more as you need. You can import the system libraryUse 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 possibleReturns a current parameter
    Leave the Dialog openPrevents the dialog from closing, used in the case of errorsN/AN/A
    Close DialogCloses the dialog option, used in the case of errorsClose with: Choose the button to close the dialog. OK, or CancelN/A
    Send NotificationShows a notification box in the bottom right corner
  • Message Type: Success, Warning, Error, and Information
  • Title: Title of the notification
  • Message: Message of the notification
  • N/A
    Close DropdownCloses dropdownElement: Dropdown to closeN/A
    Open DropdownUnfolds dropdownElement: Dropdown element to openN/A
    Use StylesSet specific styles to an element
  • Style reference: Reference to a predefined style
  • General: Allows the user to edit general elements styles (Visibility, Editability)
  • Content: Changing element’s content styles (Text, Dimensions, Margins, etc.)
  • Decorations: Change decoration styling (Background color, bold, etc.)
  • Advanced: Change element’s positioning styles
  • N/A
    Convert to ImageConverts an element to a png file, and stores it in a blob in the database or bound to an image control
  • Element: Element to be converted to png
  • Auto Save: Instant download of created image
  • Formula: Name of the file to download when Auto Save is enabled
  • Returns a current parameter with the Base64 URL of the image
    DownloadDownload a file from a media source
  • UseMediaSource: Select the desired media source
  • Resource: File resource
  • Auto Save: Save automatically
  • Filename: Name of the file which will be saved if Auto Save is enabled
  • N/A
    Undo StylesRemove styles from an elementElement: Element which styles will be removedN/A
    DelaySleeps a specified amount (in ms)Delay in ms: Amount of milliseconds to sleepN/A
    LoginDisplays a login popup
  • Name: Login name
  • Password: Login password
  • Code: The MFA code, only used in case MFA is selected in the settings
  • Security Provider: Security provider of the login
  • N/A
    Link ExternalN/ASecurity ProviderN/A
    LogoutLogout of the currently logged in userN/AN/A
    Show WizardOpen the WFB WizardWizard: Wizard from Settings – Data – Workflow – WizardN/A