-
Recently active
Hi, My use case is this: - We have set automatic deletion for process 4 days fater its termination - If users report some issue, we archived process involved using Process Management Utilities plugin, just to be sure that we dont lose all the data about what user did, services responses, and so on. We are assuming that archives process remains there until we manually remove them when issue get solved. - To see all the info about process execution on a better view, our idea is unarchive the process using the aforementioned plugin My question is, ¿once we get a process unarchived will Appian remove it if its retention period is expired? In my case, ¿will Appian remove the unarchived process when the 4 days period is over? ¿What happen if we unarchived a process after the 4 days period? Regards
Hi I'm using document extraction and document Reconcile document extraction smart service to process the invoices. The document extraction is successfully getting completed but in the Reconcile smart service document is shown as broken. The document contains invoice information and invoice item details. Another thing, invoice items is a table and it failed to get extracted? Can't find the reason? Please let me know if anyone came across similar kind of problem. Kind Regards Rahul Gundu
Hi, we have a process with 2 tasks. When the first task has been completed, there is a subprocess that elaborate different script and, simultaneously, second task has been opened in chaining. Second task is used to preverse chaining in the process, meanwhile the activities of subprocess are on working. Until the subprocess has not been completed, if user click on submit button, task has been generated, This is simple example: Sometimes, after completed the second task (without subprocess completed), system regenerate the task with SUBMITTED Status and user cannot retrieve it in the task list. Do you encounter this problem? Is there a way to solve it? Thanks in advance. Regards, Juri Monti
How to generate a dynamic docx template from images with description appended adjacent to it
I have a requirement to run a process once scanning a QR code. How Can I achieve this? Please suggest some solutions.
I'm facing an error while triggering a process from an email. Once it is triggered I have tried below two things basically 1. Extracting Data from Document 2. Move document to particular folder And user is guest since i am triggering from an email. Any insights or guidance on resolving this would be much appreciated
I have a case where i need to delete 1million documents from appian. so what I did is querying the appian doc ids from the DB and checking whether the appian has this document and proceeding with deletion. for this i planned 2 approaches: 1. using a rule querying the doc ids from db. then, I will make an intersection with doc folder (getting list of doc ids in this folder) and doc id list to confirm those ids are in Appian and proceed with deletion. 2.adding a script task before deletion to whether doc is present in appian or not using isObjectexists then proceed with deletion(currently my environment has only delete single doc at one time) which will be best solution and pros and cons of it or is there any other ways . I'm new to Appian can anyone help me this ?Thanks in advance
Can anyone brief about attended and unattended node?I'm bit confused of both
Hi Community ,I want to send email on the basis of Two Constants. 1. Constant Type is of User2. Constant Type is of Email. ( bcz it is a Group Email for e.g. Support Group)How to write expression on Email Node in Process Model for this.Please help me on this.Many Thanks !Regards,Abdus Samad
I have a process model in which I'm using a start process. Problem: The process model inside start process is working fine but the main process which uses start process have few problems: 1) Even though latest version is published by me but this PM is still running on draft version 2) Error: in many PM I saw that the PM's latest version is published but it is running on an older version.Please provide a solution Thanks in advance
Hello, I have an issue with a record action process model that sends a message to another process model to raise an exception on a user task.This was working previously, but seems not to send the message anymore.I have checked the following to find a solution: The record action is correctly picking out the correct process id to send the message.Copy and pasting the "get process id" and "send message" nodes to a sandbox test process model correctly sends the message and throws the exception on user task.Here are the set-ups for the send and receive messages:
Hi, I am saving candidate details and interview details of that candidate into DB and using write to multiple data store entity. here TA will schedule a round and task assigned to L1 interviewer, likewise, L2 and L3 but the issue is after every user interaction, a new row in the database. I am using multiple data store entity . For both the candidate and interview CDT primary key is set and it is autoincrement. Please suggest if I am doing anything wrong.
I have been stuck here for days . i want to write to a data store entity using process model , but i am getting this error. i don't really understand what do they mean " The list of records to be saved must not contain a null" what records? i filled all the fields in the form and also the fields can be null , except the ID field.
Hello Everyone, I have a requirement that using multiple templates based on the codes. 2.These docs to store to the table (Cust Doc). 3.Using one MS Word 2007 Doc from Template, is it possible to generate all the Docs? Like using refId/code which is shown in the picture. Thanks is advance and your replies are appreciated.
Hello all - I have a process model, where the first task is to call the database for a view (image1). This view has a unique column that is saved to a CDT with other columns (roleid and rest of columns). I save the output of the query database results to an array variable that has the view CDT. My next task would be to iterate through the array variable to update the table that matches the roleid. How can I loop through each array with roleid from the variable and match it to the table roleid? I don't think using a Query Database with the following is correct as the variable propert doesn't seem accessible. Thank you for your help.
Hii I have created SQL query rule based on filter and integrated in process Model and there i have called export to excel SQL smart service when I am downloading on the basis of filter it is working but only small letter value is working capital letter value is not working when I am downloading the report through export to excel. How we can get on the basis of capital letter. What I need to do in SQL query.
I am trying to implement send e-mail activity. The instance is working fine with no exception or error but I haven't received any mail.
I'm trying what should be a very simple task ... and I can't get it working! I've created a Related Action to update a record - just used the automatic creation tool that built me an interface and a process. In my user interface, if I include the related actions dropdown on the record view, this update works perfectly. The interface shows all the fields and allows me to update and hit Save. Perfect. But now instead of using that interface from the related action dropdown, i'd like to place it in a view so that it shows as a toolbar menu item across the top toolbar. But now, when I hit Save on that interface, nothing happens. It's like it's not calling the process at all. Here's my related action and my view - what am I missing?
I am querying data and getting all the desired data from DB. And Ids are one of them.Now I need to move these data from expression rule to process model after doing required changes in the rule. These Ids are like {123456, 345789, 567890, 120078}. I stored them in map like map(id: {123456, 345789, 567890,120078}). But when I am trying to extract these Ids from the map using indexing and use with a process varible, which is an integer type with multiple checked, to store data, it is storing like {123,456; 345,789; 567,890; 120,078}. Kindly help me to get my Ids as they are without these unnecessary commas
Hi is there any way to download document file directly from Process Model by just initiating the process without any link
I am getting this error while executing PM to generate PDF from docx how can i resolve this ? error : Reference is not allowed in prolog.
I am using a script task to use a expression rule. Saving the value to use further in process model. But getting the error: "There was an error in an expression in encryption at Output Expressions : Neither variable(s) nor rule(s) found: expression". I am facing the error today only, before that it was fine.
Hi all, I have created an Appian web API that insert record on our server using Appian tables, this API is consumed by SAP to insert data.And it saves data ,but when an error occurs, how we can provide information about the specific input field where the error occured and give a customised error message to the end user.We need help and support from the Appian team to provide a detailed and customized error message for a webapi. Hope anyone can help us on this scenario?
HI Appian team, I need help from you to show custom error message in a web api, i have asked the same question 4 months ago, in that i got a suggestion that to create an expression rule and validate the api using that ,but where i can use expression rule in an API, Please find the code attached to understand webapi code and expression rule i created. How can i call the expression rule within webapi to validate API for errors,Is anyone have done similar requirement ,if yes please post code snippet for us. thanks a!startProcess( processModel: cons!PF_Create_Request_WithChanges, processParameters: a!fromJson( http!request.body) , onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( fv!processInfo ) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader(name: "Content-Type", value: "application/json")
I m getting error in Execution log . Script ran successfully but in execution log getting errro message. pasted below.Thank you in advance.
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.