Hi,
I'm pretty sure there was a new feature in one of the last two updates. But I doesn´t find it in any tutorial video.
It's about the fact that you can now achieve that in a folder always only a certain number of jobs and only when a job has been processed further, again a new job follows.
Do you understand what I mean?
Do you understand what I mean?
Re: Do you understand what I mean?
It's not a new feature, but I assume you mean the feature of Hold job element where you can define in its outgoing connection a "Folder constraint" which means that you can specify that the following folder can have only e.g. 3 jobs at a time:


- tdeschampsBluewest
- Member
- Posts: 127
- Joined: Tue Jun 01, 2021 11:57 am
Re: Do you understand what I mean?
In the flow properties, you can enable the "Show Advanced Properties" option.
Once activated, certain elements (pitstop for example) within the flow will display additional configuration fields, such as:
Once activated, certain elements (pitstop for example) within the flow will display additional configuration fields, such as:
- Number of Slots – Defines the maximum number of tasks that can run concurrently for this element.
- Idle Job After (sec) – Specifies the time in seconds after which an inactive job is considered idle.
Do you like the Enfocus Apps developed by Bluewest?
Feel free to leave a comment on the Appstore!
Feel free to leave a comment on the Appstore!
-
- Newbie
- Posts: 1
- Joined: Thu Jun 12, 2025 6:16 am
Re: Do you understand what I mean?
Number of Slots - Determines the maximum number of jobs that can runThadd1993 wrote: ↑Wed Jun 04, 2025 9:13 am Hi,
I'm pretty sure there was a new feature in one of the last two updates. But I doesn´t find it in any tutorial video.
It's about the fact that you can now achieve that in a folder always only a certain number of jobs and only when a job has been processed further, again a new job follows.
Do you understand what I mean?
In a distributed or multi-threaded computing system, the term "slots" refers to the quantity of processing resources accessible to an element (e.g., node, executor, worker). Limiting the number of slots allows you to control the level of parallelism and maximize performance while avoiding resource overload.