Update Data
Automatically updates Business Data with the specified value or the evaluation result of the formula. Capable of updating several Data Items also in one automatic Step.
Automatically updates Business Data with the specified value or the evaluation result of the formula. Capable of updating several Data Items also in one automatic Step.
The Event is added when the actions for failures of processing Tasks are set on a Human Task and other Tasks. Token is moved forcibly to the Event when processing the Task fails.
The Event is defined when a deadline is set on a Human Task and other Task items. Token is allowed to move to the next Step in the Process when the deadline comes.
A work step that humans are in charge of. Generates an input form (Operating screen) automatically in accordance with the editing permission settings on Data Items. When the allocated operator fills out the form and finishes the Task, the token advances.Capable of setting branching by Operator’s choice upon finishing the Task, and also a deadline.
Issues a URL that awaits Webhook (HTTP request) in a specified method. Starts a new Process automatically when a Webhook is received. Capable of storing the received request body in a String-type Data Item. Also possible to return an HTTP response with Business Data inserted.
Holds the token and awaits a webhook (HTTP request) at a specific URL. Advances the token when a webhook for the specified HTTP method is received. Capable of storing the received request body in a String-type Data Item. Also possible to return an HTTP response with Business Data inserted.
Executes ECMAScript (program) on the server side and updates business data automatically. Capable for more complex processing than [Update Data] such as conditional branching and repetition processing, HTTP communication with the outside, email transmission, etc.
Uploads files specified in File Type Data Item to the specified folder of Google Drive. Capable of obtaining the file ID, the display URL, and the download URL as the response and storing them in a String type Data Item.
Starts a new process automatically by receiving an email. Capable of storing the address of the received email, subject, text body, and file attachment as Data Items.
Issues a URL that awaits an HTTP request. Starts a new Process automatically when an HTTP request is received. Capable of inserting values accepted as receive parameters to Business Data.
Of the multiple paths, the token is split and moves to all of the paths which satisfy conditions. Workflow may become parallel processing.
Of the multiple paths, the token is split and moves to all of the paths. Workflow become parallel processing.
Advances the token to the first of multiple paths that satisfies the conditional expression.
Starts a new Process at the specified time. Applies the repetition rule such as daily, weekly on Monday, or the first day of a month.
Holds a token and listens for HTTP requests at a specific URL. Receiving an HTTP request, the token advances. Capable of receiving values in parameters and overwriting business data.
Sends an email to the email address specified on To/Cc/Bcc. Also capable of embedding business data and attaching files.
Transmits an HTTP request to the destination specified in Access URL. Also capable of saving the received response to a Data Item.