What’s next?

Tutorials

Finished the Quick Start tutorial? Great! Now, decide what you want to dive into next. You can create a simple “Hello, world” message approval workflow using BPMN or go for a sequential approval flow with a finite state machine. Want more? Customize a rich CRUD interface for data entry or build an interactive dashboard. Finally, explore deployment options.

Documentation

Viewflow integrates several third-party components to create a robust workflow management system. To make the most of it, dive into the documentation for these components:

  • The official Django documentation website
  • The documentation for Google Material Components Web
  • The documentation for Plotly.

Cookbook

Looking to customize your Viewflow app? The Viewflow cookbook is your go-to resource. It’s packed with code samples and recipes for adding new features or tweaking existing ones. Topics include:

  • Customizing the look of forms and widgets
  • Implementing custom authentication and authorization
  • Integrating third-party tools and libraries
  • Building more complex workflows with conditional logic and subprocesses
  • Extending dashboards with custom reports and charts

Each recipe explains what it does, how it works, and why you might use it. The code samples are clear and well-documented, making it an excellent way to learn new Django and Viewflow concepts.

https://github.com/viewflow/cookbook

Articles