Open rupin opened 4 years ago
Hello!
the documentation of get_available_approvals suggests the object returned after the execution has destination and source state references, but they are through the transition object.
get_available_approvals
destination
source
transition
I made the change on my side. Please see this diff https://github.com/rupin/WorkflowEngine/commit/11aa951cbcd1e110dfe008e6c524c03311ea4172#diff-2a5d907555493e832fb037724823fdd0
Hello!
the documentation of
get_available_approvals
suggests the object returned after the execution hasdestination
andsource
state references, but they are through thetransition
object.