Currently all old code is stored in workflow_definitions table. Even if there are no workflows (in running/waiting state) that need those older code, edda does not clean up the older code. Is there any reason why this is not getting cleaned? Will it be possible to add the logic to cleanup the old entries that are no more required? And any other tables that we can cleanup in similar manner?
Currently all old code is stored in
workflow_definitionstable. Even if there are no workflows (in running/waiting state) that need those older code, edda does not clean up the older code. Is there any reason why this is not getting cleaned? Will it be possible to add the logic to cleanup the old entries that are no more required? And any other tables that we can cleanup in similar manner?