How to Find All Actions from an environment

Certified Lead Developer

Hi,

 

We have requirement to find all action list from specific environment. Is there any way to find that.

We can do it manually but we have more than 20 application and each application has several Actions. So doing it manually will be huge efforts.

Basically we are looking at below data

Action Name             Underlaying Process model name                Initiator of Process Model                        Application Name

 

Thanks

Ajinkya

  Discussion posts and replies are publicly visible

Parents
  • Till now there is no OOB available
    To achieve this you have to build the plug-in to do the following.
    List the applications within the environment (preferably a method)
    List out the application specific process models which are configured as the actions (preferably a method)
    Get the process model specific properties like action name, process model name (preferably a method)
    Get the process model specific instance propertices like initiator (preferably a method)

    Appian level implementation
    Create a cdt with the fields like applicationName, processModelName, actionName, initiatiorName
    Use the above methods to get the details using looping functions
    Pass the cdt to Export cdt to excel or to the grid as per the requirement.
Reply
  • Till now there is no OOB available
    To achieve this you have to build the plug-in to do the following.
    List the applications within the environment (preferably a method)
    List out the application specific process models which are configured as the actions (preferably a method)
    Get the process model specific properties like action name, process model name (preferably a method)
    Get the process model specific instance propertices like initiator (preferably a method)

    Appian level implementation
    Create a cdt with the fields like applicationName, processModelName, actionName, initiatiorName
    Use the above methods to get the details using looping functions
    Pass the cdt to Export cdt to excel or to the grid as per the requirement.
Children
No Data