Skip to main content
November 16, 2023
Solved

Activity-chaining into a subprocess activity(Configuring the subsequent activity)

  • November 16, 2023
  • 2 replies
  • 0 views

Hi,everyone

I have a question.

I check this reference  link:

docs.appian.com/.../Sub-Process_Activity.html

I cannot understand this point.(plz check my screenshot).

Here is my code 

As my imagine when click submit button the next interface will appear subsequently because i checked Enable activity-chaining into all initial nodes in the subprocess

but next interface will not appear subsequently.So my question is the purpose of using Enable activity-chaining into all initial nodes in the subprocess check box and  example how to use that option

Thanks

Best answer by silambarar921604

Hi,

Can you please try adding an activity chaining between User Input Task and Sub Process node in the AS_ActivityChainingSubprocess Activity model (Parent on).
As per the documentation you are referring, that check box will enable activity chaining inside the sub process node but in the parent process model, we will have to maintain the activity chaining till the sub process node. Could you please try once?

2 replies

silambarar921604
November 16, 2023

Hi,

Can you please try adding an activity chaining between User Input Task and Sub Process node in the AS_ActivityChainingSubprocess Activity model (Parent on).
As per the documentation you are referring, that check box will enable activity chaining inside the sub process node but in the parent process model, we will have to maintain the activity chaining till the sub process node. Could you please try once?

girlc0001Author
November 16, 2023

[mention:0103869ee1f94b7bb4e1dc89e408010e:e9ed411860ed4f2ba0265705b8793d05] 

Thank you so much for your explain.I did it as you said and it worked.