Hi all,
Is there any smart Service that create a process or create an interface like there is a expresión rule smart Service?
Appian creates some processes and interfaces automatically within the record wizard when creating action.
My purpose is just to create the empty objects (no logic/code inside), therefore I name them as my naming convention. Developers must implement them.
Thank you
Discussion posts and replies are publicly visible
No we don’t have that option
What a pity!!
@Appian , any chance to incude in nextroadmap?
If your primary goal is to ensure consistent naming conventions, have you used the application prefix configuration? https://docs.appian.com/suite/help/latest/creating-applications.html#create-your-application-and-set-security
If you set an application prefix, it automatically pre-fills that prefix for all of your design objects. If you're looking for additional naming conventions, could you give some examples of what you're looking for?
Thanks Pete! My use cases is: a have business process definition that contains N activities. I know that I'm going to build a process model and an interface for each activity. So I would like to create the object so the developer after that will implement them.
For instance:
Business process: BSP.
Activities: ACT01, ACT02, ACT03. Then; I want the following objects in Appian
Processes:
BSP_PM_ACT01
BSP_PM_ACT02
BSP_PM_ACT03
Interfaces:
BSP_MF_ACT01
BSP_MF_ACT02
BSP_MF_ACT03
Thank you!