Skip to main content
April 17, 2024
Solved

Can anyone explain uses of Activity Chaining

  • April 17, 2024
  • 6 replies
  • 0 views

 I knew Activity Chaining is configured when same user have to perform multiple user input tasks without navigating to tasks list .  Can some one let me know where other places we can use Activity chaining and uses of it .Can we stop using Activity chaining in middle of PM where we have Start Process Smart Service (MNI)( the intention of start process smart service is to just trigger another Pm and no data needed from that PM into parent) and then continue after that node?

    Best answer by shubhama926776
    Can some one let me know where other places we can use Activity chaining and uses of it .

    Combine attended tasks (user interaction) with unattended tasks (automations, calculations) for smoother workflows. Think of data validation following user input or automatic calculations based on user choices.

    .Can we stop using Activity chaining in middle of PM where we have Start Process Smart Service (MNI)( the intention of start process smart service is to just trigger another Pm and no data needed from that PM into parent) and then continue after that node?

    Yes, Think of MNI as a chaining off-ramp that lets you launch another process without interrupting the main flow.

    6 replies

    karumurua531442
    April 17, 2024

    hi [mention:387ffc3f60b54b5790f1a95a338fc7c7:e9ed411860ed4f2ba0265705b8793d05]  you can through this  link for Activity Chaining uses, how does it work for multiple node instance . Chaining tasks with multiple node instances enabled

    shubhama926776
    Brainy
    April 17, 2024
    Can some one let me know where other places we can use Activity chaining and uses of it .

    Combine attended tasks (user interaction) with unattended tasks (automations, calculations) for smoother workflows. Think of data validation following user input or automatic calculations based on user choices.

    .Can we stop using Activity chaining in middle of PM where we have Start Process Smart Service (MNI)( the intention of start process smart service is to just trigger another Pm and no data needed from that PM into parent) and then continue after that node?

    Yes, Think of MNI as a chaining off-ramp that lets you launch another process without interrupting the main flow.

    शुभम्
    April 17, 2024

    Thankyou @shubhama0698 for your Explanation!

    Thankyou [mention:3510a5189ce1477eaf2e09f5858c87e9:e9ed411860ed4f2ba0265705b8793d05]  for providing References!