it-at-m / digiwf-project

Project repo for the DigiWF project automation platform.
MIT License
10 stars 1 forks source link

As a user I want to have access to the task data in the new task service #244

Closed dominikhorn93 closed 1 year ago

dominikhorn93 commented 2 years ago

Description

In DigiWF we define data structures and forms with json schema. The same json schema is used to give a user access to certain data in a task. When we set tasks in Taskana, the data should be loaded and passed to Taskana using the stored Json schema. For this purpose, the listener that generates the task events should be customized.

Do also pass common task variables as custom fields:

Details

Extend the task create event

Process the task create event

Customize functionality when consuming the task event and save the variables

dominikhorn93 commented 2 years ago

engine backend should be Open Source before implementing this feature

darenegade commented 1 year ago

Part of #489