This Blueprint provides a example for creating a ticket using a form page that integrates with the Onify Hub to run a workflow. Alongside this, you'll find demonstrations on validating form fields and uploading files to the Onify Hub. This serves as a guide to harnessing the power of our new framework, Onify Helix. Enjoy and stay tuned for more!
- Onify Hub
- Onify Helix (v0.30.0 or higher)
- Copy
./hub/resources/*
to Onify Hub resources folder./resources/
- Sync resources with Git if needed
- Create a new Workflow with key
create-ticket
and setbpmnresource
tocreate-ticket.bpmn
- Copy
./helix/*
to your Onify Helix App root folder - Add to
create-ticket
page topages.yml
(see example below)
- name: create-ticket
path: /create-ticket
import: ../src/custom/pages/create-ticket.vue
- Community/forum: https://support.onify.co/discuss
- Documentation: https://support.onify.co/docs
- Support and SLA: https://support.onify.co/docs/get-support
This project is licensed under the MIT License - see the LICENSE file for details.