Creating custom task types

You can modify the function of human-centric processes to add additional functionality, modify business logic, or to add subprocesses that occur in the middle of a stage. For example, you can change the nature of the buttons to say Approve with comments and Approve without comments, instead of the default Approve and Reject. You can also invoke another service when the reviewer or approver completes their task.

Often, you use custom tasks to add custom buttons to the tasks assigned to participants.

There could be use cases where a custom service retrieves the final comments and sets them in a Post Assign Task activity. You could trigger a subprocess on completion of a reviewer or approver task.

// Ethnio survey code removed