-
Recently active
Hello, I have a process model which has 2 message listerner events. Both of them have different data being passed to them through two different processes (call them, Process A and Process B) and these processes are started using a!startProcess() from an interface. Process A and Process B are started from two different buttons respectively. Since there are two message events and they are configured as Process to Process listeners, both of them get triggered even if one of them has the actual data. Due to this, I am receiving "Error in Process" errors every time either of the two buttons are clicked. It doesn't affect the functionality but I want to resolve those error alerts. Any way to fix this?
Hi, Is there any Notification (bell) functionality is available in Appian. I am implementing a interface where I have to show all recent (only new comment's) count group wise. Please suggest the best way to implement this functionality.
Hi, I am a beginner to Appian . I am using "Docx from Dynamic template" smart service to read form data (includes images as well) and generate a document. Can anyone please help me with the document template sample and xml data model!? I have also tried MSword 2007 doc from template , pdf docx from template smart services but images were not embedding in the document. Document ID was populating instead of images. Any solution to this issue? Thanks.
Hi, I have to implement @mention tag functionality in appian inside Paragraph field. example : If I type @a inside Paragraph field then it will be show all the "a" name user from that group user list inside Paragraph field. Please suggest the best way to implement this functionality.
Hi, I have two forms. The second form is actually a replica of first one except an additional radio button for approval or denial. And also it is read only fields. I wan to configure the whole process. 1. I have one start form with the first Form. 2. How to configure second step to include the 2nd Form and write to DB. 3. The 2nd Form is getting read only data by using a query entity fileterd based on ID filter. Could someone please make it easier for me the whole process and configuration? What are the smart services needed? Thanks Faisal
HI, The appian health check was scheduled on specific day in non prod environment but it has not run and stopped at a node with the following error "The number of tasks per node for 'Wait' would exceed the limit of 1000". please suggest me how to run the health check in non prod or how to overcome the above issue.
why sites cant be configured with not more than five pages
Hello, I have a script task which retrieves first name and email id from the database as list of dictionaries. I want to pass it to the start process smart service as process parameters, so that it gets passed to send email smart service which is in another process model. I had selected "Run one instance for each item in <process variable name which stores the list of dictionaries>" thinking that it would iterate through all dictionaries, but it didn't work. It gives the error : "Argument input to Start Process Smart Service must be a dictionary" Thank you.
As the community is growing, do we have a site or a placeholder where we can see the number of associate developers, senior developers or lead developers we have have in our community and may be we can get a list of them. Which would enable us to reach out to them as per the expertise required for the upcoming projects.
Hi Community, How to add 'n' number of days(excluding weekends and holidays) to a given date? We have defined holidays in Database. I know it is possible to define a Process Calendar with a list of non-working days and then use it in caladddays() function to achieve this outcome. As process calendars are not exportable and needs to be created in each environment separately, we are not considering this option at the moment. Having said that is there any alternative way to achieve this result? Thanks, Arun
Is there any way to disable default Appian task reassign feature when you click on task with process task link?
I was trying in an expression rule from a processId to get the data that is inside the process variable, that is inside the process model.It is possible?
Hi, I want to create a document like an invoice for shoppingcart listing all the items ordered alongwith theirdetails(photo, price, name, discount) in a formof a grid(table). If table format is not possible,could you suggect any other way i can include the data?
If we post on the forum will it ever actually be seen by Appian Engineering? Also it would be great if there was a single location to view all the requests that have been submitted. I would love to vote on stuff to help Appian see the things that would add the most value.
Hi I'm using the AppianSelenium API framework in Eclipse.On one of my web pages, I need to upload a document.I use the code below to click the upload button (Called UPLOAD):fixture.clickOnButton("UPLOAD"); ... and a Windows dialog box appears allowing me to navigate to the document I want. Question: How do I interact with the Windows dialog box so the automation can find the file I want to upload? Thanks
Hi everyone, in Maven setup(settings.xml) , is maven_API_key the same as the Appian API created under admin console ? Thanks in advance.
Hello Appian Community, Hope you are doing fine! I am new in Appian and I am managed to install Appian 21.2 HA Distributed environment in RedHat RHEL 8.4, so far all the installation steps were successfully completed, the Apache with Mod_JK is successfully working and I can access to the login page of the Administration Console (https://appian.mydomain.com/suite/admin) without any problem. But if I try to login using the username and password specified in the passwords.properties I got always a 401 Unauthorized in all the login pages (admin and suite base). I dig into the logs but there is no information neither error. I have 3 servers with all the services running (services, data-server, search-server, tomcat) and no information about the authentication. After the first start, the file passwords.properties is removed (as expected), so all should be working fine, isn't it? I reinstall already 3 times, tried to encrypt the password using the configure.sh script but so far I alw
Hello Appian Community, Hope you are doing fine! I am new in Appian and I am installing an Appian 21.2 HA Distributed environment in RedHat RHEL 8.4, so far all the installation steps were successfully completed but I am stuck in the Validation step. This is my configuration: Running as user Appian. Created a new environment called dev. Environment variables: APPIAN_HOME=/opt/appian/appian JAVA_HOME=/opt/appian/appian/java PATH=/opt/appian/.local/bin:/opt/appian/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/opt/appian/appian/java/bin Then my configuration files located in /opt/appian/appian/conf (I just modified the following files): appian-topology.xml.dev
Can anyone help me to create a process model which runs everyday if the month is jan or apr or jul or oct with the timer. Thanks
I have active L1 certification under old certification flow and now planning to appear for the next level. So as per the new ones, can I appear for Senior Developer directly or I need to go for Associate Developer certification?
Hi All, In MySQL/MariaDB, we have an option to default the column value while creating a table(For Example createdBy: System; createdOn: CURRENT_TIMESTAMP). In Appian, if we set those values to NULL and pass them to DB, those default values get initialized and stored in the appropriate table. This works fine in MySQL and MariaDB However, Whilst tries the same in SQL Server, I don't see that the default values get triggered and stored into the fields. Should I add anything else for SQL Server DB? Did anyone face this issue before? Note: I don't want to set the values in Appian and store them in DB. Instead, I need to handle it DB end. Thanks in advance.
Good morning, We have an interface in which we are using! DocumentAndFolderBrowserFieldColumns to paint a hierarchy of documents, the problem is that we are trying to obtain the path to display it as text in the following way, if we have the following selected we would have to obtain something like this: "TST_Documentos_Texto_Con… / Prueba2/ Prueba1" Has anyone had the same problem? A greeting and thanks in advance.
Hi, I need to convert the hex data stored in database to image. I am aware about base64 to image. Please suggest some points to convert hex code to base64. I tried the function hex2base64, but is returning null value. Note: Hex data is 65K chacracters long Thanks
Users has the access to multiple application over the Appian cloud server ,but we want to capture last login of a user to particular application
Hi All, i am working on some integration and need to download document. In previous version of Appian "http file download" smart service were available and now it has been deprecate. Kindly suggest me here. Regards, Vikram Kumar Singh
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.