Contributing as part of the Informaticup 2025

Hello everyone!
We are a team of 3 Information Systems bachelor students participating in the Informaticup 2025. The Informaticup is an annual competition organized by the GI. This year’s task is to contribute to OSS. Specifically, this includes making a concrete code contribution and opening a pull request. Community interaction in the form of feedback and discussion of the proposed solution is also part of the task.
While looking for projects to contribute to, we found bpmn-js, which seemed like a promising and fun project to contribute to. While looking for a problem to work on, we found it difficult to estimate the amount of work involved, especially for us since we are not familiar with the project and its architecture.
From the amount of credits we get from our university for participating, we can roughly estimate that a workload of about 50 hours per person (excluding other things, so just the time for coding and contributing) would be appropriate. Some of us are “fluent” in js, while others only have experience in other languages.
Is there an interesting topic or issue that is currently open that roughly fits the description and could be tackled by us?

Dear Fabian,

I have a suggestion that should be feasible considering the amount of work you can dedicate and the experience level.

Token simulation is a project allowing to visualise how tokens flow through a process diagram. So far the token simulation provides a user interface to manually halt & proceed tokens and to switch among the sequence flows going out of a gateway.

The token simulation module also provides an API for automatic playback. See here for more details:

It would be a great contribution to build upon this API, to facilitate the automatic playback of a user-provided event log (e.g. as a JSON-file) to visualise process execution for particular scenarios.

With such a project you don’t need to deep-dive into bpmn-js itself, so the complexity would be limited to understanding the token simulation module.

@rajgoel Did you already open an issue in token simulation for your case? From what I understood in the past, you’d like to be able to replay certain scenarios, but I still don’t know for what purpose (and hence if token simulation would be a good fit).

@fabian1 Thanks for reaching out. What would be the timeline, i.e. until when do you need suggestions from our end? Given ±50 hours of contribution we’d need to be a little bit more thoughtful what to contribute (so it actually ends up in the code base, for your benefit, and the benefit of our users).

@nikku The submission deadline for the competition is june 15th. Considering that the work is not done for us when we are done with coding and considering our semester schedules, we would like to start as soon as possible. But we do not want to rush you and know that finding such a task is not easy (and you might even have other stuff to do that thinking of a task for us :upside_down_face:). I think that the end of march could server as a good “deadline” for finding a task, that leaves all of us with a reasonable amount of time to work.

@fabian1 Here is a list of potential contributions (that are a little bigger):

Each contribution would include that you work with the team to come up with a proper story how to improve things, and follow-up with the actual improvement. All linked issues I deem valuable for our users, we simply were not able to ship them due to priorities.

I added my favorites with a :star:. These I’d work on, if I had your opportunity. :slight_smile: