-
Recently active
Hi, There is an issue i am facing with query databse smart service, Where i am executing a stored procedure which fetches data from multiple tables and insert same data to a table. - It works if i execute the stored proc with same parameters by SSMS(SQL Server Management Studio) - By Query Database Smart Service it sometimes gives me error - The amount of time allocated for the completion of an unattended activity was insufficient to allow the activity to complete. attached screenshot for reference Thanks
Hi, I am experiencing the problem with task "Write Maintenance Record" from the learning exercise. The problem goes on saying that it is impossible to write to the source due to system error. Error Details: Field 'MaintenanceScheduled' doesn't have a default value. Any ideas how to fix this? Thank you.
Hi, when I try to configure a script task in a process modeler I cannot put anything in the Target field in the Data Output tab. It simply does not allow to open it. Moreover, everything that I save to the Data Input tab in the field Value is cleared afterwards, so when I get back to this tab, the field Value is blank again. How can I solve those issues? Thank you.
Hi All, I'm getting an error while trying to view a pdf document using view document interface . It states that "Document Not Available" so can anyone help me how to solve this issue ? see attachment/resized-image/__size/320x240/__key/communityserver-discussions-components-files/14/Screenshot-_2800_546_2900_.png
Hi all! While working on Exercise 10 (Process Modeling 101, Part 1) I encountered an error in an expression in process model properties at process start form. It says "Neither variable(s) nor rule(s) found: recordtype". Therefore, I cannot publish the interface. At this stage the Process Start Form contains "AX_AddVehicle" as an interface with 'vehicle' as Rule input, 'AX Vehicle (Record Type) as type and 'vehicle' as value. In Variables section the vehicle with AX Vehicle (Record Type) is also named. So I followed the instructures as the step-by-step exercise prescribes. What could be the problem? The recordtype definitely exists. The previous work has been done without mistakes. Thank you.
Hi, A process model had to be deployed from Preprod to Prod, but because of a Deployer error, the Deployer failed. To unblock the situation, the process in Prod has been deleted first in Prod before to be re-deployed with success. The Process Model works fine in Prod, but what about the active instances ? Question : Once such a process is re-deployed is it a problem for all the active instances still waiting? Because this Process model is a "long life" process, can this one be deleted safetely (and then replaced by the new version)?
i have values in the variable but still it's giving the below error can someone help me with this on for the first time save it's working on second save it's giving error
Hi all, I got this when I tried to run the process model, I've tried to connecting two interfaces So, when the user logs in to the system he redirect to another interface which is working hours record.
Please suggest the number of reason of slow performance of process model, any cases
Hi,it is possible to filter a specific type of exception? For example, Problem: This notification is sent for canceled event messages of type Process to Process. Details: Canceled consumed message in Message Expression Out (ERROR:EVAL:@reason=Invalid bean property name 'approver' (valid properties are jmstype;username;comments;eventtype;originprocessmodelid;originprocessid;reviewer;destinationeventpersistentid;isapproved;destinationprocessid), bean error code 0) for message sent to persistent id 0003e2d1-67ad-8000-2b55-014d98014d98 on named port 'Receive Decision from Web Service'. The process itself has not been canceled and may continue to consume events. Recommended Action: Check the message listener for correctness. Cleanse the source of the message, if the message itself has caused the failure. For email events, place a spam filter in front of the event listener. Priority of this problem: Normal Priority and i want that users don't rece
I'm using a basic form interface to gather some data for an order approval. All of the relevant data is being stored in a CDT entry, a rule input called newOrderInput. The interface is used as the form for a user input task, and I'm trying to configure it to output to a process variable for storage in my data entity. I'm attempting to access it using ac!newOrderInput but it gives me an error, saying variable is improperly scoped. What can I change to access the rule input?
Hi My requirement is to avoid mail alerts when process instance's fails with out changing existing process model designing. we thought of maintaining process instance information along with errors in database, Do we have any option in Appian to get process instance information along with errors like any log files or any reports
Hi, When we use " Run as whoever designed this process model", will the system considers the latest one who published it or the user who created it (i.e., version 1) ? Thanks in advance,SSP
Hi, I have deployed a new process with the Deployer tool, and few minutes after, I've noticed that this process has been launched itself automatically without any user action. The only particular settings is that the process is configured with a Timer trigger set with a weekly value : saturday on 7:00 am The process has been deployed today (friday 2022-10-13 at 12:00 am) so the day and hour does not match with the timer. Would you have any explanation ? is this an Appian ou Deployer bug ? Regards
There is a process which is used for exporting data to excel as shown below: the process is breaking at script task where we are calling rule rule!QueryandCovertToExportableCDT(pv!id) error- An error occurred while evaluating expression: rule!QueryandCovertToExportableCDT(pv!id) (Expression evaluation error in rule 'QueryandCovertToExportableCDT' at function a!queryEntity [line 2]: An error occurred while retrieving the data. Details: Unexpected error executing query (type: [ExportableCDT], query: [queryentity expression], order by: [[Sort[id asc]]], filters:[(id in TypedValue[it=101,v={1,2,3...2800}])])) (Data Outputs) Investigation - As per my investigation it is failing in the the expression rule QueryandCovertToExportableCDT while passing rule input "id" which is of integer type array as it is not accepting more then 4000 character. Can anyone help me with some input in order to resolve this issue.
Hi, I want to setup and make sure to run a process from an e-mail sent externally. I am working on the cloud version currently. How do I do this? Thanks in advance!!
Hi,For the Receive Message Event, there is an option to receive external external email to trigger to start the process.I understand that we should enable Anonymous User access for this to work. However, may I know the sender should send the email to which email address?
Hi,I have a custom output node in a process model which is calling an expression rule which takes one rule input of type Map list. The expression rule generically updates some fields within the map. We are able to pass a list of any custom data types into this expression rule and Appian happily cast from CDT list to Map list. The output node target process variable is defined as a list type of CDT (same process variable value passed to the expression rule is being updated). Appian process model will not implicitly cast the expression rule return value back into list of CDT and in fact magically wipes out the process variable completely. If I add an explicit cast function call in the custom output expression it works fine. With the expression world is good and getting correct results. cast( 'type!{urn:com:florencehc:types:SC}SC_Request?list', rule!SC_setAuditFields(request: pv!request, act
here in the save contracts in header table am saving multiple contract_id to the table at a time. but SP will execute only one contract_id at a time to load the data to another table... so i want to execute SP for all the contract_id... it can be possible using for each id SP has to execute ? if so let me know how can i achieve this here we can use script tasks if required. so i can query all the contract_ids.. but how to execute this SP for each of those items
Hi, have created one rule which called from process model. but it does not return any value. need to filter values from pv. The rule has index and where contains
Hi All I have a related action at record summary dashboard, when I initiated related action, I am able to see interface mapped at User Input task, but when I fill and submit the form, I observed two things, 1) I am getting not authorized message at UI. 2) My process instance is getting paused at write to datastore node. I checked process instance data, process variables having proper data to store,
Hi All, I am facing the below error in my process model. I checked the inputs and outputs setup, everything looks fine. I am not getting where the issue is. Could you please help me to resolve this. Thanks in Advance.
want to store values to different table so i have used write to multiple DS, but giving error like this i have configured like this= { { entity: cons!CR_APP_ENTITY_CONTRACT_EXTENSION, data: pv!crAPPContractExtension_cdt }, { entity: cons!CR_APP_ENTITY_COMMENT, data: pv!crAppComments_cdt }}
Hi guys, I import file HTML into Send Mail at Process Model I run file in local But, I run in appian This my HTML .myDiv { border: 1px outset gray; } .button { border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; background-color: #4169E1; } .grid-container { display: grid; grid-template-columns: auto auto auto auto auto; padding: 5px; } .grid-item { border: none; padding: 10px; font-size: 15px; text-align: left; } This contains text TH - Test Name Name: Test Name Created By: Test Created On: 5/19/2022 Status: Test VIEW DOCUMENT
Just Need Clarification ! It would be great If clarified !
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.