
Extracts process data that match the specified saved filter. Stores the extracted data list as a TSV string. The filter…

This workflow automatically posts review requests to Slack. At the time of application, a person in charge of checking is…

Retrieves data from the Quotation Process and sends an email with a list of the total number and value of…

This workflow accepts subscription applications online. The customer makes a provisional application online using the trial version ID as a…

Every morning at 8:00, campaign emails will be automatically sent to the lead 1 day, 5 days, and 10 days…

Extracts process data as a multiline TSV string from local or remote workflow platform via API. Field-Items are specified in…

As discussed previously in the article regarding reportId, there is another method that can be used to download Process and…

Download Process and Task data from Questetra BPM Suite. Introducing examples of scripts using curl command.

In this guide I would like to introduce the Questetra REST API. This is a resource with various processes and…

Extracts process data that match the specified saved filter. Stores the extracted data list as a TSV string. The filter…

Concatenates all string type data. Searches and joins string data and title strings stored as workflow data of Questetra BPM…

Extracts process data as a multi-line TSV string from date-filtered processes. Items are specified in CSV format such as “string:0,date:2,select:3”.…

Extracts process data as single-line TSV string. Items are specified in CSV format such as “0,2,3”. Tab code and line…

Lists the download URLs for the files stored as workflow data in Questetra BPM Suite. If two or more files…

Here is a script that searches for a process that matches the conditions and downloads the file attached to the…

Introducing how to access Message Start Event (HTTP) API from Python script.

Introducing how to access the Message Start Event (HTTP) API from the curl command. This allows Starting a Process from…

Questetra BPM Suite has a feature to Start a Process by an HTTP request from external systems. I will show…