Receive Task (form)

Receive Task (form)

Allows people outside the company who do not have an account for the Workflow platform to update data in the middle of a Workflow. Publishes a Web form when a token arrives and awaits input to the web form. Advances the token if there is an input to the web form. The external users are notified of the web form URL by email, etc.

Configs: Common
  • mode_edit_outline Step Name
  • mode_edit_outline Note
Configs: Editing permission
  • Data Item
    • Editing permission
      • (Editable)
      • (Only display)
      • (No display)
Configs: General
  • arrow_drop_down API key *
    • Data Type: String (single line)
  • mode_edit_outline Page URL on Submit
  • Deadline
    • arrow_drop_down
      • No deadline
      • After [Token Arrival/Process Start Time]
        • expand_all (select number 1-9999)
          • arrow_drop_down [Minute(s)/Hour(s)/Day(s)/Month(s)]
      • [00:00 of (Date-type)/(Datetime-type)]
        • expand_all (select number 1-9999)
          • arrow_drop_down [(blank: Cancel designation)/Minute(s)/Hour(s)/Day(s)/Month(s)]
    • toggle_off Expression (Display the setting contents in EL expressions)

Capture

Notes

  • User/Organization-type Data Item can not be displayed on web forms
  • By specifying “Page URL on Submit” you can redirect the user to the page after submitting
  • You can set a deadline and define the flow after the deadline
  • You can restrict the accessing IP address for each Web form URL
  • The URL of the web form is displayed in the [URL (uneditable)] field on the properties screen
    • https: //(YOUR DOMAIN)/System/ReceiveTask/Form/(APP ID)/(NODE NUMBER)/(PROCES ID)/(API KEY)/view
  • The API key is specified with a String-type Data Item which is set with an initial value using a random number, etc.
  • The value of the API key can be set with halfwidth alphanumeric characters, at most 100 in length
  • You can inform the access URL using [Throwing Message Intermediate Event (Email)]
    • If you switch the display of the [URL (Uneditable)] field to [Expression], the expression that can be inserted into the setting field of the email body is displayed and can be copied to the clipboard
  • You can specify the language of the published form by adding a query parameter to the URL
    • locale=en for English, locale=ja for Japanese
    • Button names and input error messages will be displayed in the specified language
    • Some button displays follow the language settings of your OS or browser
  • Capable of setting a deadline
    • Deadline times are displayed in Process Details and Lists and can be specified as a filter condition
    • If you specify anything other than “No Deadline”, the default will be set to “1 day after” the target time such as “Token Arrival”
    • When specifying a Date-type Data Item, set it to “1 day after 00:00 of (Date-type)(24 hours later)”
      • This will behave the same as in version 16.1 and earlier, that is “If assigned to Deadline, it will work at 23:59 of the day on the relevant day”
      • If you select “Blank” in the “After days” dropdown, the operation will start at 00:00 on the specified date
    • If the calculated deadline falls on or after 2101-01-01, it will be forced to change to 2100-12-31
    • When you turn on [toggle_off Expression], the settings will be expressed in EL expressions
      • Advanced settings are also possible by editing the EL expression
        • Example:processInstanceStartDatetime.addMonths(1).getFirstTimeInMonth() (00:00 on the first day of the month following the Process Start time)
    • Capable of advancing the token when the deadline is reached

See also

Scroll to Top

Discover more from Questetra Support

Subscribe now to keep reading and get access to the full archive.

Continue reading