• J
    Multi instance refactoring: introduced the 'IS_MI_ROOT_' column to indicate an... · b80e89a1
    Joram Barrez 提交于
    Multi instance refactoring: introduced the 'IS_MI_ROOT_' column to indicate an execution is the root of a multi instance. Every multi instance (sequential and parallel, parallel already had it) will now spawn an execution that acts as parent for the whole multi instance. This has two benefits: cleanup becomes way easier and it opens up the possibility to dynamically add new instances to a multi instance (not yet implemented).
    b80e89a1
ExecutionEntity.java 2.9 KB