Skip to main content

Actions

WFBs that perform an action.

NameDescription ParametersResult
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
  • 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: The API 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
    Send EmailSends an email
  • Mail Server: server used for sending emails
  • At: Email recepient
  • Subject: Subject of the email
  • Text: Body of the email
  • N/A
    Send WebPushSends a Web Push Message
  • Individual Users: Send WebPush to selected users
  • Sender Email: The email of the sender
  • Header (Required): Header
  • Text: Message
  • N/A
    Execute ScriptUse 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 parameterN/A
    Create OutputUse the output template to create an output file
  • Output template: The predefined template which the output will be based on
  • Language: Language which the output will be written in
  • N/A
    Edit ImageResize an image
  • Mediasource: Source of the image
  • Image Name: Image name
  • Read Out Image Name From Status
  • New Height
  • New Width
  • Maintain aspect ratio: Scaling is preserved
  • Edit Original: A copy of the image is created when there is a change
  • Suffix for Image Copy: Suffix that is added to the image
  • N/A
    Save Into MediasourceSave as an image in the datasource
  • Media Source: Where the file will be saved
  • Filename: Name of the file under which the object is saved
  • Returns a current parameter containing the URL where the file can be found
    DelaySleeps a specified amount (in ms)Delay in ms: Amount of milliseconds to sleepN/A