Activity Chaining is not working as expected

Certified Associate Developer

Hello All,

I'm designing one application to update the values in database table, In such a way that the existing values will be displayed to the user in editable grid and user can update any values if needed. This edit option is available in record tab related action section. There are two interface forms designed for showing update success and update failure message after user clicks on update button. Now the issue that is happening here is when user changes the values and click update the flow redirects to update success form but its not visible to the user under current flow. Its available under Task Tab. I have enabled the activity chaining but still the form is not coming up at the same place. Can someone please suggest me why is this happening?

Thanks in advance

  Discussion posts and replies are publicly visible

Parents
  • Hi viveku0001,

    Once a user clicks on the update button, the node will connect to write to data store entity as well and next to that, it will go to the task, if you configured the activity chaining for in between all the nodes.
  • 0
    Certified Associate Developer
    in reply to ravalik
    Hey Ravaik,

    Once the user clicks on update button, The control will be passed to subprocess which consists of request x3 node as the update is happening on the basis of API method. This subprocess will run multiple times i.e. The total number of data which is to be updated and after successfully executing all the instances of subprocess the control will passed to update success or update failure based on whether the value is updated or not but as I said even though the activity chaining is enabled between all the nodes, The form is not coming up
Reply
  • 0
    Certified Associate Developer
    in reply to ravalik
    Hey Ravaik,

    Once the user clicks on update button, The control will be passed to subprocess which consists of request x3 node as the update is happening on the basis of API method. This subprocess will run multiple times i.e. The total number of data which is to be updated and after successfully executing all the instances of subprocess the control will passed to update success or update failure based on whether the value is updated or not but as I said even though the activity chaining is enabled between all the nodes, The form is not coming up
Children