API Reference
The Workflow Engine API is the core interface for interacting with workflows, actors, and credits within DOVU OS.
The Workflow Engine API is the core interface for interacting with workflows, actors, and credits within DOVU OS. This reference provides detailed documentation for all endpoints, including examples and expected responses, empowering developers to integrate seamlessly into the system.
At a glance, the Workflow Engine system is driven by different actors assigned specific roles. These roles determine how users interact with workflows, such as submitting data, verifying approvals, or managing workflow blocks. Tutorials and examples will link back to their corresponding API documentation for easy reference.
Tutorials and examples will link back to their respective section to specific API documentation.
The primary domain for DOVU OS during the developer preview period is listed below:
Within your postman environment please set the domain value to be the address above.
if you would like to start testing with the API, without reading the documentation further, you can do so through the postman link below.
Workflow Blueprint Mangement
How to publish, and manage workflow instances, including searching for existing workflows.
Workflow Instance Processing
Process workflow instances, and related block, such as pushing data or approval steps using specific actors with roles.
Actor Registration and Roles
How to register users, assign roles, and connect them to specific workflows.
Credit Query System
How to query the credit warehouse to find specific credits using advanced filtering options.
Audit Trails
How to retrieve comprehensive audit trails for processed workflows, ensuring traceability and compliance.
Schema and Data Validation
How to discover workflow-related schemas and validate submitted data against predefined rules.
Last updated