-
Recently active
Hi all, I am writing with regards to an issue that we have found while upgrading from Appian 22.4 to Appian 24.3 in both the Dev and Test environments.We followed the procedure described in the documentation and found no issues during the upgrade process. However, when starting the Appian engines, we noticed the 3 analytics engines and the 3 execution engines were in CRASHLOOPBACKOFF state. The other engines were in RUNNING state as expected. We resolved the issue running the recovery script with these parameters: ./recovery.sh -p <password> -s <failing_engines> -ni Then, the engines started correctly, and all the servers started up fine as well. However, the exiting process instances had disappeared from the Appian design view. Is there any way to refine the parameters used in the recovery script or another solution to recover the engines in CRASHLOOPBACKOFF state? As the same issue has happened in the Dev and Test environments we are concerned that it could happe
Hi All, I'm trying to get my automation tests to run in headless mode. <cucumber.appian.version>23.3</cucumber.appian.version> There's a section in the custom.properties to specify Chrome options #Use comma separated values ex: username=appian,accessKey=,browserName=Safari,platform=mySecretAccessKeycOS 10.13,version=11.1,name=My Safari Test#These two chromeOptions capabilities profile.default_content_settings.popups=0) and safebrowsing.enabled=true are hard coded capabilities.#You'll need to set chromeOptions to blank to override those capabilities.chrome.capabilities= 1.Has anyone had luck using above? If yes can you please share sample? 2.I've tried to setproperty,didn't work I see that setting capabilities,options and driver initialization is done in BaseFixture class. Has anyone tried to successfully override the method? Thanks!
Hi I am uploading documents while raising request after submitting the request the documents which i uploaded is showing in different order means the doc was not showing according to the order i uploaded there was query rule which was showing documents by extracting from DB the query rule itself returning document details in different order like below there was no sort defined in query rule too kindly provide your thoughts on the same logic in query rule
I am currently practicing the Appian learning. As a part of "Design Record Types: Model and Configure Your Data in "Build an Application - Step 5" ". In learning document is as follows : In community application practice environment is as follows : I can't find "Generate Event Record Types" button on click of "Events". There are no missing precedents. anyone facing same issue from page 17 of step 5 in learning document?
Hi Experts, I'm trying to add validation on my Appian Portal Page which doesn't support Regex Functions and hence I have created a Web API which is validating weather entered IP is valid or not and calling it on the UI using an Integration Object, when I test the API using Postman, I receive the correct response. However, when I use Appian's Integration Object to call the same API, the response body comes back without any value. Valid Test Value: "1.1.1.1" Postman Response: { "ipInfo": true } Appian Response: HTTP/1.1 200 200 Date: Thu, 02 Jan 2025 13:43:42 GMT Content-Type: text/html;charset=UTF-8 Connection: keep-alive Server: Apache Strict-Transport-Security: max-age=31536000; includeSubdomains; preload Cache-Control: private X-Trace-Id: a1956c41e9dd44f6226e475d8d145803 Referrer-Policy: strict-origin-when-cross-origin X-Frame-Options: SAMEORIGIN Content-Security-Policy-Report-Only: style-src 'unsafe-inline' 'self' https://web-as
I'm not able to receive mails sent from send email service to my outlook .I don't see any errors as well . can someone please help.
Map mailList of Text String - 3 items "test@gmail.com:1"(Text) "test2@gmail.com:3"(Text) "test3@gmail.com:3"(Text) period"01/2024"(Text) Map mail "test4@gmail.com:4"(Text) period"01/2024"(Text) above is the result of expression rule i want to remove mail and make value like test@gmail.com as key and numbers that are after : as value and leave period as is Map "test@gmail.com:1"(Text) "test@gmail.com:1"(Text) "test@gmail.com:1"(Text) period"01/2024"(Text) can i get result as this
a!gridLayout( labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "Reference Number"), a!gridLayoutHeaderCell(label: "SiteID"), a!gridLayoutHeaderCell(label: "Activity"), a!gridLayoutHeaderCell(label: "Structure Type"), a!flatten(a!forEach( items: local!TaskParagraphCDT.TaskName, expression: { /*a!gridLayoutHeaderCell(label: fv!item & " Status"),*/ a!gridLayoutHeaderCell(label: fv!item), } )), a!gridLayoutHeaderCell(label: "Rule"), }, columnConfigs: {
In what scenario i can go for MNI?how to configure it??could anyone help me out on understanding it clearly.
I have changed authentication type to OpenID connect in Connected system. when I'm trying to deploy it to other environment I don't see any keys to change in Property file .Can someone please help .can I deploy it directly without property file?
I am trying to understand when the appian save data type should be used, reading the documentation I do not see a clear example of use. Can someone tell me if they use it and when? This is the associated documentation https://docs.appian.com/suite/help/24.4/using_interfaces_in_appian.html#creating-reusable-custom-components docs.appian.com/.../Appian_Data_Types.html
Hi Team, I am trying to setup the RPA , and the agent icon colour appears GRAY and in the logs I am getting "java.net.UnknownHostException" Can anyone please suggest. Thanks
i have this query to run in database table to export some data,but its throwing an error like this: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'LIMIT 0, 25' at line 45 below is the query: SELECT DISTINCT ITS_MATTER_NUMBER, REQUEST_DATE, REQUEST_TYPE, REQUEST_STATUS, CUSTODIAN_NAME, CUSTODIAN_WWID, JNJ_MATTER_NAME, JNJ_MATTER_NUMBER, COLLECTION_VENDOR, RECEIVER FROM ( SELECT DISTINCT ITS_MATTER_NO AS ITS_MATTER_NUMBER, TO_CHAR(CREATE_DATE,'MM/DD/YYYY') AS REQUEST_DATE, REQUEST_TYPE, CFA_DM_ED_REQUEST_HDR.STATUS AS REQUEST_STATUS, CUSTODIAN_NAME, CUSTODIAN_WWID, JNJ_MATTER_NAME, JNJ_MATTER_NO AS JNJ_MATTER_NUMBER, CFA_DM_ED_COLL_VENDOR.COMPANY AS COLLECTION_VENDOR, CFA_DM_ED_PROD_RECEIVER.COMPANY AS RECEIVER FROM CFA_DM_ED_REQUEST_HDR LEFT OUTER JOIN CFA_DM_ED_PROD_RECEIVER ON CFA_DM_ED_REQUEST_HDR.REQUEST_ID = CFA_DM_ED_PROD_RECEIVER.REQUEST_ID_FK LEFT OUTER JOIN CFA_DM_ED_COL
I have requirement to show a specific page of a document in the document viewer component. Is there a way in Appian to achieve this?
Appian Community Team, I have a Site which 5 Interfaces in it. Please see below screenshot for reference. If I want to add KPI, where should I add it? Is it to all individual interfaces or should that be added onto the Site Page? If its on the Site page, can you guide me here please. I am new to Appian and I am open for suggestions here. Regards, Mahesh
I would like to know if it is possible to add a plugin to the Appian Community Edition.If it is, could you please guide me on how to import a plugin into the Appian Community Edition environment?
Appian Community Team, On the Appian Home Page, I see Reports in the Menu. Can you please fill me in with details on what that is for? How I can have some of my Site Reports appear under Home Page Reports Section? I am new to Appian, I have developed a Report in Interface using PieChartField, can I have that Interface appear under Home Page Reports Section? I have provided screenshot for what I am referring to on the Home Page. Regards, Mahesh
I have 3 records having one to many relationship Timesheet(ID,IS_ACTIVE), Audit(ID,TIMESHEET_ID,IS_ACTIVE) and Comments(ID,AUDIT_ID,TIMESHEET_ID). When I tried to use single write records smart service, I am not able to populate value for TIMESHEET_ID column value in "Comments" table. Is it expected or do we have any other way to handle this?
Hi All,Please help me setup process model to update the value of few fields of table through pm: 1. I have to update the value of is Read by clicking on envelope icon from false to true and vice versa and update read on as well 2. similarly by clicking on star icon I want to update value of is archive from false to true and vice versa 3. similarly by clicking on cross icon I want to update the value of is delete from false to true and vice versa and update deletedon and deleted by as wellPlease help me achieve this, Thanks
I conducted a test where I copied a tab character from Notepad and pasted it into an Appian text field. Appian recognizes the tab character as a special character rather than treating it as empty spaces. How can I configure or validate this so that Appian treats tab characters as empty spaces? Any insight would be appreciated.
While looking into the Dependents and precedents we found out that the issue was due to USER record type which is available by default in all environments. Has anyone faced similar scenario and how to work around it to successfully deploy the application from DEV to TEST ? FYI: 1. we have updated the instance version to latest release and also updated the User Record Type to latest version. 2. The missing precedent is the User record type fin the SS.
I have got a input string like "[key1:value1,key2:value2]", how to get the value by key?
I am currently working on integrating Appian with an external system by exposing Appian RecordType data through a Web API. However, I am running into an issue because the Community Edition does not provide access to the Admin Console, and without access, I cannot generate an API key needed for authenticating my API requests.Is there any way to achieve this ?
I'm having an issue where the browser data loss popup shows up when I click on a a!safelink from a form. The link is configured to open a mailto window in a new tab, so no data loss should be occurring. I'm wondering if there is a way to disable this popup somehow, my assumption is no, but I wanted to check here and see if anyone had any suggestions.
Hi Everyone, I would like to add the rich text for the headers of the a!gridlayout. Can you suggest some approaches on how to achieve this? attaching the snip.
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.