pub struct BpmnMigrationMapping {
pub activities: Option<Vec<BpmnMigrationMappingActivitiesInner>>,
}Expand description
BpmnMigrationMapping : An operator’s assertion about how a source version’s elements correspond to a target version’s (#925). Elements not named here are implicitly mapped to their own id – and are then subject to every rule an explicit mapping is. 1:1 only: 1:N is deliberately not representable (it would require the engine to synthesize tokens, and inside an inclusive region the JoinState that inclusive_join never creates), and N:1 is representable only so that it can be refused with a reason.
Fields§
§activities: Option<Vec<BpmnMigrationMappingActivitiesInner>>Implementations§
Source§impl BpmnMigrationMapping
impl BpmnMigrationMapping
Sourcepub fn new() -> BpmnMigrationMapping
pub fn new() -> BpmnMigrationMapping
An operator’s assertion about how a source version’s elements correspond to a target version’s (#925). Elements not named here are implicitly mapped to their own id – and are then subject to every rule an explicit mapping is. 1:1 only: 1:N is deliberately not representable (it would require the engine to synthesize tokens, and inside an inclusive region the JoinState that inclusive_join never creates), and N:1 is representable only so that it can be refused with a reason.
Trait Implementations§
Source§impl Clone for BpmnMigrationMapping
impl Clone for BpmnMigrationMapping
Source§fn clone(&self) -> BpmnMigrationMapping
fn clone(&self) -> BpmnMigrationMapping
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more