-
Recently active
Hi guys, I was using this "Export DSE to Excel" SS in replacement for "Export CDT to Excel" SS which is deprecated in recent version. So the problem is , they have declared CDT in the start node variable and did some changes in the script task afterwards and pass the PV as CDT in older version. But the new version is throwing error while giving the PV as CDT. Is there any way to solve this. I need help ASAP. The error message and the process model structure. Thanks in Advance. Regards, Kavya
Is there a way to disable nodes in a process model for testing purposes? At the moment I just disconnect the nodes from the process model, but Appian doesn't seem to like that. I would like to be able to do some equivalent of commenting them out, if there's anything like that.
I have a requirement to send consolidated escalation emails. One user can have multiple tasks assigned to him. But requirement is we cannot send individual escalation emails to users as its increasing their mail box volume. So Instead of default task escalation email, I need to create a consolidated email which will show/inform all the tasks assigned to a particular user if task isn't completed within 2 days. I have a task report I tried using grouping by task owner field but it isnt working , attached code image Please help me with your ideas & solutions . Thanks in Advance
Hello Everyone, PFA image of Instance of a process model which ran perfectly fine without any error. Few Details are : There are 4 parallel paths in the process Model(from top to bottom respectively). 1st run always. --> Working Fine At each run either 2nd path is traversed--> Working Fine or (3rd --> Have Issue & 4th --> Working Fine) are used. Issue: On 3rd Path, I am using the node in the red circle to store a CDT in the DB, but nothing is stored in the DB. The previous node(Expression rule) in the same path create that CDT which we want to store in DB. However if we manually open the running instance of process model & Start the encircled node by doing a right click on it, It works fine. Kindly please explain me the root cause for this & suggest what I can do to overcome this issue. Thanks, Shikhar
Hi All, I have a process Model where the value of a process variable is being updated internally like status : Success, Error, and so on . I just want to show an error message in an interface to the user if the value is different from Success.
Hi team, I am using a record on a SITE. I am calling a PM from record link. This PM has a process start from. On clicking submit, the process should end and user should be redirected back to the record list. We are using buttonWidget component with Submit as true. But, what's happening is the process is getting completed but the user is not redirected back to the record list. Instead, the form is still open on the screen. We used both chrome and internet explorer, we tried to clear the caches but nothing worked. I don't see any code issue as the process got completed successfully. Any Idea, what might be the issue?
Hello, Is there a way for a response from a webAPI to be returned in "application/csv"? I know it can return XML and JSON. But in this specific need, I need it in CSV format. Thank you.
Hi all, my requirement is to send the user details through email, for that I Created html document with my required fields and saved in html with .html extension and uploaded in choose upload document and re-scanned document but the fields are not populating and not getting any error, the below is my html code, please help me where I went wrong. Make Model
How to use user input task in-process model workflow to accept task by more than one manager (each manager have a manager for him)
I am also facing this issue but I have checked it everywhere like XSD, DB and CDT.every Every where the PK is defined in the right way, I am not getting where I went wrong, can anyone help me with this error. @Table(name="SHA_listType") @Id @GeneratedValue @Column(name="listingId", nullable=false, unique=true, columnDefinition="INT") @Column(name="propertyTypeIdFk", columnDefinition="INT") @JoinColumn(name="propertyTypeId") @Column(name="propertyName", columnDefinition="VARCHAR(255)") @Column(name="status", columnDefinition="VARCHAR(255)") @Column(name="propertyDescription", columnDefinition="VARCHAR(255)") @Column(name="floorPlanName", columnDefinition="VARCHAR(255)") @Colu
One of our process model is being used inside a WEB API as startProcess, Some external System has hit the Web API 50k times & that particular process model & its sub processes has started 53k+ times. Due to this the Appian Server & the other process are not running . Monitoring tab is also not accessible. What is the easiest way to delete all this 50K instances so that the server can work properly
Hi All, I Am getting Error in Complete Task Node. "Failed to complete task. Task ID: 1231. Username: UserName" I am passing Task Id of Assigned Task (tp!id), Task is Assigned to me and Assignment of Complete Task is also me.
Hi, I have uploaded an image using "Document" object under the folder "AT_Images" Now, I have created an HTML template which I am using to send an email using Send Email smart service. When I use below code in the .html template document, there were no image in the actual email which I have received. <img src="AT_Images\companylogo.jpg"></img> Can some throw some idea on this.
I created a word template to be used in process model, in this template I had a chart, I'm able to replace the labels of the chart. But I'm not able to pass the data of the chart, can someone help how to export the data of the chart in the word template? Thanks
I Create a Process Model that will get all the user email address has exceed in the expiration date on the database and it will send an Email to the user that the Email they registered is already expired. I have 2 sample data of the user , my loop is working but the it will back in the 1st data. Please anyone help me how to get the second data in the loop inside the process model
After a user loging in i want do open a diferent interface based on theyr permission levels, but it goes to end node without opening any of the interfaces from the process models
Hello community, I am exploring the loop functionality of a scrip task but can't figure out how to do the following. I have a list of 6 map entries (same structure) with e.g. 4 fields and want to pass the values of the field of each map entry to a subprocess for earch entry fetching the values. I use pv!listOfMap[tp!instanceindex] to get the values. But what happens is that the script task iterates 6 times first and passing the last value of index 6, to 6 instances of the sub process. So ending with 6 instances with only the last value, instead of 1 to 6. I know I can pass the list of maps to the sub process and also pass the [tp!instanceindex] as a variable, and use the index in the sub process. But what am I doing wrong here? Kind Regards, Erik
HI, I am getting an error when I try to send emails using "Send E-Mail" service in the process model. Basically, I am an administrator at the application level and when I try to run I am not encountering the issue. Whenever any user is trying to run, they are encountering the below specified issue. I have used a constant to refer 2 different groups. The user which is running the process is part of those 2 groups. Any idea why I am getting this error.
Hi. I currently have a requirement to allow the canceling of a UI task while keeping tp!id the same. Basically the equivalent to exiting out of the window and coming back to it later. Is there a way to do this with a button labeled cancel within my PM or interface?
HI Appian, I have to pass multiple cdt values as process parameter from a webapi how can i do that? Please someone help me for this. I have attached the sample code for your reference.PF_Request and PF_REQUESTITEMDETAIL is the table which i am passing as parameter from webapi to process model as Process variables. a!startProcess( processModel: cons!PF_Create_Request_WithChanges, processParameters: { PF_Request : a!fromJson( http!request.body ), PF_REQUESTITEMDETAIL: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") }, body: a!toJson( { error: "There was an error starting the process" } ) ) ) Thanks S
my code is correct? let me know if any changes required... my requirement is - if cr_app_la_all_processs_model process model is running then don't show that add projects link if not listed process model then show the add project link can anyone let me know if am wrong
I have dynamic editable grid , i use MNI to save the rows, however it saves all rows with the first row value.
I have the following doubts: Can I bring the output parameters from the different tables or views which is added as process variable-I hope it is possible? Can I pass alias values as table input parameter like table column name is Purchase Order-but parameter name in the the JSON TEXT should be Order_Del_Number. both are same column, but I need to have the names changed. How can I link them together. What are the different ways available in Appian. Please check the below link for more details about the issue addressed before for similar query. https://community.appian.com/discussions/f/integrations/22331/web-api-that-connects-to-process-model--i-need-to-pass-input-parameter-different-and-get-a-different-output-parameter-can-anyone-help-me-out/87405#87405 Thanks Sunu Sam
Hello, I need to be able to create constant inside a process which will points to a directory. Use case is as follows: Sime kind of project is being created. User will be able to upload files to each project. But I need each project to have different folder for files. So when a user creates the project, the system automatically creates a folder for this project files inside the process which creates the project. First problem is that inside the process modeler after the folder is created there is no way to create a constant for this folder. So I can store the created folder inside the database but after that, when I upload the files, the fileUpload component accepts only constants and I don't have it. referencing the target as [Folder: 432432] from the DB does not work either. Any workaround ?
Hi, I have created the below process model and when I click on "start process for debugging" I am encountering an error "Error: attended nodes must be assigned". Can someone let me know what is an issue here.
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.