-
Story
-
Resolution: Done
-
Critical
-
None
-
None
-
None
-
False
-
-
False
-
-
relevant issues:
1). tables shouldn't need to be created again after app restarts:
disableĀ "runAlways" and "runOnChange" in https://github.com/redhat-developer/parodos/blob/main/workflow-service/src/main/resources/db/changelog/tables.xml#L7
ANY new db change should go into a new changeset in the xml, e.g. create new column, change column type
2). instead of creating new record, bean registry should update workflow/task/mapping/checker definition if it already exists in the table