Activity Nodes

Activity nodes are used to perform a specified task according to the functionality as defined below:

Human Task

Human Task is used to assign the task to a user or roles group.

Java Task

Java Task is used to execute any custom java functions from the uploaded java library.

Database Task

Database Task is used to execute the SQL commands like SELECT, INSERT, UPDATE and DELETE.

File Read Task

File Read Task is used to read files. There are 4 file types supported - XML, Excel, Fixed width and Delimiter.

Web Service Task

Web Service Task is used to call the SOAP Web service or REST API.

Sub Process Task

Sub Process Task is used to call another process in the same project.

File Write

File Write is used to write to a file. File types that are supported are similar as File read node task which is - XML, Excel, Fixed width and Delimiter.

Push Notification Task

Push Notification Task is used to send notification to mobile application.

Please proceed to next section for detailed explanation of each Activity Node.

Last updated