Service Integration - Service Method: How can I add dynamic data to GET parameters?
I’m using a web service through a Service Integration model & REST Connector element. I want to consume a web service which has a dynamic parameter as a list. This is the definition of this webservice: <WebService Endpoint>/users/<id>/search?ids[]=1&ids[]=2&…&ids[]=10
Collaboration Model-Message Catching Event Is mandatory to define a Sequence flow as an Input of the Event?
According to the attached image, is it necessary to use the Sequence flow (marked in red color), even if Catch Event has a Message flow.
Service Integration - Authentication is not working for web service
I'm trying to consume a web service but it fails the authentication mechanism. In REST API Connector configuration is mentioned that an UrlConnection element is required for the Authentication property of the REST API Connector. In AUP > External Systems,
Service Integration - Service Method parameters could accept any native type of data
Hi!, I had a problem mapping attributes in the Method Parameters tab inside of a service call element. Guided by manual section (Service Method Element) I've used some parameters in brackets to be filled with business object attributes. Now, when I tried
FileUpload element - Drop Element property.
I am starting to work on the system with the FileUpload element and found that it has a new property: Drop Element. I would like to know its functionalities before starting to use it. Thanks in advance.
Service Integration - How can I add GET parameters to my REST API service call?
I'm using (consuming) a web service of a third-party platform, so I've created (as manual says) a service integration model with one service method element, which points to the web service I want to. Now, the standard used in this platform is using GET
Update submodel path automatically
Hi. I recently imported a level to my project and noticed that the mappings were broken. I assumed that the cause is that he imports it on a different level than it was developed. I wanted to ask you: is it possible to implement a functionality that allows
Functionality Continue to the next phase
Hi: If each level represents a phase of the project once a phase is finished, these resulting models should be the starting point of the subsequent phase. If this is so. Why not make a functionality that allows once a phase is finished exporting all folders
Import models from other tools
Hello, I have recently been working in appollo and I like it a lot, but I have some business process developed in Visual Paradigm that I would like to import in my Appollo project. Is it possible to import models from another tool like Visual Paradigm?
How can delete empty spaces in Mobile view
I am doing an UI Page in Appollo Modeling Studio like in the image below: When I select the Preview, I saw that in the Mobile view shows empty spaces and this not looks good. Please some tips to make the interface more beautifully and delete these unnecessary
External System Integration
Can I integrate external systems with Appollo? Which are the main steps I should follow in case for example I want to use an external Service?
Business Object Model - Error Objects How to include them on my project?
Hi, I was trying to add an Error Object from the Palette to my Business Object Model and I got this message: ` Which steps I need to follow in order to use such Error Objects? Thanks.
Administration - Export project
Is there a possibility to export a project from the domain administrator environment?
Create project from the dialog: User Projects
After authenticating with AMS, in the dialog: User Projects, there should be the possibility of creating new projects. In this way, if you want to work on a new project, it would not be necessary to go to the AMS home page and create the new project.
Can I use a template that contains attributes in a UI Page?
1. When a template is created with some attributes on the Data TAB and later is used in a UI Page using a Referenced Template, the editor shows an error informing that: The Data Tab must not have specified any attribute or business object. Can I use a template that contains attributes in a UI Page or not? Is normal this behavior?
Automapping
1 When in a Service Model I select a submodel for a UI Page element, an automapping is made between the Service attributes and the UI page attributes that can be related. But when I use a panel with attributes in a UI Page in UIM any automapping is made. I suggest that the behavior between the Panel and the UI Page should be the same that the one between the Service Model and UI Page.
Deleting folders with content
Hi. I am trying to delete a folder that contains several projects and folders and I see that the system only allows me to delete empty folders. Is it possible to delete folders with content without having to delete all the items it contains? Thanks and regards.
Clean level
Hi. A few days ago I imported a level by mistake, and I had to delete the folders and models one by one. My question is: Is it possible to clean all folders and models of a level? Regards
Button Group: Usability.
I have the following ideas to improve the usability of the Button Group component: 1. That it be possible to DnD a Button component of the palette for the ButtonGroup. This way, adding the buttons would be easier. 2. That in the same way, it be possible to separate a button from the ButtonGroup and place it in another span, in this case the separate button would become into a Button component.
Edit the ButtonGroup labels.
I think it would be easier for the user if it were possible to edit the Button labels from the Implementation Tab/Element Properties SubTab/Data Config.
Generate CRUD automatically
Hi. I am working on a project where I use a database and every time I use a new entity I have to manually do its CRUD. My question is: is there any functionality to automatically create a CRUD for an entity in ERM? And if it doesn't exist, my question would be: is there a possibility to create it? Greetings.
Create a new level
Hi. I was wondering if it is possible to create new levels in AMS? I find myself working with several colleagues on the same project and to organize our work each one worked on a different level. But a few days ago we were joined by a new partner and we wanted to create a level for him and we already ran out of available levels. Greetings.
Open multiple models on different tabs
I had this idea: The possibility of having several models opened at the same time on different TABS would make faster the way in which users navigate from one model to the other. Could be this feature added in future releases?
Is there a way to validate that the File Upload component upload a file?
I would like my File Upload component to only load a file if it meets a specific validation. Is there any way to do it?
Deploy the service models of a business process centrally.
Currently, when publishing a Business Process it is necessary to publish each of its Service Models. I believe that a fundamental characteristic that could be implemented in the future in Appollo is that when publishing the Business Process all its Services Model will be deployed.
Excel Connector
I noticed that there is a Connector on Server Service Models to handle the work with Excel Documents. How can I use this connector on a project? Is it possible to read any excel format?
Radio Button Group
Radio Button Group is one of the components of UI and working whit this component I had an idea. In the Sub Tab Elements Properties should have the property that can permit the text after or before of the component. This idea can be correct?
Can be mapped a Business Object to a component?
Are there some component in UI that can be mapped to a Business Object ?
Which is the use of ID Property
After select a CSS class for a component in Elements Properties Sub Tab appears a ID Property. How is used it?
UI Elements - Copy/Paste
Maybe it would be a good idea to add options of Copy/Paste to the UI Elements on the Editors. Mainly for Headings and Labels. What do you think?
Tabbed Panel: It is possible to change the order of the tabs?
When I go to Implementation Tab/Element Properties SubTab/Data Config and Edit TAB Panel Configuration, it is possible to change the order of the tabs already created?
Allow to add more than one CSS file.
I think it would be useful if it was possible to add more than one CSS file in the Component Tab.
BPM - Variables initialization when running a business process
I'm working on AMS with two business processes that are executed secuentially, I mean, the first process is executed and the other process is initiated by the first one through a message event. I am starting the first process on AUP and it works fine, but the second one is presenting problems during the execution. I checked the deployment on Camunda and for some reason the variables that I use on the second process are undefined, but the ones on the first process are correctly initialized. I've reviwed
How could related in a variable the information of two VO
I have a process and I need to relate in a unique variable the information that I have in two different view objects that do not have relation between them. How could I relate them?
DB Connector
I need create a DB Connector, and I need knows how funtion Filter&Ordering Tab.
How could relate a UIPage and a Dialog
I am working in a uUIPage and I have a dialog. How could I relate them?
BPM - Is it possible to assign a dynamic label to my User Tasks?
I would like to assign a dynamic label to my user tasks, with the aim of differentiating my processes in AUP.
BPMN - End Events
I'm working on a process and I noticed that the Error End Event, Message End Event and Signal End Event have Final Scripts defined. What is the difference between these and the rest of the End Events?
Import Function
Currently, in AMS, we can import a whole project. When this is done, existent models are overrided. If someone wants only to import specific models, it is needed to export them individually. But if we only have the project file, this gets more complex. My suggestion is: when importing a project file, or a folder file or level file, AMS could show a dialog that shows all models inside, including the folder structure, in order to select the models or folders we want to import. Of course we could
Is it correct to publish a Business Process Model that has a Start Event element without an output flow?
Modeling a Business Process I deleted the output flow of the Start Event element and it was possible to publish the model without any validation error. Is this correct?
Next Page