Activity Chaining out of a Sub Process Model

If from a sub-process I activity chain into a end node (But not a terminate) while other nodes are still executing will this break activity chaining in the parent process until all nodes in the child finish or will it activity chain into the next node in the parent process?

 

I am trying to avoid the need for my user to wait for datastore writes to complete as they are not important for the next task, however the Appian documentation says

" You can configure activity-chaining back into the parent process by enabling this option on all flows in your sub-process.  "

This sounds like that means it isn't able to handle branching in the way that I intended to do.

Does this mean that the only way to do it would be to extract the database tasks and then put them into an asynchronous sub process?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data