Sync in write to records

Certified Senior Developer

Write records is refreshing record type only after enabling the activity chain. Is there any other option to refresh record type other than enabling the activity chain.  

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to sasia0001

    Chaining make the Appian process execution engines execute the nodes in the chain be executed with the highest priority. That's all. Now when you enable chaining on all nodes in all processes, you will end up with a confused process scheduler.

    So, does chaining reduce app performance? No, but using it too much will have negative effects on the system.

    In the end, it is pretty simple. Do not enable chaining except for the following use cases:

    - Control refresh behaviour of an interface

    - Control return timing of a process started by a!startProcess

    - Guide a user seamlessly through multiple user input tasks in a process

    And keep these chains as short as possible!

Children