Can anyone explain uses of Activity Chaining

Certified Associate Developer

 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?

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Senior Developer
    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.

Reply
  • +1
    Certified Senior Developer
    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.

Children