Hi all,
I am a new to Appian, and I am required to create a workflow in Appian.
According to an article, I need to install case management studio to make it easily.
My understanding is correct?
Without case management studio, I guess it takes a long time to create workflow...
I am trying to install a sql file..., but errors occur at step3.
Appian Case Management Studio Overview - Appian 23.4
Step 3: Creating database objects
To create the structure for the database tables, views, and other objects that are a part of the Appian Case Management base application, you need to run a DDL script in your database.
To create the database objects:
01.CaseManagementStudioBasev1.2.0.sql
May I know how to resolve the error?
Hope your advice!
Best regards,
Discussion posts and replies are publicly visible
Hi saitoy6477
It’s not mandatory to have Case Management Studio installed to create workflows in Appian, You can create workflows manually in Appian Designer without it.
Regarding the SQL error, it seems like the database isn't selected. To resolve this, make sure to select the correct database (e.g., MariaDB) before running the SQL script. Once the database is selected, try running the script again.
Let me know if you need further help!
Thank you for your reply, Prateek .
I would like to create a some child cases which is related to a parent case..
In this case, I should create some process Model one by one? If you know any sample application about workflow app, it would be quite helpful...