DOVU Operating System
  • Welcome to DOVU OS
  • DOVU Operating System
    • The Problem
    • What is DOVU OS?
    • Core Concepts
    • Charger Protocol
    • Beyond Sustainability
  • Workflow Engine
    • The Engine
    • What to Expect Next
    • API Reference
      • Workflow Blueprints
      • Workflow Block Instance Processing
      • Actor Registration and Roles
      • Credit Warehouse Queries
      • Audit Trails
      • Schema and Data Validation
    • Tutorials and Examples
  • Template Language
    • Rationale
    • At a glance
    • Use Case: ELV Recycling
    • Language Primitives
  • DOVU Guardian Tools
    • Guardian Deployment System
    • Guardian PHP SDK
Powered by GitBook
On this page
  1. Workflow Engine

API Reference

The Workflow Engine API is the core interface for interacting with workflows, actors, and credits within DOVU OS.

PreviousWhat to Expect NextNextWorkflow Blueprints

Last updated 5 months ago

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.

Collection Web View | Postman
Logo