Commit 76369a0c authored by wenjie.zheng's avatar wenjie.zheng

Transition.py: add function getParentWorkflowTransition.

parent c0938296
......@@ -109,3 +109,5 @@ class Transition(IdAsReferenceMixin("transition_", "prefix"), XMLObject):
if self.getExpression() is not None:
self.guard.expr = Expression(self.getExpression())
def getParentWorkflowValue(self):
return self.getParent()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment