Skip to content

Instantly share code, notes, and snippets.

@tshirtman
Created June 20, 2012 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tshirtman/2961080 to your computer and use it in GitHub Desktop.
Save tshirtman/2961080 to your computer and use it in GitHub Desktop.
#: 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