Example Processes
This guide provides documentation for building different types of processes in priint:suite, aimed at helping Partners and Professional Services understand and implement them effectively.
Using Subprocesses
In priint:suite, many processes embed a Subprocess to encapsulate specific business logic or operations. This approach allows for:
- Better organization of complex workflows
- Reusability within the same process
- Easier maintenance and troubleshooting
You can find the documentation here
Using Call Activities
The Call Activity is a best-practice solution for reusing process logic across multiple workflows. Unlike embedded subprocesses, a call activity references a separate, reusable process, making it ideal for shared logic, standardized steps, or long-term maintenance. Benefits include:
- Modular design
- Easier testing and debugging
- Clear separation of responsibilities
You can find the documentation here
Customizing An Import Process
Learn how to create and configure an import process, including setting up input forms, handling uploaded files, and inserting data into the system.
You can find the documentation here
Customizing An Export Process
This guide walks you through building an export process, from defining the export folder to executing business logic that writes data to files.
You can find the documentation here
Customizing An Export Bucket Process
Explore how to build a specialized export process for bucket content. This process demonstrates how to extend export logic specifically for the content field in the Admin UI.
You can find the documentation here