performance decrease in case of activity chaining

Certified Associate Developer

Activity chaining is used to show forms in succession , then how activity chaining can decrease the performance . 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    It totally depends usage of chaining.
    Think of it like waiting in line, if some activities involve complex calculations, database interactions, or there are just too many forms in a row, users might experience delays. This is because Appian holds onto resources for the entire chain, similar to how a long line at a store can slow down everyone. To avoid this, keep your activity chains short and simple, and consider using asynchronous execution (working on tasks in the background) for resource-intensive activities.

Reply
  • 0
    Certified Senior Developer

    It totally depends usage of chaining.
    Think of it like waiting in line, if some activities involve complex calculations, database interactions, or there are just too many forms in a row, users might experience delays. This is because Appian holds onto resources for the entire chain, similar to how a long line at a store can slow down everyone. To avoid this, keep your activity chains short and simple, and consider using asynchronous execution (working on tasks in the background) for resource-intensive activities.

Children