-
Recently active
I am performing a loop process in which I obtain process information using script task `有効なプロセスを取得` and cancel each process one by one using cancel process `プロセスを強制キャンセル`. If the number of script tasks processed exceeds 1000, a process error will occur. What should I do to avoid this error?
Hi Champ, I have a OR gateway where we have two conditions . Although both are true, the token is only follwing one path and skipping the other. If I tried to exceute again a script task just before the OR gateway, that time it is follwing the other path. Not sure why this kind of behaviour.
Hi All, I have a situation where I work on cases based on process model approach i.e. Assignment in PM itself. Each case goes through 3 levels of approval from associate to manager, to senior manager. I have a master process which triggers when a associate "Smith" starts working on a case, this particular associate will be the assignee for the associate task. Once Smith submits this case it goes to all the managers queue and once they accept the task and submit the case it goes to senior managers queue and once they accept the task and submit the case it comes back to Smith who will close the case finally. Now let's say we want to change the associate Smith to Alex (Not through reassignment but through another process model). We have to check active process instance for this case and get the process variable that holds the associate name and change that process variable value to Alex. Is it even possible to modify the process variable of a active process instance through
Hello everyone, I am getting this error. The connected system data source does not exist or you have insufficient permissions to perform the requested operation. I have already followed below steps: 1. Tested connection system - working fine. 2. Executed stored procedure - Working fine Please suggest. Thanks
I am getting an error like "ERROR: Work item cancelled (Data Outputs)" in script task in the process. How can I resolve this problem? Any idea?
I have a relatively simple Excel document that I want to generate using the Export Data Store Entity to Excel process node. I want a Title cell at the top left, then column headers in the second row, and then the rows of data below. I have my custom cell positions set as: {"A1, A2", "B2", "C2", "D2", "E2", "F2", "G2"}, And my custom cell values set as: { concat("Person Information for Transfer #", pv!transferId), "First Name", "Middle Name", "Last Name", "ID Number", "Date of Birth", "# of High Value Bags", "# of Personal Bags"} Both arrays have a length of 8, but I'm receiving the error, "The custom cell positions and custom cell values arrays must have the same length." What's causing this error?
This question is in regard to loops in process models as it relates to Appian Health Checks. Recently I have taken on a more administrative role and one of my regular tasks is to review monthly health checks across our environments. During these reviews I see a lot of items related to looping processes. I understand large looped processes may not be performant. The thing that drew my attention and for which I have not found a relevant explanation in documentation is the health check description (see below) the highlighted section says that 10 or more nodes is considered high (makes sense) but 2 or more is medium. That seems like a very low threshold. 1 process flow(s) contain unattended loops with 10 or more nodes (High) and 19 process flow(s) contain unattended loops with 2 or more nodes (Medium). Looping is typically an indication of using processes to perform extract-transform-load (ETL) type operations. It is recommended to use specific ETL tools (such as a database) to implement c
I have a parent process (lets say process A) and a subprocess called in it (lets say process B). The subprocess node assignment in process A is set as 'Run as whoever started the process' but in process B there is a lane assignment 'Run as whoever designed this process model'. In this case, on whose security will the process B will run? Similarly there can be a total of 4 cases mentioned below and I am confused that on whose security the process B would run? 1. The subprocess node assignment in process A is set as 'Run as whoever started the process' and in process B there is a lane assignment 'Run as whoever designed this process model'. 2. The subprocess node assignment in process A is set as 'Run as whoever started the process' and in process B there is a lane assignment 'Run as whoever started the process'. 3. The subprocess node assignment in process A is set as 'Run as whoever designed this process model' 
I modified CDT and process model in source environment and then I deployed CDT 1st followed by process model to target environment, but still process model was referenced to older version CDT^1 in target environment. Any idea what could be the root cause here?
Hi, How can I get all process models UUID's from Process Model folder? (I just don't want to check it manually, any smart way to get all uuid's with any function via loop?)
Hi All, Has anyone run with the issue of using the Receive Message event in process model to initiate the process model: (trigger a particular process model through email using receive message event at start node of the process model. In this approach you will have to store all the required email properties using message properties bean.To trigger the process model you need to send an email to processmodeluuid<model_uuid>@subdomain.appiancloud.com(if you are on cloud). If you don't want to provide an email id having processmodeluuid<model_uuid>@subdomain.appiancloud details to users then you need to make some alias configurations in custom.properties file & need to create a service account at MS exchange.Your Appian administrator must enable the Anonymous system user to allow the sending of an email to a process or process model.) By using this approach every time after the process is initiated the emails from the outlook mail box are au
I am trying to deploy a patch to production to fix few ongoing issues in process model . In production environment already few of the process are active with error for the same issue . Will it have any effect on the Active process with errors . Thanks In Advance
So I have a parent process in which 1 subprocess is mapped and in that subprocess there is 1 pv!id of number type and set as a parameter and is required true but I’m not passing it from parent process, in spite not passing it is going ahead without giving any error but it should give error because of required variable not being passed!
Hello everyone, I have a query. in application the processes are running with someone's account it seem...what happens when her/his account is disabled? will the processes stop working in environment ? Thanks
thank you always.I'm getting an error when duplicating a process model.I tried 2 patterns.① If you create a new object (duplicate an existing one) from the object list, the action will fail. (A message will appear stating that the requested status is invalid)② Open the process model to be copied and select "Save As". At that time, the draft will be displayed as a process model, but an error will occur when trying to publish it. Also, some rule inputs were deleted at this time. Even if you save from the process model screen, it will not be displayed in the object list. Does anyone know what is the cause when process model replication fails?Thank you. いつもお世話になっております。プロセスモデルを複製するとき、エラーが発生しています。2パターン試しました。①オブジェクト一覧から新規作成(既存を複製)を行うとアクションが失敗します。(要求されたステータスが無効、というメッセージが表示されます)②複製元のプロセスモデルを開き、「名前を付けて保存」を選択します。そのさい、プロセスモデルとしてドラフトが表示されますが、公開しようとするとエラーが発生します。また、この時一部のルール入力が削除されました。プロセスモデルの画面から保存した場合も、オブジェクト一覧には表示されません。 プロセスモデルの複製に失敗するとき、どこに原因があるかご存じの方は居られますか?よろしくお願いいたします。
Hello Team,I'm using a MNI startprocess with the Run one instance for each item in pv!array (spawn all) along Run all instances at the same time(move when All instances are done), in process parameters I'm sending pv!array[tp!instanceindex] to another process.In one scenario I have only one element in pv!array, but it triggered 2 instances for the same data. Could anyone explain me why this happening?[mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] [mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05]
Hi there, My Email Smart Service is working great when I upload a plain text document. I need to change how the email looks. Uploading a .txt or a .HTML with the HTML, exposes the HTML while still making the correct replacements from the template. Am I uploading something or doing the HTML incorrectly? Thank you for any help.
Scenario: The user started the process and before process completes user left the bank .The sub process got errored because assignment of nodes is 'run as whoever started the process'. In this scenario , do we need to change assignment of that node to 'run as designer of the process'. in the production and restart the instance , or any other Approach?
I have a process model using the Export data store entity to Excel smart service that works; however, the Boolean values in one of the columns are being displayed as 1s and 0s rather than true or false. How do I configure the Export data store entity to Excel smart service to display "true" or "false" using toBoolean or cast function?
What is the main difference between end node and terminate node from process/architect perspective like archive, data management/ engine? PS: we all know the implementation that if terminate node execute then it will close any in progress node in a process unlike end node.
For many years, Appian designers have been unable to easily log data upon the acceptance of a task (when a user clicks "Accept"). Whenever the business asks for this, whether for task metrics, or updating statuses, or any other reason, we usually tell them it's impossible or come up with mediocre workaround using a splash screen with a custom task assignment / acceptance. If only Appian could expose a saveInto for the Accept button... I recently finished implementing an approach that allows designers to start any process or write any record upon acceptance. If anyone's interested or has a similar use case, please comment below and perhaps try to guess the solution. Hint: use an integration call in a local variable to start a process model or a!writeRecords. The tricky part is determining the moment a task is accepted. This is different for tasks assigned to groups vs tasks assigned to individual users. If there's interest, I'
Activity chaining is used to show forms in succession , then how activity chaining can decrease the performance .
Currently I am using appian provided Document extraction AI skills. While running the process it is taking approx 3~5 min for document extraction from a high resolution pdf. How can we improve the performance of the AI skill, any thoughts?
Hi, I have an issue when using custom sender in the email sending nodes. I have a very simple process with two email sending nodes in parallel. Both nodes are configured exactly the same, except for the sender type: one of them is 'Custom sender' and the other is 'Process'. I have tried different combinations in the 'Sender email' field, and nothing works. To rule out that the email is going to a spam folder, I have put a personal email in the recipient email, and only the email configured with 'From: Process' arrives, just as it happens when I use a corporate email. Furthermore, in the 'Sender email' field, I have tried using both the toemailrecipient() function and the toemailaddress() function. Neither of the nodes gives an error. Any ideas on what might be happening?
Hello everone, We have a process with an user interface. User is filling some information and saving the form. After this user is changing the locale setting and wish to see the form in new language and doing browser refresh to see the form in newly selected language. The issue is on browser refresh, the current process instance is abandoned and a new process instance starts, making all saved information disappear. Please advice if there is any way to stay on same process after browser refresh. Thanks, Priyanka
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.