Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batching strategies #39

Open
katelashkevich opened this issue Jul 21, 2023 · 0 comments
Open

Batching strategies #39

katelashkevich opened this issue Jul 21, 2023 · 0 comments

Comments

@katelashkevich
Copy link

@PowerMaxZ

For every target activity in the transitions with WT due to batching, we need to identify what batch processing strategy is applied in that activity. More specifically, we need to identify:

  1. activities in which batch processing is applied (i.e., target activities);
  2. frequency of batch processing (i.e., percent of cases for which batching is applied from the total number of cases processed in the activity);
  3. batch processing type;
  4. batch activation rule;
  5. batch activation rule quality;
  6. batch size distribution.

There is no need to develop the code for this functionality from scratch as it is already developed by David (see https://github.com/AutomatedProcessImprovement/batch-processing-discovery). Here, we need to re-use it.

The requirements for the UI for this component will be specified in a separate ticket.

FYI
Here, we also need to know which resources apply batch processing and how much WT due to batching each of them induces in each transition. This is already available in Kronos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant