Frequently asked questions (FAQ)
Welcome to the FAQ section! Here you will find answers to typical questions that may come up while working with Pantarey.
Processes
How do I start a new process?
Open the “Overview” area. There you will see all available start events. Select the process you need and follow the instructions.
Why don’t I see any processes to start?
Possible reasons:
- No start event has been published yet.
- You do not have permission for specific processes.
Tip: Contact your administrator if you need access.
Data management
How do I create new data structures?
Go to the “Data Designer”. There you can create new data schema, add fields, and generate forms automatically.
Can I edit existing records?
Yes. In the “Database” area you can open, modify, and save records – provided you have the necessary permissions.
What happens if I delete a data schema?
All records associated with that schema are permanently deleted.
⚠️ Caution: Double-check before deleting a schema.
Can I change attributes in a data schema later?
Yes. You can add, modify, or remove fields. Existing data remains intact as long as the changes are compatible.
How does linking between records work?
Define a field as a reference. This allows you to link, for example, an order with the corresponding customer.
Users and tasks
Where do I find my current tasks?
In the “Overview” under the “My tasks” tab. You can view, process, or complete tasks there.
Why don’t I see any tasks?
Possible causes:
- There are no open tasks.
- You do not have permission for certain tasks.
- The process has not been started yet.
Can I reassign tasks to colleagues?
No. Tasks are assigned directly to a person or group. Talk to your administrator if tasks need to be redistributed.
How will I know when a new task is assigned?
Pantarey can send automatic email notifications when new tasks are assigned – depending on the process configuration.
Can I complete multiple tasks at once?
Yes. If tasks are grouped (e.g., several vacation requests), you can perform bulk actions.
Permissions & roles
Why can’t I see certain data or processes?
You probably lack the required permissions. Pantarey only shows content when you have the corresponding roles or group rights.
How can I grant permissions to someone else?
Only administrators can assign permissions. Management is handled in the “Administration” area.
What is the difference between roles and groups?
Roles define what you are allowed to do (e.g., read data or start processes). Groups define what you are responsible for (e.g., vacation approvals).
How can I restrict permissions for a data schema?
In the Data Designer you can configure, per schema, which groups are allowed to read, write, or delete records.
Can I see who has access to what?
Yes. The user management shows roles, groups, and individual permissions per user.
Process monitoring & troubleshooting
Where can I see if a process finished successfully?
The “Process Explorer” lists all instances of a process including their status.
How do I find out why a process failed?
Failed instances are highlighted in red. Open them to see the step where the issue occurred and why.
Can I restart a failed process?
Not automatically yet. You can start the process again manually – reusing the same input if needed.
Templates
What happens when I import a template?
Pantarey automatically creates all included processes, data structures, and configurations.
Are there updates for templates?
If you enable automatic updates, new versions of a template are applied automatically.
How do I find suitable templates?
In the “Templates” area you can filter by keywords, categories, or names.
Can I create my own templates?
Not via the UI at the moment. If you regularly use similar processes, feel free to contact us.
Automation & emails
When is an email sent automatically?
Whenever a service task in the process model is configured accordingly.
Can I send emails to dynamic recipients?
Yes. Use JSONata to calculate recipients based on form inputs or data models.
What if an email is not delivered?
Check the process instance and the service task. A valid address may be missing or the mail server might have rejected the message.
Can I send attachments via email?
Yes. Files generated or uploaded during the process can be added as attachments.
How can I confirm that an email was sent?
The service task returns a response that is visible in the process execution.
Best practices & tips
How do I identify areas for process improvement?
Use the Process Explorer, analyze bottlenecks and error rates, and talk to the people involved.
How do I prevent users from entering incorrect data?
Use required fields, suitable data types, and ENUM values in the data model to avoid input errors.
Should I model processes in a simple or detailed way?
Start simple – every additional step increases complexity. You can add details later.
How can I automate recurring tasks?
Use service tasks or scheduled start events (e.g., “Send status report” every Monday morning).
Can I disable processes without deleting them?
Yes. Remove the start event or revoke the start permission. The model remains but cannot be launched.