Need to dump Appian User and related Group info into DB

Any suggestion on designing the process of dumping all user id and associated Groups in Database.

 

We have some requirement to expose this data to end user via Database. 

 

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Yes, performance is always a concern with these types of activities. I recommend designing your model to batch these activities at a reasonable number of iterations and wait for the previous batch to complete before executing the next one. You should also leverage the Start Process smart service to ensure that requests are properly load balanced.

    Finally, you can get around Appian's 1,000 node instance limit by checking the 'Delete previously cancelled/completed instances' selection in the relevant nodes' Other tabs. Keep in mind that this limit is in place for a reason, so be sure that your process is performant before making this change.