-
Recently active
Hi Team, I wanted to give a link in Editable grid ,on clicking of it it will open a task, I have tried with start process link, but its is not working in editable grid. Note:Editable grid is again placed in a related action. Let me know possible ways to configure the link. Thanks
I want to generate an excel document by using "JSON To Excel Converter" in process model. Even though I am passing JSON correctly I am getting the below error error:
A task is assigned to a group.One of the user from the group accepts the task and be idle (do nothing, performs no action).After one hour the task should be reassigned back to the group.Please help here on how to acheive this?
Hi there! I am using this process. When CSv file is generated, it starts from row number 2. Can anyone please guide me how to set row 1?
I need to start a process using an email trigger. Is there any way to configure this process model using the Process Model Properties dialog? Thanks in advance.
Can we send hidden process variable data to sub process?
One of our customers has a requirement to send messages to students. Currently, we use AT&T's email-to-text feature to send these messages via email. However, AT&T is deprecating its email-to-text and text-to-email services, which means we’ll no longer be able to send or receive SMS messages using email. We're looking for alternative approaches to achieve the same functionality within or alongside Appian.Has anyone faced a similar challenge or implemented a different method for sending SMS notifications from Appian? Any guidance would be greatly appreciated.
1. Synchronous Start Process - Here, documentation says, we get the output of the process variable from child process to the parent process. 2. Activity chaining in Sync start process - Here the documentation says, Chaining through a synchronous Start Process node means the original process will wait for other process to complete before continuing. Any activity chaining in the started process is not connected to the original process, so a broken chain will not return process variables to the original process. process variable will be returned to the parent process or not?. Please clarify 3. start synchronous process using start process vs sub-process As per this, if the parent child relationship isn't followed, how we are able to get the output variable as mentioned in point 1 documentation? If the Activity chaining in the parent and child are independent, why does the parent process waits for the child to complete? As per point 2, it s
In new 24.4 we have Synchronous and Asynchronous option for Start Process smart service . Then what's the difference between Subprocess Synchronous and Asynchronous things ?
Well, how am I supposed to reference the properties of this query in another process model? It is a dictionary, however I cannot reference a dictionary in a process model, so would it be supposed to convert the query to a map or what? By the way, it contains some wierd properties like c0, c1, c2...dp0, dp1, dp2... How could I cast this dictionary into a map then? Thanks in advance
Hi All, We are getting below error in tomcat logs but unable to find out the root cause since process ID is not there. Please suggest how we can rectify this? ERROR com.appiancorp.storedprocedure.fn.ExecuteStoredProcedureFunction - Error executing stored procedure for data source [jdbc/businessds] com.appiancorp.storedprocedure.exceptions.MissingInputsException Thanks, Amita
Hi All, What is the Maximum number of nodes in Process Model? Process Models contain no more than 50 nodes (limitation from Appian side). But i heard, maximum number of nodes is 38 in latest Version.can you pls confirm and send me the link. Thanks in Advance! Thanks, Kanna.R
I'm trying to delete using a delete action inside interface using a stored procedure because I also need to delete related data from other tables. However, I'm facing an issue: the entity is successfully deleted from the database, but it still appears in Appian. I have a subprocess that runs after the stored procedure to sync all the updated tables, but the entity remains visible in Appian until I manually trigger a sync—after which it disappears as expected. Does anyone have any idea what could be causing this issue? Any insights would be greatly appreciated! here u can see the main subprocess sync : and an example of one subprocess sync:
I have a Record Type with this "Sync Expression": if( a!isNullOrEmpty(ri!idRecord), {}, a!queryRecordType( recordType: 'recordType!{5608cfad-fc67-4a81-93b5-722c9b55f2c5}MIN Prueba API', filters: a!queryFilter( field: 'recordType!{5608cfad-fc67-4a81-93b5-722c9b55f2c5}MIN Prueba API.fields.{af91da05-b274-48ee-b4f1-c7332fac38ff}id', operator: "=", value: ri!idRecord ), pagingInfo: a!pagingInfo(1, 1) ).data) ,where idRecord is an Integer rule input. When I test the expression it works properly: List of MIN Prueba API - 1 item MIN Prueba API id 3(Number (Integer)) title "Powder Canister"(Text) category "beauty"(Text) discountPercentage 18.14(Number (Decimal)) price 14.99(Number (Decimal)) rating 3.82(Number (Decimal)) stock 59(Number (Integer) I've created a process model with a smart record synchronization service. I'm passing a fixed 
Hi, how we can send the case id to user via send email smart service and if user click the case id from mail then it should re-direct to case summary. could you please suggest the possibility's. thanks in advance!
I ran a health check the other day and under the # of large SAIL interfaces used in record views, related actions, start forms, process tasks and reports section, there were a few lines that say: I searched but haven't found what this might mean in terms of a health check. Does anyone know if these lines are actionable? TIA
In the objects view we have this option called "Unreferenced Objects" which will show unused objects of the types mentioned below: Is there a way to get a list of the unreferenced process models in the application so that they can be removed from the application?
I have a problem, I have to create a process that, going to retrieve a series of ids through a query, for each retrieved id goes to create a folder called activity main + id number, then retrieve the folder id, and save it to the database in a special column. I can retrieve the activity id, then I can't go further. Thanks to anyone who will help me
We have few process model to trigger with email, these process models are triggering even if we activate maintenance window in admin console. What can we do to hold these mails to trigger the process model until maintenance window is deactivated. We can use gateway/is deployment flag constants to divert the flow, can we do anything other than this
Hi Everyone, I have a model where data management is set a delete in 0 days but when i look at the process model metrics, its still showing as orange, want to know further how does AMU works here. Looking for more insights Thanks, Bhargavi
Hi I need help to configure mni with startprocess node whithin a process where I have details for exmaple 5 employees in that 3 employees can have same manager other 2 have same manager. I have a process variable of type cdt employee. Now I want to sent mail to manager of the employees i will get the mail id from employee cdt which is 2 unique mail ids. Now want to send one common mail to that manager with that 3 employee details and one mail to other manager who have 2 employee all at same process.
Hello people!! I'm attempting to reassign a task to another user, but I'm encountering an issue in the production environment. The user list for reassignment is appearing empty, which is preventing me from completing the task. Does anyone know what's going on? I have a group called USERS that includes all the application's users. In the development and testing environments, everything works fine, but in the production environment, the user list is coming up empty.
I have used the start process that produces an Excel file and places it in a Folder. when i am trying to download it from UI , it gives nothing.Any a!richTextDisplayField( value: { a!richTextIcon( showWhen: if( rule!NTD_isNullOrBlank(ri!excelGenerated), true, false ), icon: "gears", linkStyle: "STANDALONE", color: "ACCENT" ), " ", a!richTextItem( showWhen: if( rule!NTD_isNullOrBlank(ri!excelGenerated), true, false ), text: "Generate Excel", linkStyle: "STANDALONE", link: a!dynamicLink( saveInto: { a!startProcess( processModel: cons!k_START_PROCESS, processParameters: ri!processParameters, onSuccess: { a!save( ri!excelGenerated, fv!processInfo.pv.generatedDocument ), } )
Hi I've checked around on the discussion board and don't know if I've seen any definitive answer on this one. I have some processes that, when retried via Appian Designer, are not able to connect to this API. 2025-03-10 18:56:33,523 [Appian Work Item - 1713306 - WorkID 802 - execution05 - process 9100525 - model 171 : UnattendedJavaActivityRequest] ERROR com.appiancorp.connectedsystems.http.execution.AppianHttpRequestExecutor - ConnectorRuntimeException [title=There was a problem with the request, Failed to connect to https://*/*/ftk/rest/v1/recordItemOrder] There are thousands of requests between our Appian infrastructure and the APIs infrastructure, all of which connect without issue, which rules our FW or network related issues. The above is the only log that is displayed, there aren't any other clues here. Is there somewhere else I can look at to see exactly why I cannot connect? Appreciate any help on this. Mike
Hi all, I have hundreds of process instance with error, I just want to terminate this process bulk. I need the instance to be archived, so I don't want to delete or cancel the process. How can I terminate the process instance with error bulk? Kindly share your knowledge thanks 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.