Created
June 20, 2012 17:34
-
-
Save tshirtman/2961080 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#: Blacklisted element from the node editor | |
blacklist = ( | |
'outgoing', | |
'incoming', | |
#'default', | |
'property', | |
'auditing', | |
'monitoring', | |
#'extensionElements', | |
# lanes (tPartitionElement is not known) | |
'partitionElement', | |
'partitionElementRef', | |
# disabled because we don't know how to do yet. See | |
# https://dev.tabtou.com/issues/263 | |
'implementRef', | |
'evaluatesToTypeRef', | |
# tDefinitions | |
'importxx', | |
'BPMNDiagram', | |
'exporterVersion', | |
'exporter', | |
'targetNamespace', | |
'typeLanguage', | |
'expressionLanguage', | |
'valueOf_', # prefer to use content_ instead of valueOf. | |
) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment