flowable / flowable/flowable-engine

Increase column size for processdefinition id

Open
#1,405 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
9.5k
Forks
2.9k
Avg merge
7h 8m
Merged PRs (30d)
2

Description

Since the use of uuid's the ID_ field size (64) is too low for process definitions as the uuid almost takes all the space from the field. We hit the size limit of the field when we use a key that's a bit longer, when this happens the ID_ field does not include the key.
Normally the ID_ field should look like this KEY-uuid.
So when I request a process I can't see the definitionKey instantly, then I have to do an extra rest call just to know the definition key.

field: ID_
table: ACT_RE_PROCDEF

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.