Commit 8b42ab4a authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

patches/DCWorkflow.py: add an universal reference getter.

parent b8613dd3
...@@ -827,6 +827,7 @@ DCWorkflowDefinition.getReference = method_getReference ...@@ -827,6 +827,7 @@ DCWorkflowDefinition.getReference = method_getReference
TransitionDefinition.getReference = method_getReference TransitionDefinition.getReference = method_getReference
StateDefinition.getReference = method_getReference StateDefinition.getReference = method_getReference
StateDefinition.getDestinationIdList = StateDefinition_getDestinationIdList StateDefinition.getDestinationIdList = StateDefinition_getDestinationIdList
StateDefinition.getDestinationReferenceList = StateDefinition_getDestinationIdList
VariableDefinition.getReference = method_getReference VariableDefinition.getReference = method_getReference
WorklistDefinition.getReference = method_getReference WorklistDefinition.getReference = method_getReference
DCWorkflowDefinition.notifyWorkflowMethod = DCWorkflowDefinition_notifyWorkflowMethod DCWorkflowDefinition.notifyWorkflowMethod = DCWorkflowDefinition_notifyWorkflowMethod
......
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