yrashk / bpxe.rs

Business Process eXecution Engine
Apache License 2.0
36 stars 10 forks source link

Problem: `DocumentElement` is not `DynClone` #30

Closed yrashk closed 3 years ago

yrashk commented 3 years ago

However, its implementers, as it happens, are. This means that might not be able to do a dynamic clone of a given DocumentElement.

Solution: make sure it implements DynClone as well