What is the difference between a client service model and a server service model?
What is the difference between a client service model and a server service model?
Delete a folder
I try to delete a folder and it gives me an error. What should I do?
Referenced Panel
Is it correct that in a Referenced Panel it is not possible to modify the elements of the Panel it contains?
Client Service Model
What elements does a Client Service Model need to have at least to avoid errors in the Tab Validation?
UI - Usage of Events' flows
How can I use the three types of flows (Flow, No Flow and Cancel Flow) defined on the Events subtab?
Service Model - Exclusive gateways
How many outgoing flows can I set for an exclusive gateway in a service model?
UI iFrame Component
How can I use this component?
BPMN-Insert a subprocess
In the model palette there is no component for referencing a subprocess. How do I insert a subprocess in a model?
Entity Relationship Model - SQL
Does Appollo generate the DDL SQL to create the database?
Can we have have more than one boundary event attached to the same task?
I need to work with two kinds of boundary events. Is there a way I can have both?
Create a common header for all my user interfaces
How can I create a common header for all my user interfaces and only change the title in each one?
UI - Heading visibility
How can I establish the difference between an enabled heading and a disabled one? Visually I cannot notice the difference.
Clear values using a button
I need clear all values from components in an User Interface. Can I do this using a button?
Image in an UI page of my web application
I am designing several UI page of my web application and I would like to insert images, is it possible to do this? what do I have to do to get it?
Business Analysis: Which model types are available for Business Analysis?
Are all models of AMS available for Business Analysis?
What the Validate Button is for?
When I create a model, each of the validations is shown on the Validation tab, but I see a Validate button on this tab, what is it used for?
Service Model-Model Type
When I create a new Service Model I have to select a Model Type that can be Client or Server however once created in the General Tab/Model Subtab option Model Type shows Function or Application. What is the difference between these options?
Timer Intermediate Event
In a Timer Intermediate Event, what is the difference between Time Duration and Time Interval?
Rename a model
I'm working on a model and I want to rename it, I go to General Tab/Model Subtab and in the Name option I change the value but there is no change in the tree structure on the left. I change the name of the model in this structure and the value of the Name in the Model Subtab is not updated. What is the difference between these two Model Name options?
Two types of Timer Intermediate Event
What's the difference between Timer Intermediate Event: Boundary Non-Interrupting and Timer Intermediate Event: Catching?
BPM-It is possible to call one process from another?
It is possible to call one process from another?
Responsive configuration tab in user interface models
Hi, I want to configure responsivness in my user interface but I do not know how to do that on the Responsive Configuration tab. How does it work?
Administration / Project User Management: Only admin users are authorized to manage the users who will work in a project??
All users can give permission to another to work in a project or just the administrator? Is it necessary to logout of the project?
Import a Project will delete the existing data?
After import a project, all existing data will be override or just the models with the same name will be affected?
Allowing selection of available CSS Classes already uploaded in the Custom CSS file.
When I upload the CSS file, in Implementation Tab / Element Properties SubTab, allow to select the CSS class from a list of the available CSS Classes.
Validation Error Message for regular expression
I have specified an error message for an attribute having a regular expression. This error message is not displayed. How does this work to display the validation error message?
Links Events: must Link Catching and Link Throwing have the same label?
Is usability better when both have equal labels?
UI Tabbed Panel Visibility
I´ve noticed that visibility property in the Tabbed Panel is only defined for the entire component. It would be great if the visibility could be also configured independently for each tab.
Is there any way to make sure that all the components in a model are at the same distance from each other?
Is there any way to make sure that all the components in a model are at the same distance from each other?
Is it possible to add css to my UI page of my web application?
Is it possible to add css to my UI page of my web application?. How would it be?
Validate using a Regular Expression
Can I validate an attribute using a Regular Expression? Where can I find this option?
Import and Export Options
Can I export and import projects, models and folders?
What does it mean that sometimes a rombo is displayed in the upper right corner in various components of Business Process and Service models?
What does it mean that sometimes a rombo is displayed in the upper right corner in various components of Business Process and Service models?
Project list after user logs in
I think it would be useful to have a filter for the projects. This would allow to reduce the amount of projects to select when a user logs in.
How can I add links to the footer text?
I would like add links to a footer text, is there a way to do this?
Format for "Date" attribute
In a "Date" attribute, is it only possible to use the default format (DD.MM.YYYY) or is it possible to configure it for other formats?
No mapping is possible
I'm trying to map a submodel to a dialog unit and it gives me the following error: Can you give me some guidance?
String Attribute Format
How can I asign a specific format to a string attribute?
Effective way to copy wal logs from postgresql docker container to remote host
The situation refers to postgresql version 9.3 running inside a docker container. The docker host distro is Ubuntu Server 18.04 The configuration of log shipping is optional to the system, using a script to configure this feature. When using log shipping configuration, wal archiving is configured to force a logfile segment switch every 5 minutes to the directory /var/lib/postgresql/archive/wal/ inside the container. The directory /var/lib/postgresql/archive is mounted as a docker volume, this is
[DEMO REQUEST] Filtering data using differents criterias
I'm implementing an application where I have a list of students and I want to make a filtering by name and age. As far as I know I can make it doing this: SELECT * FROM "student" s WHERE s.name LIKE '%Mary%' AND s.age >= 18; -- I want to inject criterias by parameters from the user interface -- SELECT * FROM "student" s WHERE s.name LIKE :name AND s.age >= :age; How can I do this in Appollo? How can I inject the query paramenters? Is it possible to display the results in a list box ordered by age?
Next Page