I have a Process model question

Certified Associate Developer

We have a Process Model with a User Interface step. In the step there is a related action that launches off another Process model. Is there a way for this newly launched process model to notify the main process model when it is done?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Not sure your exact use case, but you can try following:

    Trigger main process and on the UIT give a button or submitlink to start next activity. This will complete the main process and call the next process as a subprocess. Once subprocess completes revert the flow to main UIT or call the main process again from sub process.

    But if you can elaborate what exactly you try to achieve then there can be simpler option available.

Reply
  • 0
    Certified Lead Developer

    Not sure your exact use case, but you can try following:

    Trigger main process and on the UIT give a button or submitlink to start next activity. This will complete the main process and call the next process as a subprocess. Once subprocess completes revert the flow to main UIT or call the main process again from sub process.

    But if you can elaborate what exactly you try to achieve then there can be simpler option available.

Children
No Data