====== Workflows ====== ===== PHP Process virtual machine ===== * [[https://github.com/formapro/pvm|Git project]] * [[https://pvm-demo.forma-pro.com/|Examples page]] * [[create-graph|Example: Create a graph PNG from the process]] ==== get_values / get_objects ==== As opposed to this [[|ttps://pvm-demo.forma-pro.com/demo/store-to-fileexample]], this library needs to be included like this: use function Formapro\Values\get_values; use function Formapro\Values\get_objects; // instead of: // use function Makasim\Values\get_values;