Commit bb4863ce authored by wenjie.zheng's avatar wenjie.zheng

InteractionWorkflow.py: cleanup.

parent 8ab35c1e
......@@ -513,12 +513,3 @@ class InteractionWorkflow(IdAsReferenceMixin("", "prefix"), Workflow):
return root
return etree.tostring(root, encoding='utf-8',
xml_declaration=True, pretty_print=True)
"""
# Old Workflow structure compatibility for test
variables = self.getVariableValueList()
interactions = self.getTransitionValueList()
worklists = self.getWorklistValueList()
scripts = self.getScriptValueList()
# variables.getStateVar() = self.getStateVariable() # dont know how yet
"""
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