Skip to content

Remove redundant attributes from JobSequenceState

JobSequenceState has several target value attributes, which are simply redundant to the SequenceJob core attributes. To resolve this, the core attributes are shifted from JobSequence to JobSequenceState

Merge request reports