Skip to main content
September 19, 2023
Solved

Grouping into subprocess

  • September 19, 2023
  • 5 replies
  • 0 views

I have a group of sequential tasks (data record, interface, query, script task..) and i want to group them into a subprocess to simplify the process model. How should i do this?

Best answer by stefanhelzle0001

Hm ... I am not sure what your question is ?!?

Create a separate process model and call it using a "sub process" or  a "start process" node. Is that what you are looking for?

5 replies

stefanhelzle0001
Brainy
September 19, 2023

Hm ... I am not sure what your question is ?!?

Create a separate process model and call it using a "sub process" or  a "start process" node. Is that what you are looking for?

September 19, 2023

Yes, I have this flow which I would like to group into one unique subprocess. I should create a separate process model including all of this tasks?

stefanhelzle0001
Brainy
September 19, 2023

Yes.

A sub process is nothing else than a normal process model. You can build a modular process that "calls" several other processes. These are then called "sub processes".