Please refer to the Kuali Build documentation directly for workflow information:
Building a Workflow:
What steps can be added to a Workflow?
Approval - approval or rejection of a course, program, form, etc. Approvals typically pause all other steps in a workflow until a decision has beed made.
Task - Allows you to assign a user to a specific task in the workflow, which means they will be asked to complete a task in or out of the system when the workflow step reaches the assigned user.
Acknowledge - allows a user or role to acknowledge a form's submission. Unlike an approval, an acknowledgment does not pause the workflow until the submission has been reviewed. The workflow process will continue with any subsequent steps. For this reason, an acknowledged step cannot be at the end after approval stops since the document will go to complete and null out any remaining acknowledgment stops.
Notification - a configurable email sent to a selected user
Branch - proposal routing based off conditions from the form
Integration - allows you to select from a list of pre-configured integrations if any were created during implementation.
...