abshammeri / pvm

Build workflows, activities, BPMN like processes, or state machines with PVM

Home Page:https://pvm.forma-pro.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Process virtual machine

The library provides tooling to build/execute/visualise workflows, BPMN like processes, or state machines.

It works like this: you build a process, create nodes and transitions, link them up. Than you can do:

  • Save process and execute later.
  • Clone and execute several processes.
  • Pause & continue execution.
  • Supports async transition. Execute tasks in parallel.
  • Supports fork-join, conditions, cycles

It is backed up by workflow nets (WF-nets) and graphs theories. Here's a good post on how Petri Nets works

Example

Examples

Developed by Forma-Pro

Forma-Pro is a full stack development company which interests also spread to open source development. Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience. Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.

If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at opensource@forma-pro.com

License

MIT

About

Build workflows, activities, BPMN like processes, or state machines with PVM

https://pvm.forma-pro.com/

License:MIT License


Languages

Language:PHP 100.0%