-
Recently active
We have 4 query database smart service nodes in the process model which we are triggering through interface using a!startProcess() based on selected action like add,update and move but business want us to show real time error in the interface if any node fails or process fails, how can we achieve this?
Hi Community, I'm looking for some best approaches, documentation if any for migration strategies. I would need info on below 2 scenarios: 1. Best practices/approach for migrating an application from other technology OnBase to Appian 2. Best practices/approach for migrating data in old application. Quick pointer on above is much appreciated.
hi i want to create a template and xml data model for Docx from dynamic template. how to code that. and how to create the template. can i get an idea? it should be like letter.
Recently i made some chnges in process model smart service, Because of health check report, in that we got slow smart services issues After i made changes then i want know how much of time it take to complete the process model(In the form of milli seconds(MS),where i need to find this time
Is there any way to reset the value to null when only the date or time is entered in a datetimefield? Screenshots attached 1. Enter only the date in 'Fecha entrega en mano' 2. Click on CANCELAR and confirm 3. Click on EDITAR again 4. As can be seen in the screenshot, the previously entered value is displayed by default. Appian does not reset the value to null for datetimefields. However, for fields other than datetimefields, it does reset them and previously entered values do not appear.
The Receive Message node has been configured to receive incoming emails that should trigger one of the extraction models within DocCenter. However, this is not happening. Instead, the system only stores the document uploaded or attached to the email within the folder shown in the screenshot. There is also nothing appearing in the system logs from what can be seen. It is unclear what may be missing, possibly a plug-in, as the attachments functionality within the Receive Message node has been deprecated.
We have a process in our environment which gets triggered whenever it receives an email. We have a requirement from business where they want the whole outlook email or any email sent by them to Appian which triggers the process to be stored as some document inside Appian. Without any pulgin option is there any way to achieve this?
Hi all,I am trying to open tomcat log file from system logs. But I am getting Error 403 - forbidden. Your request could not be processed. Can anyone let me know what might be the reason for this issue??TIA
We are currently using Appian Case Management Studio (CMGT) as a base application in our organization. On top of this, several separate applications have been built for different business sectors. The issue is that each of these applications appears to be using a copied version of the “My Cases” module rather than extending or reusing the core CMGT “My Cases” functionality. This has resulted in multiple duplicated implementations of essentially the same case listing and interaction layer, each diverging slightly per application. We are trying to understand the best practice for handling this pattern in Appian: How can we properly extend or customize “My Cases” functionality per application while still relying on the same base CMGT module? Is there a recommended approach for reusing the CMGT case views (e.g., configuration, overrides, or parameterized interfaces) instead of duplicating the module? What is the cleanest architecture pattern to avoid mu
Are there any upcoming Appian Dev Days? I've been to a couple in the past. One in NYC and on in Jersey.
Hi All, I am looking for best way to extract meta data of all documents that exist on an environment. This I need for migration purpose. My requirement is to store document details(document id, doc name, parent folder, kc name etc) from all over the environment. This would require traversing through each KCs and find folders and documents recursively. Has anyone faced such requirement and is there a provision for this to be done OOTB or any best way which won't hamper the environment running status. Thanks in advance!
Hi all, We recently upgraded to Appian 26.3. During regression testing using Appian Selenium API, our scripts are failing while reading grid data. The getGridContents() function is not able to read the grid label, although it is able to read the rows and columns. The same script works as expected in Appian 25.4. Has anyone else faced this issue? I would appreciate any inputs or insights. FYI, our libraries are up to date. Thanks in advance.
Okay, I have a process flow that goes like this: a person enters an interface to reassign a case, maps the emails, etc. Then they enter a synchronous subprocess that connects to an API. Depending on the validation (whether the user clicked "assign" or "reassign"), an asynchronous process runs that sends an email notifying them that the case has been reassigned. The requirement is that after this is done, the user returns to the main screen. The flow works when the email isn't involved, but when the email is, even though it's asynchronous, the activity chaining breaks. Could you help me find a solution for this, or suggest other options? Thanks!
Hi all, Seeking some help, our current Fitnesse for Appian implementation has been signing into our application via credentials entered in a SetUp wiki page - | login with username | fitnesse.user | and password | examplePassword | This works as expected and allows the automation user to sign in. I am trying to switch to using the provided configs/users.properties file to sign in with a key/value pair, however the password never ends up getting retrieved from the configs/users.properties file? # Users used for | login with username | fitnesse.user | fitnesse.user=examplePassword | login with username | fitnesse.user | As you can see, the result of our setup script is as follows (and it stops here) Site is on 25.4 using SAML, Fitnesse for Appian version 23.4 Fitnesse start.bat script is: java -jar lib/fitnesse-20230503-standalone.jar -p 8980 -e 0 -f configs/custom.properties Has anyone experienced this same problem and been able to resolve it?
How to disable all the remaining checkboxes while we select one checkbox in Editable grid ?
We are facing an issue with Process Upgrade and CDT versioning in active process instances. Context We have a process model that contains a process variable of type Comentarios. Recently, we added a new field to the Comentarios CDT. As a result: Existing/running process instances still have the process variable using an older CDT version, for example Comentarios^4. New process instances use the latest version of the Comentarios CDT. We are trying to upgrade the old running process instances to the latest process model version using the Process Upgrade approach / Upgrade Processes From Version smart service. Problem The upgrade fails because the source process instances have the process variable using Comentarios^4, while the target process model has the same process variable using the latest Comentarios CDT version. The error indicates that the process upgrade is not compatible because the CDT type/version is different. From the official Process Upgrade documentation, I understand th
How to control drone through Appian?
Expression evaluation error at function a!isNullOrEmpty parameter 1 ???null???: Invalid index: Cannot index property 'x' of type Text into type List of Variant. This error is faced by user when opening record action. This is only faced by a specific user. when I open the same request, I am not getting this error. Also in design error log only highlights the process which calls the interface. This error looks very high level and not highlighting the object name clearly. Does anyone faced any similar kind of issue? Please let me know if there is way to debug this.
My Team's Automation engineers are trying to automate the testing for the applications. They are using id for input fields to create x paths. The problem when the tab is refreshed, the ID's for the same field is being changed in the html. Can we keep any unique identifier for creating x paths?
hi team, testing the emailid's,1234567-45 testing 1234567-9ow2 doing 12 34 567- 2 2 test 12/34,567:- 2.2 tests 12345an67-92 dummy 12345-23 have to extract the id's and after extracting need to format in below format, 12345-05, 123456-06 1234567-07 could you please suggest best approch.
Hi team! I’m running into an issue with how navigation names appear in the browser tab—the tab is currently displaying the process name. Has anyone dealt with this before? I came across some older posts (3–4 years ago) describing the same issue, but I’m wondering if there have been any updates or new approaches since then. Any pointers or examples would be greatly appreciated. Thanks!
Hello I have a requirement to read text from PDF so we have used getpdftext but if the user uploads password protected PDF file , the function getpdftext is throwing the below error- Expression evaluation error at function 'getpdftext': Cannot decrypt PDF, the password is incorrect If the file is password protected, I need to by pass the flow which is going to getpdftext, So Before only I need to check if the file is password protected or NOT. Can any one please suggest how to achieve this.
Hello Everyone, I am currently working with the new gridPlusLayoutField component and noticed that the drag & drop functionality (which was working in the older gridPlusLayout) is not available anymore. In the older version, we were able to use drag interactions, but in the new GridPlus, it seems to be disabled or not supported. I wanted to check: Is there any configuration or property to enable drag & drop in gridPlusLayoutField? Or has this functionality been removed/changed in the new version? I have already checked basic configurations like readOnly and edit-related settings, but didn’t find anything specific for drag & drop. Any clarification or workaround would be really helpful. Thanks in advance!
Hi all, I have a question about process variables behavior in parallel flows and exception handling. Scenario: - The parent process has a process variable (pv!x) initialized with value = 5. - The process splits into two parallel branches. - Both branches start with pv!x = 5. Then: - Branch A continues execution, updates pv!x, and reaches the merge point. - The parent process continues and later updates pv!x = 6. - Meanwhile, Branch B is still active and waiting in a task (for example, a user input or a task with an exception flow handling an error). Question: Will Branch B see the updated value (pv!x = 6) while it is still in that task/exception state, or will it continue working with the original value (pv!x = 5) that was evaluated when the branch started? In other words: Are process variables dynamically re-evaluated for already running parallel activities, or do they keep the value from the moment the activity started? Thanks in advance!
Preface: I LOVE, LOVE, LOVE the new Test Scenarios feature within the 26.1+ interface designer - it takes my longstanding wishlist item and implements it more richly still. Nevertheless I find myself, while using it, having the following pain points / nitpicks, which I hope relevant parties might see here. (I also posted them in my a!ppIdeas feature request, FWIW.) Issues / wishlist: Ability to tell which scenario we're currently ON We are given no clue what scenario (if any) we're currently viewing, whether you look at The interface designer, the test scenario picker drop-down (which should be a bare minimum) Somewhere, we should be able to see which one we're on and/or which one was most recently selected Ability to reorder the scenarios within the "Manage Scenarios" pop-up if one is selected, give us a "move up / move down" button or something If a scenario is loaded and we click "TEST", the default values seen in t
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.