Questions tagged [appian]

Questions about Appian, Business Process Model software

Appian, Business Process Model software.

50 questions
0
votes
0 answers

Data Extraction From Appian Cloud To SAS Database

I have been extracting data from SVA_DELAY table in a CSV file daily and importing the file into SAS DB using ETL. I want to automate this process. Is there any ETL tool or any other process I could follow to reduce the manual work? Table…
Sam
  • 13
  • 3
0
votes
3 answers

Calling inter-application process models

I have 2 applications in my Appian designer. Let's say app(a) and app(b). Can I call process model of app(b) from some process model of app(a) directly through subprocess setup in Setup tab? I've 2 applications in Appian designer : booking and…
0
votes
1 answer

Are EXTENDED VARCHAR2 baned to become synchronized record fields?

My app is built on an Oracle Database. Would it be possible to overcome the 4000 byte of Text limitation we have for Synchronized Record fields of appian? I know the VARCHAR2(4000) limitation is considered to be a standard column type by Oracle,…
J. Chomel
  • 8,193
  • 15
  • 41
  • 69
0
votes
1 answer

How make view use index

The view has several join, but no WHEREcloses. It helped our developers to have all the data the needed in one appian object, that could be easily used in the "low code" later on. In most cases, Appian add conditions to query the data on the view,…
J. Chomel
  • 8,193
  • 15
  • 41
  • 69
0
votes
0 answers

Appian platform Tomcat error: Missing authentication token

In the Tomcat-log of my on-prem Appian platform I see the following error approximately once a day and not on all machines of my Appian cluster: 00:20:00,050 [com.appiancorp.quartz.BackgroundJobScheduler_Worker-1] ERROR…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
0 answers

Google Charts Display Issue

I'm facing an issue that the column name is not showing in the placeholders outside the graph. The image is attached. I'm using appian tool. I have column data in chartColData variable & rowData in chartRowData. All the data seems to be correct, but…
0
votes
1 answer

How do I connect a Mule application to Postman with OAuth2.0, I cant find the client secret or key

I want to establish an integration between Appian and mulesoft using OAuth2.0 authorization but I cant find the key or secret anywhere on Runtime Manager dashboard. I know there's a prebuilt integration for Appian built by MuleSoft but for my…
0
votes
1 answer

Permanent pop-over after the end of a process in Appian

To my understanding it is not possible to close an opened browser tabs programmatically in Appian (although I have not found a written confirmation anywhere in the docs). What is the best practice to deal with that issue? An idea would be disable…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

What kind of field to use in an Appian interface for a system updated field to store data without needing users to gain focus of the field

My question is: What kind of field would you use in an Appian interface to display [but not allow editing] of a field like "created by" and "created date" that you want to display but not allow user editing - such that the data from these fields is…
David
  • 515
  • 8
  • 17
0
votes
2 answers

Appian WebAPI Authentication

OAuth2.0 in webapi Aim is to implement Web APIs authenticated by an OAuth 2.0 client in appian. 1.I have created a sample WebAPI. I have created a OAuth credentials from adminconsole. AdminConsole->Web API Authentication->OAuthclients2.0 If i…
0
votes
1 answer

Appian platform on Kubernetes for production?

The Appian Release Notes for version 21.4 states the following on container-based installation of the Appian platform on a production environment. Appian for Docker Containers has been replaced with a new implementation using Kubernetes. We are…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

Cucumber scenario outline input with quotes in the value

I am trying to input a value to a text field using fitnesse for appian with ruby functions. I have a cucumber scenario: Feature: create a quick decision Scenario Outline: decision When I populate the "Decision Title" field with…
0
votes
1 answer

Refresh DocuSign access token in Appian connected system

I have created an appian Connected System for DocuSign authentication with Authenticate Code Grant. I am able to authenticate & hit APIs successfully. But the issue is my token gets expired every 8 hours, then I have to go and authenticate from…
Shamim Ahmad
  • 808
  • 3
  • 22
  • 40
0
votes
1 answer

Automatical update of an Appian webpage on change of task status?

We have an Appian grid that shows all Appian tasks of a user. The corresponding data we obtain using queryProcessAnalytics(). How can we make this update automatically when the task status changes? Currently, we have stored the result of…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

DocuSign API call is Failing with Error, DocuSign returned the following error code: 200

I am trying to integrate Appian with DocuSign. I have been able to create & authenticate connected system successfully. But when I am trying to call API Send Document For eSignature, I am getting this error not sure why. Please help me with it.
Shamim Ahmad
  • 808
  • 3
  • 22
  • 40