Miragon / miranum

Engine neutral framework to build integrations. Simplifying the complexity process automation comes with.
https://miranum.io
MIT License
16 stars 3 forks source link

Support custom fields in miranum tasklist #406

Open lmoesle opened 5 days ago

lmoesle commented 5 days ago

Description At the moment we support the variables app_task_description and app_task_form. If a customer wants to add more custom variables it would be very hard to do so. Therefore, we should change this behaviour and allow custom fields which are also available in the tasklist.

Custom fields are a Map (String, String) that is extracted from the task variables similarly to the task description and task form.

The user has to configure in the application properties the custom fields.

Todo