bpm-crafters / process-engine-api

Beautiful implementation-agnostic process engine API.
https://bpm-crafters.github.io/process-engine-api/stable/
Apache License 2.0
13 stars 1 forks source link

Map more meta fields for C7 embedded #115

Open stefanzilske opened 3 weeks ago

stefanzilske commented 3 weeks ago

For C7 embedded, dueDate, candidateUsers and candidateGroups are missing from the meta data of TaskInformation.

Those fields are mapped for C7 remote and C8, so they should be mapped for C7 embedded as well.

stefanzilske commented 3 weeks ago

Same for formKey. We should check for other missing fields.