Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
flowable-ui-modeler-logic.6.4.0.source-code.stencilset_bpmn.json Maven / Gradle / Ivy
{
"title" : "Process editor",
"namespace" : "http://b3mn.org/stencilset/bpmn2.0#",
"description" : "BPMN process editor",
"propertyPackages" : [ {
"name" : "process_idpackage",
"properties" : [ {
"id" : "process_id",
"type" : "String",
"title" : "Process identifier",
"value" : "process",
"description" : "Unique identifier of the process definition.",
"popular" : true
} ]
}, {
"name" : "overrideidpackage",
"properties" : [ {
"id" : "overrideid",
"type" : "String",
"title" : "Id",
"value" : "",
"description" : "Unique identifier of the element.",
"popular" : true
} ]
}, {
"name" : "namepackage",
"properties" : [ {
"id" : "name",
"type" : "String",
"title" : "Name",
"value" : "",
"description" : "The descriptive name of the BPMN element.",
"popular" : true,
"refToView" : "text_name"
} ]
}, {
"name" : "documentationpackage",
"properties" : [ {
"id" : "documentation",
"type" : "Text",
"title" : "Documentation",
"value" : "",
"description" : "The descriptive name of the BPMN element.",
"popular" : true
} ]
}, {
"name" : "categorypackage",
"properties" : [ {
"id" : "categorydefinition",
"type" : "String",
"title" : "Category",
"value" : "",
"description" : "Category of the BPMN element.",
"popular" : true
} ]
}, {
"name" : "process_authorpackage",
"properties" : [ {
"id" : "process_author",
"type" : "String",
"title" : "Process author",
"value" : "",
"description" : "Author of the process definition.",
"popular" : true
} ]
}, {
"name" : "process_versionpackage",
"properties" : [ {
"id" : "process_version",
"type" : "String",
"title" : "Process version string (documentation only)",
"value" : "",
"description" : "Version identifier for documentation purpose.",
"popular" : true
} ]
}, {
"name" : "process_historylevelpackage",
"properties" : [ {
"id" : "process_historylevel",
"type" : "flowable-processhistorylevel",
"title" : "Set a specific history level for this process definition",
"value" : "",
"description" : "Set a specific history level for this process definition",
"popular" : true
} ]
}, {
"name" : "isexecutablepackage",
"properties" : [ {
"id" : "isexecutable",
"type" : "Boolean",
"title" : "Is executable",
"value" : "true",
"description" : "Is the process executable?",
"popular" : true
} ]
}, {
"name" : "process_potentialstarteruserpackage",
"properties" : [ {
"id" : "process_potentialstarteruser",
"type" : "String",
"title" : "Potential starter user",
"value" : "",
"description" : "Which user, can start the process?",
"popular" : true
} ]
}, {
"name" : "process_potentialstartergrouppackage",
"properties" : [ {
"id" : "process_potentialstartergroup",
"type" : "String",
"title" : "Potential starter group",
"value" : "",
"description" : "Which group, can start the process?",
"popular" : true
} ]
}, {
"name" : "process_namespacepackage",
"properties" : [ {
"id" : "process_namespace",
"type" : "String",
"title" : "Target namespace",
"value" : "http://www.flowable.org/processdef",
"description" : "Target namespace for the process definition.",
"popular" : true
} ]
}, {
"name" : "process_iseagerexecutionfetchpackage",
"properties" : [ {
"id" : "iseagerexecutionfetch",
"type" : "Boolean",
"title" : "Eager execution fetching",
"value" : "false",
"description" : "Enable eager execution fetching for this process definition?",
"popular" : true
} ]
}, {
"name" : "asynchronousdefinitionpackage",
"properties" : [ {
"id" : "asynchronousdefinition",
"type" : "Boolean",
"title" : "Asynchronous",
"value" : "false",
"description" : "Define the activity as asynchronous.",
"popular" : true
} ]
}, {
"name" : "datapropertiespackage",
"properties" : [ {
"id" : "dataproperties",
"type" : "Complex",
"title" : "Data Objects",
"value" : "",
"description" : "Definition of the data object properties",
"popular" : true
} ]
}, {
"name" : "exclusivedefinitionpackage",
"properties" : [ {
"id" : "exclusivedefinition",
"type" : "Boolean",
"title" : "Exclusive",
"value" : "false",
"description" : "Define the activity as exclusive.",
"popular" : true
} ]
}, {
"name" : "executionlistenerspackage",
"properties" : [ {
"id" : "executionlisteners",
"type" : "multiplecomplex",
"title" : "Execution listeners",
"value" : "",
"description" : "Listeners for an activity, process, sequence flow, start and end event.",
"popular" : true
} ]
}, {
"name" : "tasklistenerspackage",
"properties" : [ {
"id" : "tasklisteners",
"type" : "multiplecomplex",
"title" : "Task listeners",
"value" : "",
"description" : "Listeners for a user task",
"popular" : true
} ]
}, {
"name" : "eventlistenerspackage",
"properties" : [ {
"id" : "eventlisteners",
"type" : "multiplecomplex",
"title" : "Event listeners",
"value" : "",
"description" : "Listeners for any event happening in the Flowable Engine. It's also possible to rethrow the event as a signal, message or error event",
"popular" : true
} ]
}, {
"name" : "usertaskassignmentpackage",
"properties" : [ {
"id" : "usertaskassignment",
"type" : "Complex",
"title" : "Assignments",
"value" : "",
"description" : "Assignment definition for the user task",
"popular" : true
} ]
}, {
"name" : "formpropertiespackage",
"properties" : [ {
"id" : "formproperties",
"type" : "Complex",
"title" : "Form properties",
"value" : "",
"description" : "Definition of the form with a list of form properties",
"popular" : true
} ]
}, {
"name" : "formkeydefinitionpackage",
"properties" : [ {
"id" : "formkeydefinition",
"type" : "String",
"title" : "Form key",
"value" : "",
"description" : "Form key that provides a reference to a form.",
"popular" : true
} ]
}, {
"name" : "duedatedefinitionpackage",
"properties" : [ {
"id" : "duedatedefinition",
"type" : "String",
"title" : "Due date",
"value" : "",
"description" : "Due date of the user task.",
"popular" : true
} ]
}, {
"name" : "prioritydefinitionpackage",
"properties" : [ {
"id" : "prioritydefinition",
"type" : "String",
"title" : "Priority",
"value" : "",
"description" : "Priority of the user task.",
"popular" : true
} ]
}, {
"name" : "servicetaskclasspackage",
"properties" : [ {
"id" : "servicetaskclass",
"type" : "String",
"title" : "Class",
"value" : "",
"description" : "Class that implements the service task logic.",
"popular" : true
} ]
}, {
"name" : "servicetaskexpressionpackage",
"properties" : [ {
"id" : "servicetaskexpression",
"type" : "Text",
"title" : "Expression",
"value" : "",
"description" : "Service task logic defined with an expression.",
"popular" : true
} ]
}, {
"name" : "servicetaskdelegateexpressionpackage",
"properties" : [ {
"id" : "servicetaskdelegateexpression",
"type" : "Text",
"title" : "Delegate expression",
"value" : "",
"description" : "Service task logic defined with a delegate expression.",
"popular" : true
} ]
}, {
"name" : "servicetaskfieldspackage",
"properties" : [ {
"id" : "servicetaskfields",
"type" : "Complex",
"title" : "Class fields",
"value" : "",
"description" : "Field extensions",
"popular" : true
} ]
}, {
"name" : "servicetaskresultvariablepackage",
"properties" : [ {
"id" : "servicetaskresultvariable",
"type" : "String",
"title" : "Result variable name",
"value" : "",
"description" : "Process variable name to store the service task result.",
"popular" : true
} ]
}, {
"name" : "servicetaskresultvariablepackage",
"properties" : [ {
"id" : "servicetaskUseLocalScopeForResultVariable",
"type" : "Boolean",
"title" : "Use local scope for result variable",
"value" : "false",
"description" : "Flag that marks that the used resultVariable needs to be saved as a local variable",
"popular" : true
} ]
}, {
"name" : "servicetasktriggerablepackage",
"properties" : [ {
"id" : "servicetasktriggerable",
"type" : "Boolean",
"title" : "Set service task to be triggerable",
"value" : "false",
"description" : "Sets the service task to be triggerable",
"popular" : true
} ]
}, {
"name": "scriptformatpackage",
"properties" : [ {
"id": "scriptformat",
"type": "String",
"title": "Script format",
"value": "",
"description": "Script format of the script task.",
"popular": true
} ]
}, {
"name": "scripttextpackage",
"properties" : [ {
"id": "scripttext",
"type": "Text",
"title": "Script",
"value": "",
"description": "Script text of the script task.",
"popular": true
}
]
}, {
"name": "scriptautostorevariablespackage",
"properties": [{
"id": "scriptautostorevariables",
"type": "Boolean",
"title": "Auto Store Variables",
"value": "false",
"description": "Automatically store all script variables to the process.",
"popular": true
}]
}, {
"name" : "shellcommandpackage",
"properties" : [ {
"id" : "shellcommand",
"type" : "String",
"title" : "Command",
"value" : "",
"description" : "Shell task command",
"popular" : true
} ]
}, {
"name" : "shellarg1package",
"properties" : [ {
"id" : "shellarg1",
"type" : "Text",
"title" : "Argument 1",
"value" : "",
"description" : "Shell commnad arg 1",
"popular" : true
} ]
}, {
"name" : "shellarg2package",
"properties" : [ {
"id" : "shellarg2",
"type" : "Text",
"title" : "Argument 2",
"value" : "",
"description" : "Shell commnad arg 2",
"popular" : true
} ]
}, {
"name" : "shellarg3package",
"properties" : [ {
"id" : "shellarg3",
"type" : "Text",
"title" : "Argument 3",
"value" : "",
"description" : "Shell commnad arg 3",
"popular" : true
} ]
}, {
"name" : "shellarg4package",
"properties" : [ {
"id" : "shellarg4",
"type" : "Text",
"title" : "Argument 4",
"value" : "",
"description" : "Shell commnad arg 4",
"popular" : true
} ]
}, {
"name" : "shellarg5package",
"properties" : [ {
"id" : "shellarg5",
"type" : "Text",
"title" : "Argument 5",
"value" : "",
"description" : "Shell commnad arg 5",
"popular" : true
} ]
}, {
"name" : "shellwaitpackage",
"properties" : [ {
"id" : "shellwait",
"type" : "Text",
"title" : "Wait",
"value" : "",
"description" : "Flag to wait for shell command execution end",
"popular" : true
} ]
}, {
"name" : "shelloutputvariablepackage",
"properties" : [ {
"id" : "shelloutputvariable",
"type" : "Text",
"title" : "Output variable",
"value" : "",
"description" : "Variable to store shell commnad output",
"popular" : true
} ]
}, {
"name" : "shellerrorcodevariablepackage",
"properties" : [ {
"id" : "shellerrorcodevariable",
"type" : "Text",
"title" : "Error code variable",
"value" : "",
"description" : "Variable to store shell commnad error code",
"popular" : true
} ]
}, {
"name" : "shellredirecterrorpackage",
"properties" : [ {
"id" : "shellredirecterror",
"type" : "Text",
"title" : "Redirect error",
"value" : "",
"description" : "If true merge error output with standard output",
"popular" : true
} ]
}, {
"name" : "shellcleanenvpackage",
"properties" : [ {
"id" : "shellcleanenv",
"type" : "Text",
"title" : "Clean env",
"value" : "",
"description" : "Clean shell execution environment",
"popular" : true
} ]
}, {
"name" : "shelldirectorypackage",
"properties" : [ {
"id" : "shelldirectory",
"type" : "Text",
"title" : "Directory",
"value" : "",
"description" : "Shell process working directory",
"popular" : true
} ]
}, {
"name" : "ruletask_rulespackage",
"properties" : [ {
"id" : "ruletask_rules",
"type" : "String",
"title" : "Rules",
"value" : "",
"description" : "Rules of the rule task.",
"popular" : true
} ]
}, {
"name" : "ruletask_variables_inputpackage",
"properties" : [ {
"id" : "ruletask_variables_input",
"type" : "String",
"title" : "Input variables",
"value" : "",
"description" : "Input variables of the rule task.",
"popular" : true
} ]
}, {
"name" : "ruletask_excludepackage",
"properties" : [ {
"id" : "ruletask_exclude",
"type" : "Boolean",
"title" : "Exclude",
"value" : "false",
"description" : "Use the rules property as exclusion.",
"popular" : true
} ]
}, {
"name" : "ruletask_resultpackage",
"properties" : [ {
"id" : "ruletask_result",
"type" : "String",
"title" : "Result variable",
"value" : "",
"description" : "Result variable of the rule task.",
"popular" : true
} ]
}, {
"name" : "mailtaskheaderspackage",
"properties" : [ {
"id" : "mailtaskheaders",
"type" : "Text",
"title" : "Headers",
"value" : "",
"description" : "Line separated Mail headers (For example - X-Attribute: value).",
"popular" : true
} ]
}, {
"name" : "mailtasktopackage",
"properties" : [ {
"id" : "mailtaskto",
"type" : "Text",
"title" : "To",
"value" : "",
"description" : "The recipients if the e-mail. Multiple recipients are defined in a comma-separated list.",
"popular" : true
} ]
}, {
"name" : "mailtaskfrompackage",
"properties" : [ {
"id" : "mailtaskfrom",
"type" : "Text",
"title" : "From",
"value" : "",
"description" : "The sender e-mail address. If not provided, the default configured from address is used.",
"popular" : true
} ]
}, {
"name" : "mailtasksubjectpackage",
"properties" : [ {
"id" : "mailtasksubject",
"type" : "Text",
"title" : "Subject",
"value" : "",
"description" : "The subject of the e-mail.",
"popular" : true
} ]
}, {
"name" : "mailtaskccpackage",
"properties" : [ {
"id" : "mailtaskcc",
"type" : "Text",
"title" : "Cc",
"value" : "",
"description" : "The cc's of the e-mail. Multiple recipients are defined in a comma-separated list",
"popular" : true
} ]
}, {
"name" : "mailtaskbccpackage",
"properties" : [ {
"id" : "mailtaskbcc",
"type" : "Text",
"title" : "Bcc",
"value" : "",
"description" : "The bcc's of the e-mail. Multiple recipients are defined in a comma-separated list",
"popular" : true
} ]
}, {
"name" : "mailtasktextpackage",
"properties" : [ {
"id" : "mailtasktext",
"type" : "Text",
"title" : "Text",
"value" : "",
"description" : "The content of the e-mail, in case one needs to send plain none-rich e-mails. Can be used in combination with html, for e-mail clients that don't support rich content. The client will then fall back to this text-only alternative.",
"popular" : true
} ]
}, {
"name" : "mailtaskhtmlpackage",
"properties" : [ {
"id" : "mailtaskhtml",
"type" : "Text",
"title" : "Html",
"value" : "",
"description" : "A piece of HTML that is the content of the e-mail.",
"popular" : true
} ]
}, {
"name" : "mailtaskcharsetpackage",
"properties" : [ {
"id" : "mailtaskcharset",
"type" : "String",
"title" : "Charset",
"value" : "",
"description" : "Allows to change the charset of the email, which is necessary for many non-English languages. ",
"popular" : true
} ]
}, {
"name" : "httptaskrequestmethodpackage",
"properties" : [ {
"id" : "httptaskrequestmethod",
"type" : "flowable-http-request-method",
"title" : "Request method",
"value" : "",
"description" : "Request method (For example - GET,POST,PUT etc).",
"popular" : true
} ]
}, {
"name" : "httptaskrequesturlpackage",
"properties" : [ {
"id" : "httptaskrequesturl",
"type" : "Text",
"title" : "Request URL",
"value" : "",
"description" : "Request URL (For example - http://flowable.org).",
"popular" : true
} ]
}, {
"name" : "httptaskrequestheaderspackage",
"properties" : [ {
"id" : "httptaskrequestheaders",
"type" : "Text",
"title" : "Request headers",
"value" : "",
"description" : "Line separated HTTP request headers (For example - Content-Type: application/json).",
"popular" : true
} ]
}, {
"name" : "httptaskrequestbodypackage",
"properties" : [ {
"id" : "httptaskrequestbody",
"type" : "Text",
"title" : "Request body",
"value" : "",
"description" : "Request body (For example- ${sampleBody}).",
"popular" : true
} ]
}, {
"name" : "httptaskrequestbodyencodingpackage",
"properties" : [ {
"id" : "httptaskrequestbodyencoding",
"type" : "Text",
"title" : "Request body encoding",
"value" : "",
"description" : "Request body encoding (For example- UTF-8).",
"popular" : true
} ]
}, {
"name" : "httptaskrequesttimeoutpackage",
"properties" : [ {
"id" : "httptaskrequesttimeout",
"type" : "String",
"title" : "Request timeout",
"value" : "",
"description" : "Timeout in milliseconds for the request (For example - 5000).",
"popular" : true
} ]
}, {
"name" : "httptaskdisallowredirectspackage",
"properties" : [ {
"id" : "httptaskdisallowredirects",
"type" : "String",
"title" : "Disallow redirects",
"value" : "",
"description" : "Flag to disallow HTTP redirects.",
"popular" : true
} ]
}, {
"name" : "httptaskfailstatuscodespackage",
"properties" : [ {
"id" : "httptaskfailstatuscodes",
"type" : "String",
"title" : "Fail status codes",
"value" : "",
"description" : "Comma separated list of HTTP response status codes to retry, for example 400,5XX.",
"popular" : true
} ]
}, {
"name" : "httptaskhandlestatuscodespackage",
"properties" : [ {
"id" : "httptaskhandlestatuscodes",
"type" : "String",
"title" : "Handle status codes",
"value" : "",
"description" : "Comma separated list of HTTP response status codes to ignore, for example 404,3XX.",
"popular" : true
} ]
}, {
"name" : "httptaskignoreexceptionpackage",
"properties" : [ {
"id" : "httptaskignoreexception",
"type" : "String",
"title" : "Ignore exception",
"value" : "",
"description" : "Flag to ignore exceptions.",
"popular" : true
} ]
},
{
"name" : "httptasksaveresponseparameterstransientpackage",
"properties" : [ {
"id" : "httptasksaveresponseparameterstransient",
"type" : "String",
"title" : "Save response as a transient variable",
"value" : "",
"description" : "Flag indicating to store the response variable(s) transient",
"popular" : true
} ]
},
{
"name" : "httptasksaveresponseasjsonpackage",
"properties" : [ {
"id" : "httptasksaveresponseasjson",
"type" : "String",
"title" : "Save response as JSON",
"value" : "",
"description" : "Flag indicating to store the response variable as a JSON variable instead of a String",
"popular" : true
} ]
},
{
"name": "skipexpressionpackage",
"properties": [
{
"id": "skipexpression",
"type": "String",
"title": "Skip expression",
"value": "",
"description": "Skip an expression execution associated with task or association or not.",
"popular": true
}
]
},
{
"name" : "httptaskresponsevariablenamepackage",
"properties" : [ {
"id" : "httptaskresponsevariablename",
"type" : "String",
"title" : "Response variable name",
"value" : "",
"description" : "Define the variable name to store the http response.",
"popular" : true
} ]
}, {
"name" : "httptasksaverequestvariablespackage",
"properties" : [ {
"id" : "httptasksaverequestvariables",
"type" : "String",
"title" : "Save request variables",
"value" : "",
"description" : "Flag to save request variables.",
"popular" : true
} ]
}, {
"name" : "httptasksaveresponseparameterspackage",
"properties" : [ {
"id" : "httptasksaveresponseparameters",
"type" : "String",
"title" : "Save response status, headers",
"value" : "",
"description" : "Flag to save response status, headers etc.",
"popular" : true
} ]
}, {
"name" : "httptaskresultvariableprefixpackage",
"properties" : [ {
"id" : "httptaskresultvariableprefix",
"type" : "String",
"title" : "Result variable prefix",
"value" : "",
"description" : "Prefix for the execution variable names.",
"popular" : true
} ]
}, {
"name" : "callactivitycalledelementpackage",
"properties" : [ {
"id" : "callactivitycalledelement",
"type" : "String",
"title" : "Called element",
"value" : "",
"description" : "Process reference.",
"popular" : true
} ]
}, {
"name" : "callactivitycalledelementtypepackage",
"properties" : [ {
"id" : "callactivitycalledelementtype",
"type" : "flowable-calledelementtype",
"title" : "Called element type",
"value" : "key",
"description" : "Type of the used process reference.",
"popular" : true
} ]
}, {
"name" : "callactivityinparameterspackage",
"properties" : [ {
"id" : "callactivityinparameters",
"type" : "Complex",
"title" : "In parameters",
"value" : "",
"description" : "Definition of the input parameters",
"popular" : true
} ]
}, {
"name" : "callactivityoutparameterspackage",
"properties" : [ {
"id" : "callactivityoutparameters",
"type" : "Complex",
"title" : "Out parameters",
"value" : "",
"description" : "Definition of the output parameters",
"popular" : true
} ]
}, {
"name" : "callactivityinheritvariablespackage",
"properties" : [ {
"id" : "callactivityinheritvariables",
"type" : "Boolean",
"title" : "Inherit variables in sub process",
"value" : "false",
"description" : "Inherit parent process variables in the sub process.",
"popular" : true
} ]
}, {
"name" : "callactivitysamedeploymentpackage",
"properties" : [ {
"id" : "callactivitysamedeployment",
"type" : "Boolean",
"title" : "Start the referenced process from the same deployment.",
"value" : "false",
"description" : "Use the referenced process from the same deployment.",
"popular" : true
} ]
}, {
"name" : "callactivityprocessinstancenamepackage",
"properties" : [ {
"id" : "callactivityprocessinstancename",
"type" : "String",
"title" : "Process instance name",
"value" : "",
"description" : "An expression that resolves to the name of the child process instance",
"popular" : true
} ]
}, {
"name" : "callactivityinheritbusinesskeypackage",
"properties" : [ {
"id" : "callactivityinheritbusinesskey",
"type" : "Boolean",
"title" : "Inherit business key",
"value" : "false",
"description" : "Inherit the business key from the parent process.",
"popular" : true
} ]
}, {
"name" : "callactivityuselocalscopeforoutparameterspackage",
"properties" : [ {
"id" : "callactivityuselocalscopeforoutparameters",
"type" : "Boolean",
"title" : "Use local scope for out parameters",
"value" : "false",
"description" : "Use local variable scope for out parameters.",
"popular" : true
} ]
}, {
"name" : "callactivitybusinesskeypackage",
"properties" : [ {
"id" : "callactivitybusinesskey",
"type" : "String",
"title" : "Business key expression",
"value" : "",
"description" : "An expression that resolves to a business key for the child process instance",
"popular" : true
} ]
}, {
"name" : "callactivitycompleteasyncpackage",
"properties" : [ {
"id" : "callactivitycompleteasync",
"type" : "Boolean",
"title" : "Complete asynchronously",
"value" : "",
"description" : "If set, the child process ending and completing the call activity is done asynchronously. Useful when using parallel multi instance with a called process definition that has async tasks.",
"popular" : true
} ]
}, {
"name" : "cameltaskcamelcontextpackage",
"properties" : [ {
"id" : "cameltaskcamelcontext",
"type" : "String",
"title" : "Camel context",
"value" : "",
"description" : "An optional camel context definition, if left empty the default is used.",
"popular" : true
} ]
}, {
"name" : "muletaskendpointurlpackage",
"properties" : [ {
"id" : "muletaskendpointurl",
"type" : "String",
"title" : "Endpoint url",
"value" : "",
"description" : "A required endpoint url to sent the message to Mule.",
"popular" : true
} ]
}, {
"name" : "muletasklanguagepackage",
"properties" : [ {
"id" : "muletasklanguage",
"type" : "String",
"title" : "Language",
"value" : "",
"description" : "A required definition for the language to resolve the payload expression, like juel.",
"popular" : true
} ]
}, {
"name" : "muletaskpayloadexpressionpackage",
"properties" : [ {
"id" : "muletaskpayloadexpression",
"type" : "Text",
"title" : "Payload expression",
"value" : "",
"description" : "A required definition for the payload of the message sent to Mule.",
"popular" : true
} ]
}, {
"name" : "muletaskresultvariablepackage",
"properties" : [ {
"id" : "muletaskresultvariable",
"type" : "String",
"title" : "Result variable",
"value" : "",
"description" : "An optional result variable for the payload returned.",
"popular" : true
} ]
}, {
"name" : "conditionsequenceflowpackage",
"properties" : [ {
"id" : "conditionsequenceflow",
"type" : "Complex",
"title" : "Flow condition",
"value" : "",
"description" : "The condition of the sequence flow",
"popular" : true
} ]
}, {
"name" : "defaultflowpackage",
"properties" : [ {
"id" : "defaultflow",
"type" : "Boolean",
"title" : "Default flow",
"value" : "false",
"description" : "Define the sequence flow as default",
"popular" : true,
"refToView" : "default"
} ]
}, {
"name" : "conditionalflowpackage",
"properties" : [ {
"id" : "conditionalflow",
"type" : "Boolean",
"title" : "Conditional flow",
"value" : "false",
"description" : "Define the sequence flow with a condition",
"popular" : true
} ]
}, {
"name" : "timercycledefinitionpackage",
"properties" : [ {
"id" : "timercycledefinition",
"type" : "String",
"title" : "Time cycle (e.g. R3/PT10H)",
"value" : "",
"description" : "Define the timer with a ISO-8601 cycle.",
"popular" : true
} ]
}, {
"name" : "timerdatedefinitionpackage",
"properties" : [ {
"id" : "timerdatedefinition",
"type" : "String",
"title" : "Time date in ISO-8601",
"value" : "",
"description" : "Define the timer with a ISO-8601 date definition.",
"popular" : true
} ]
}, {
"name" : "timerdurationdefinitionpackage",
"properties" : [ {
"id" : "timerdurationdefinition",
"type" : "String",
"title" : "Time duration (e.g. PT5M)",
"value" : "",
"description" : "Define the timer with a ISO-8601 duration.",
"popular" : true
} ]
}, {
"name" : "timerenddatedefinitionpackage",
"properties" : [ {
"id" : "timerenddatedefinition",
"type" : "String",
"title" : "Time End Date in ISO-8601",
"value" : "",
"description" : "Define the timer with a ISO-8601 duration.",
"popular" : true
} ]
}, {
"name" : "messagerefpackage",
"properties" : [ {
"id" : "messageref",
"type" : "String",
"title" : "Message reference",
"value" : "",
"description" : "Define the message name.",
"popular" : true
} ]
}, {
"name" : "signalrefpackage",
"properties" : [ {
"id" : "signalref",
"type" : "String",
"title" : "Signal reference",
"value" : "",
"description" : "Define the signal name.",
"popular" : true
} ]
}, {
"name" : "errorrefpackage",
"properties" : [ {
"id" : "errorref",
"type" : "String",
"title" : "Error reference",
"value" : "",
"description" : "Define the error name.",
"popular" : true
} ]
}, {
"name" : "cancelactivitypackage",
"properties" : [ {
"id" : "cancelactivity",
"type" : "Boolean",
"title" : "Cancel activity",
"value" : "true",
"description" : "Should the activity be cancelled",
"popular" : true,
"refToView" : [ "frame", "frame2" ]
} ]
}, {
"name" : "initiatorpackage",
"properties" : [ {
"id" : "initiator",
"type" : "String",
"title" : "Initiator",
"value" : "",
"description" : "Initiator of the process.",
"popular" : true
} ]
}, {
"name" : "textpackage",
"properties" : [ {
"id" : "text",
"type" : "String",
"title" : "Text",
"value" : "",
"description" : "The text of the text annotation.",
"popular" : true,
"refToView" : "text"
} ]
}, {
"name" : "multiinstance_typepackage",
"properties" : [ {
"id" : "multiinstance_type",
"type" : "flowable-multiinstance",
"title" : "Multi-instance type",
"value" : "None",
"description" : "Repeated activity execution (parallel or sequential) can be displayed through different loop types",
"popular" : true,
"refToView" : "multiinstance"
} ]
}, {
"name" : "multiinstance_cardinalitypackage",
"properties" : [ {
"id" : "multiinstance_cardinality",
"type" : "String",
"title" : "Cardinality (Multi-instance)",
"value" : "",
"description" : "Define the cardinality of multi instance.",
"popular" : true
} ]
}, {
"name" : "multiinstance_collectionpackage",
"properties" : [ {
"id" : "multiinstance_collection",
"type" : "String",
"title" : "Collection (Multi-instance)",
"value" : "",
"description" : "Define the collection for the multi instance.",
"popular" : true
} ]
}, {
"name" : "multiinstance_variablepackage",
"properties" : [ {
"id" : "multiinstance_variable",
"type" : "String",
"title" : "Element variable (Multi-instance)",
"value" : "",
"description" : "Define the element variable for the multi instance.",
"popular" : true
} ]
}, {
"name" : "multiinstance_conditionpackage",
"properties" : [ {
"id" : "multiinstance_condition",
"type" : "String",
"title" : "Completion condition (Multi-instance)",
"value" : "",
"description" : "Define the completion condition for the multi instance.",
"popular" : true
} ]
}, {
"name" : "isforcompensationpackage",
"properties" : [ {
"id" : "isforcompensation",
"type" : "Boolean",
"title" : "Is for compensation",
"value" : "false",
"description" : "A flag that identifies whether this activity is intended for the purposes of compensation.",
"popular" : true,
"refToView" : "compensation"
} ]
}, {
"name" : "sequencefloworderpackage",
"properties" : [ {
"id" : "sequencefloworder",
"type" : "Complex",
"title" : "Flow order",
"value" : "",
"description" : "Order outgoing sequence flows.",
"popular" : true
} ]
}, {
"name" : "signaldefinitionspackage",
"properties" : [ {
"id" : "signaldefinitions",
"type" : "multiplecomplex",
"title" : "Signal definitions",
"value" : "",
"description" : "Signal definitions",
"popular" : true
} ]
}, {
"name" : "messagedefinitionspackage",
"properties" : [ {
"id" : "messagedefinitions",
"type" : "multiplecomplex",
"title" : "Message definitions",
"value" : "",
"description" : "Message definitions",
"popular" : true
} ]
}, {
"name" : "istransactionpackage",
"properties" : [ {
"id" : "istransaction",
"type" : "Boolean",
"title" : "Is a transaction sub process",
"value" : "false",
"description" : "A flag that identifies whether this sub process is of type transaction.",
"popular" : true,
"refToView" : "border"
} ]
}, {
"name" : "formreferencepackage",
"properties" : [ {
"id" : "formreference",
"type" : "Complex",
"title" : "Form reference",
"value" : "",
"description" : "Reference to a form",
"popular" : true
} ]
}, {
"name" : "terminateAllpackage",
"properties" : [ {
"id" : "terminateAll",
"type" : "Boolean",
"title" : "Terminate all",
"value" : "false",
"description" : "Enable to terminate the process instance",
"popular" : true
} ]
}, {
"name" : "decisiontaskdecisiontablereferencepackage",
"properties" : [ {
"id" : "decisiontaskdecisiontablereference",
"type" : "Complex",
"title" : "Decision table reference",
"value" : "",
"description" : "Set the decision table reference",
"popular" : true
} ]
}, {
"name" : "decisiontaskthrowerroronnohitspackage",
"properties" : [ {
"id" : "decisiontaskthrowerroronnohits",
"type" : "Boolean",
"title" : "Throw error if no rules were hit",
"value" : "false",
"description" : "Should an error be thrown if no rules of the decision table were hit and consequently no result was found.",
"popular" : true
} ]
}, {
"name" : "interruptingpackage",
"properties" : [ {
"id" : "interrupting",
"type" : "Boolean",
"title" : "Interrupting",
"value" : "true",
"description" : "Should all parent executions be terminated?",
"popular" : true,
"refToView" : [ "frame" ]
} ]
}, {
"name" : "completionconditionpackage",
"properties" : [ {
"id" : "completioncondition",
"type" : "String",
"title" : "Completion condition",
"value" : "",
"description" : "The completion condition for the adhoc sub process",
"popular" : true
} ]
}, {
"name" : "orderingpackage",
"properties" : [ {
"id" : "ordering",
"type" : "flowable-ordering",
"title" : "Ordering",
"value" : "Parallel",
"description" : "The ordering for the adhoc sub process",
"popular" : true
} ]
}, {
"name" : "cancelremaininginstancespackage",
"properties" : [ {
"id" : "cancelremaininginstances",
"type" : "Boolean",
"title" : "Cancel remaining instances",
"value" : "true",
"description" : "Cancel the remaining instances for the adhoc sub process?",
"popular" : true
} ]
} ],
"stencils" : [ {
"type" : "node",
"id" : "BPMNDiagram",
"title" : "BPMN-Diagram",
"description" : "A BPMN 2.0 diagram.",
"view" : "\n\n \n \n \n \n \t \n \n ",
"icon" : "diagram.png",
"groups" : [ "Diagram" ],
"mayBeRoot" : true,
"hide" : true,
"propertyPackages" : [ "process_idpackage", "namepackage", "documentationpackage", "process_authorpackage", "process_versionpackage", "process_namespacepackage", "process_historylevelpackage", "isexecutablepackage", "datapropertiespackage", "executionlistenerspackage", "eventlistenerspackage", "signaldefinitionspackage", "messagedefinitionspackage", "process_potentialstarteruserpackage","process_potentialstartergrouppackage", "process_iseagerexecutionfetchpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ ]
}, {
"type" : "node",
"id" : "StartNoneEvent",
"title" : "Start event",
"description" : "A start event without a specific trigger",
"view" : "\n\n \n \n \t \n \n \n \n\t \n \n ",
"icon" : "startevent/none.png",
"groups" : [ "Start Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "initiatorpackage", "formkeydefinitionpackage", "formreferencepackage", "formpropertiespackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ]
}, {
"type" : "node",
"id" : "StartTimerEvent",
"title" : "Start timer event",
"description" : "A start event with a timer trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \n \n \n\t \n \n ",
"icon" : "startevent/timer.png",
"groups" : [ "Start Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ]
}, {
"type" : "node",
"id" : "StartSignalEvent",
"title" : "Start signal event",
"description" : "A start event with a signal trigger",
"view" : "\n\n \n \n \t \n \n \n\n \n \n \n\t \n \n ",
"icon" : "startevent/signal.png",
"groups" : [ "Start Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage", "interruptingpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ]
}, {
"type" : "node",
"id" : "StartMessageEvent",
"title" : "Start message event",
"description" : "A start event with a message trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \n \n \n\t \n \n ",
"icon" : "startevent/message.png",
"groups" : [ "Start Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "messagerefpackage", "interruptingpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ]
}, {
"type" : "node",
"id" : "StartErrorEvent",
"title" : "Start error event",
"description" : "A start event that catches a thrown BPMN error",
"view" : "\n\n \n \n \t \n \n \n \n \n \n \n\t \n \n ",
"icon" : "startevent/error.png",
"groups" : [ "Start Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "errorrefpackage", "interruptingpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "Startevents_all", "StartEventsMorph", "all" ]
}, {
"type" : "node",
"id" : "UserTask",
"title" : "User task",
"description" : "A manual task assigned to a specific person",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n\t\n\t\n\t\t \n\t\t\n\t \n \n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.user.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "usertaskassignmentpackage", "formkeydefinitionpackage", "formreferencepackage", "duedatedefinitionpackage", "prioritydefinitionpackage", "formpropertiespackage", "tasklistenerspackage", "skipexpressionpackage", "categorypackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "ServiceTask",
"title" : "Service task",
"description" : "An automatic task with service logic",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n\t\n\t\n\t \n\t \n \n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.service.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "servicetasktriggerablepackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "servicetaskclasspackage", "servicetaskexpressionpackage", "servicetaskdelegateexpressionpackage", "servicetaskfieldspackage", "servicetaskresultvariablepackage", "skipexpressionpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "ScriptTask",
"title" : "Script task",
"description" : "An automatic task with script logic",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n\t\n\t\n\t\t \n\t \n \n\t\n\t\t \n\t \n\t\n\t\t \n\t \n\t\n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.script.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "scriptformatpackage", "scripttextpackage", "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "scriptautostorevariablespackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "BusinessRule",
"title" : "Business rule task",
"description" : "An automatic task with rule logic",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n \t\n\t\t\n\t\t\t\n\t\t\t\n\t\t \n\t \n\t\n\t \n\t \n\t\t\n\t\t \n \n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.business.rule.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "ruletask_rulespackage", "ruletask_variables_inputpackage", "ruletask_excludepackage", "ruletask_resultpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "ReceiveTask",
"title" : "Receive task",
"description" : "An task that waits for a signal",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n \n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.receive.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "ManualTask",
"title" : "Manual task",
"description" : "An automatic task with no logic",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n \n \t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.manual.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "MailTask",
"title" : "Mail task",
"description" : "An mail task",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n \n\t\n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.send.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "mailtaskheaderspackage", "mailtasktopackage", "mailtaskfrompackage", "mailtasksubjectpackage", "mailtaskccpackage", "mailtaskbccpackage", "mailtasktextpackage", "mailtaskhtmlpackage", "mailtaskcharsetpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "CamelTask",
"title" : "Camel task",
"description" : "An task that sends a message to Camel",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n\t\n\t\n\t\t \n\t \n \n\t\n\t\t \n\t \n\t\n\t\t \n\t \n\t\n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.camel.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "cameltaskcamelcontextpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "HttpTask",
"title" : "Http task",
"description" : "A HTTP task",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n \n\t\n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.http.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "httptaskrequestmethodpackage", "httptaskrequesturlpackage", "httptaskrequestheaderspackage", "httptaskrequestbodypackage", "httptaskrequestbodyencodingpackage", "httptaskrequesttimeoutpackage", "httptaskdisallowredirectspackage", "httptaskfailstatuscodespackage", "httptaskhandlestatuscodespackage", "httptaskignoreexceptionpackage", "httptaskresponsevariablenamepackage", "httptasksaverequestvariablespackage", "httptasksaveresponseparameterspackage", "httptaskresultvariableprefixpackage", "httptasksaveresponseparameterstransientpackage", "httptasksaveresponseasjsonpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "MuleTask",
"title" : "Mule task",
"description" : "An task that sends a message to Mule",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n\t\n\t\n\t\t \n\t \n \n\t\n\t\t \n\t \n\t\n\t\t \n\t \n\t\n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.mule.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "muletaskendpointurlpackage", "muletasklanguagepackage", "muletaskpayloadexpressionpackage", "muletaskresultvariablepackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "SendTask",
"title" : "Send task",
"description" : "An task that sends a message",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n \n\t\n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.send.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
}, {
"type" : "node",
"id" : "DecisionTask",
"title" : "Decision task",
"description" : "Task to use the Flowable DMN rule engine",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n\t\n\t\n\t\t \n\t \n\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/list/type.decision.png",
"groups" : [ "Activities" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage", "decisiontaskdecisiontablereferencepackage", "decisiontaskthrowerroronnohitspackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "ActivitiesMorph", "all" ]
},
{
"type": "node",
"id": "ShellTask",
"title": "Shell task",
"description": "An automatic task with shell batch logic",
"view": "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n\t\n\t\n\t\t_]]> \n\t \n \n\t\n\t\t \n\t \n\t\n\t\t \n\t \n\t\n\n\t\n\t\t \n\t \n \n ",
"icon": "activity/list/type.shell.png",
"groups": [
"Activities"
],
"propertyPackages": [
"overrideidpackage",
"namepackage",
"documentationpackage",
"asynchronousdefinitionpackage",
"shellcommandpackage",
"shellarg1package",
"shellarg2package",
"shellarg3package",
"shellarg4package",
"shellarg5package",
"shellwaitpackage",
"shelloutputvariablepackage",
"shellerrorcodevariablepackage",
"shellredirecterrorpackage",
"shellcleanenvpackage",
"shelldirectorypackage",
"exclusivedefinitionpackage",
"executionlistenerspackage",
"multiinstance_typepackage",
"multiinstance_cardinalitypackage",
"multiinstance_collectionpackage",
"multiinstance_variablepackage",
"multiinstance_conditionpackage",
"isforcompensationpackage"
],
"hiddenPropertyPackages": [],
"roles": [
"Activity",
"sequence_start",
"sequence_end",
"ActivitiesMorph",
"all"
]
},{
"type" : "node",
"id" : "SubProcess",
"title" : "Sub process",
"description" : "A sub process scope",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n \n\t \n\t \n\t\n\t \n\t\n\t\n\t\t \n\t \n\t\n\t\t \n\t \n \n ",
"icon" : "activity/expanded.subprocess.png",
"groups" : [ "Structural" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "datapropertiespackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "istransactionpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "all" ]
},{
"type" : "node",
"id" : "CollapsedSubProcess",
"title" : "Collapsed Sub process",
"description" : "A sub process scope",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n\t \n\t\t\n\t\t \n\t\n\t\t \n\t\t \n\t\t \n\t \n \n ",
"icon" : "activity/subprocess.png",
"groups" : [ "Structural" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "datapropertiespackage", "executionlistenerspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "istransactionpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "all" ]
},{
"type" : "node",
"id" : "EventSubProcess",
"title" : "Event sub process",
"description" : "A event sub process scope",
"view" : "\n\n \n \n \t \n \t \n \t \n \t \n \t \n \n \n\t \n\t \n \t\n\t\t \n \t\n\t \n\t\n \n ",
"icon" : "activity/event.subprocess.png",
"groups" : [ "Structural" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "executionlistenerspackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "all", "EventSubProcess" ]
}, {
"type" : "node",
"id" : "CallActivity",
"title" : "Call activity",
"description" : "A call activity",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n\t \n \n\t \n\t\t\n\t\t \n \n\t\n\t\t \n\t \n\t\n\t\n\t\t \n\t \n\n\t\n\t\t \n\t \n \n ",
"icon" : "activity/task.png",
"groups" : [ "Structural" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "callactivitycompleteasyncpackage", "executionlistenerspackage", "callactivitycalledelementpackage", "callactivitycalledelementtypepackage", "callactivityinparameterspackage", "callactivityoutparameterspackage", "callactivityinheritvariablespackage", "callactivitysamedeploymentpackage", "callactivityprocessinstancenamepackage", "callactivityinheritbusinesskeypackage", "callactivitybusinesskeypackage", "callactivityuselocalscopeforoutparameterspackage", "multiinstance_typepackage", "multiinstance_cardinalitypackage", "multiinstance_collectionpackage", "multiinstance_variablepackage", "multiinstance_conditionpackage", "isforcompensationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "ExclusiveGateway",
"title" : "Exclusive gateway",
"description" : "A choice gateway",
"view" : "\n\n \n \n \n \t\t\t\t\t\n \n \n \n \n \n \n \n\t\n\t \n\t\n \n \n",
"icon" : "gateway/exclusive.databased.png",
"groups" : [ "Gateways" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "ParallelGateway",
"title" : "Parallel gateway",
"description" : "A parallel gateway",
"view" : "\n\n \n \n \n \n \n \n \n \n\t \n\t\n \n \n",
"icon" : "gateway/parallel.png",
"groups" : [ "Gateways" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "InclusiveGateway",
"title" : "Inclusive gateway",
"description" : "An inclusive gateway",
"view" : "\n\n \n \n \n \n\n \n \n \n\t \n\t\n \n \n",
"icon" : "gateway/inclusive.png",
"groups" : [ "Gateways" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "EventGateway",
"title" : "Event gateway",
"description" : "An event gateway",
"view" : "\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n\n \n",
"icon" : "gateway/eventbased.png",
"groups" : [ "Gateways" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "asynchronousdefinitionpackage", "exclusivedefinitionpackage", "sequencefloworderpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "GatewaysMorph", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "BoundaryErrorEvent",
"title" : "Boundary error event",
"description" : "A boundary event that catches a BPMN error",
"view" : "\n\n \n \n \t \n \n \n \n \n \n \n \n\t \n \n ",
"icon" : "catching/error.png",
"groups" : [ "Boundary Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "errorrefpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ]
}, {
"type" : "node",
"id" : "BoundaryTimerEvent",
"title" : "Boundary timer event",
"description" : "A boundary event with a timer trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \t\n \n \n \n \n \n \n \t\n\t \n \n ",
"icon" : "catching/timer.png",
"groups" : [ "Boundary Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage", "timerenddatedefinitionpackage", "cancelactivitypackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ]
}, {
"type" : "node",
"id" : "BoundarySignalEvent",
"title" : "Boundary signal event",
"description" : "A boundary event with a signal trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \t\n \n \n \n \n\t \n\t \n \n ",
"icon" : "catching/signal.png",
"groups" : [ "Boundary Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "signalrefpackage", "cancelactivitypackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ]
}, {
"type" : "node",
"id" : "BoundaryMessageEvent",
"title" : "Boundary message event",
"description" : "A boundary event with a message trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \t\n \n \t\n \n \n \n\t\n\t\t \n\t \n\t \n\t\n \n ",
"icon" : "catching/message.png",
"groups" : [ "Boundary Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "messagerefpackage", "cancelactivitypackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ]
}, {
"type" : "node",
"id" : "BoundaryCancelEvent",
"title" : "Boundary cancel event",
"description" : "A boundary cancel event",
"view" : "\n\n \n \n \t \n \n \n \n \n \n \n \n \n\t \n \n ",
"icon" : "catching/cancel.png",
"groups" : [ "Boundary Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary" ]
}, {
"type" : "node",
"id" : "BoundaryCompensationEvent",
"title" : "Boundary compensation event",
"description" : "A boundary compensation event",
"view" : "\n\n \n \n \t \n \n \n \n\t\n \n \n \n \n \n\t \n \n ",
"icon" : "catching/compensation.png",
"groups" : [ "Boundary Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "BoundaryEventsMorph", "IntermediateEventOnActivityBoundary", "all" ]
}, {
"type" : "node",
"id" : "CatchTimerEvent",
"title" : "Intermediate timer catching event",
"description" : "An intermediate catching event with a timer trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \t\n \n \n \n \n \n \n \t\n\t \n \n ",
"icon" : "catching/timer.png",
"groups" : [ "Intermediate Catching Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "timercycledefinitionpackage", "timerdatedefinitionpackage", "timerdurationdefinitionpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ]
}, {
"type" : "node",
"id" : "CatchSignalEvent",
"title" : "Intermediate signal catching event",
"description" : "An intermediate catching event with a signal trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \t\n \n \n \n \n\t \n\t \n \n ",
"icon" : "catching/signal.png",
"groups" : [ "Intermediate Catching Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ]
}, {
"type" : "node",
"id" : "CatchMessageEvent",
"title" : "Intermediate message catching event",
"description" : "An intermediate catching event with a message trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \t\n \n \t\n \n \n \n\t\n\t\t \n\t \n\t \n\t\n \n ",
"icon" : "catching/message.png",
"groups" : [ "Intermediate Catching Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "messagerefpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "sequence_start", "sequence_end", "CatchEventsMorph", "all" ]
}, {
"type" : "node",
"id" : "ThrowNoneEvent",
"title" : "Intermediate none throwing event",
"description" : "An intermediate event without a specific trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \n \n\t \n \n ",
"icon" : "throwing/none.png",
"groups" : [ "Intermediate Throwing Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "ThrowEventsMorph", "sequence_start", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "ThrowSignalEvent",
"title" : "Intermediate signal throwing event",
"description" : "An intermediate event with a signal trigger",
"view" : "\n\n \n \n \t \n \n \n \n \n \n \n\t \n \n ",
"icon" : "throwing/signal.png",
"groups" : [ "Intermediate Throwing Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "signalrefpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "ThrowEventsMorph", "sequence_start", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "EndNoneEvent",
"title" : "End event",
"description" : "An end event without a specific trigger",
"view" : "\n\n \n \n \t \n \n \n \n\t \n \n ",
"icon" : "endevent/none.png",
"groups" : [ "End Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "EndEventsMorph", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "EndErrorEvent",
"title" : "End error event",
"description" : "An end event that throws an error event",
"view" : "\n\n \n \n \t \n \n \n \n \n \n \n\t \n \n ",
"icon" : "endevent/error.png",
"groups" : [ "End Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "errorrefpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "EndEventsMorph", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "EndCancelEvent",
"title" : "End cancel event",
"description" : "A cancel end event",
"view" : "\n\n \n \n \t \n \n \n \n \n \n\t \n \n ",
"icon" : "endevent/cancel.png",
"groups" : [ "End Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "EndEventsMorph", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "EndTerminateEvent",
"title" : "End terminate event",
"description" : "A terminate end event",
"view" : "\n\n \n \n \t \n \n \n \n \n \n\t \n \n ",
"icon" : "endevent/terminate.png",
"groups" : [ "End Events" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "executionlistenerspackage", "terminateAllpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "EndEventsMorph", "sequence_end", "all" ]
}, {
"type" : "node",
"id" : "Pool",
"title" : "Pool",
"description" : "A pool to stucture the process definition",
"view" : "\n\n \n \n \t \n \t \n \t \n \t \n \t \n \n \n \n\t\t\n\t\t\t\n\t\t\t\n\t\t \n\t \n\t \t\n \t \n \n \n\t \n\t\n\t \n\t\n \n \n \n ",
"icon" : "swimlane/pool.png",
"groups" : [ "Swimlanes" ],
"layout" : [ {
"type" : "layout.bpmn2_0.pool"
} ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "process_idpackage", "isexecutablepackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "canContainArtifacts", "all" ]
}, {
"type" : "node",
"id" : "Lane",
"title" : "Lane",
"description" : "A lane to stucture the process definition",
"view" : "\n\n \n \n \n \n\t\t\n\t\t\t\n\t\t\t\n\t\t \n\t \n\t\n \t\t\t\n\t \n\t\n\t\n\t \n\t\n\t \n\t\n\t\n\t\n \n\t \n \n ",
"icon" : "swimlane/lane.png",
"groups" : [ "Swimlanes" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "PoolChild", "canContainArtifacts", "all" ]
}, {
"type" : "edge",
"id" : "SequenceFlow",
"title" : "Sequence flow",
"description" : "Sequence flow defines the execution order of activities.",
"view" : "\r\n\r\n\t\r\n\t \t\r\n\t \t\t\r\n\t\t\t \r\n\t \t \r\n\t \t\r\n\t \t\t \r\n\t \t \r\n\t \r\n\t\r\n\t\t \r\n\t\t\r\n\t \r\n ",
"icon" : "connector/sequenceflow.png",
"groups" : [ "Connecting Objects" ],
"layout" : [ {
"type" : "layout.bpmn2_0.sequenceflow"
} ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "conditionsequenceflowpackage", "executionlistenerspackage", "defaultflowpackage", "skipexpressionpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "ConnectingObjectsMorph", "all" ]
}, {
"type" : "edge",
"id" : "MessageFlow",
"title" : "Message flow",
"description" : "Message flow to connect elements in different pools.",
"view" : "\r\n\r\n\t\r\n\t\t\r\n\t \t\t\r\n\t \t\t \r\n\t \t \r\n\r\n\t \t\r\n\t \t\t \r\n\t \t \r\n\t \r\n\t\r\n\t \r\n\t\t\r\n\t \r\n ",
"icon" : "connector/messageflow.png",
"groups" : [ "Connecting Objects" ],
"layout" : [ {
"type" : "layout.bpmn2_0.sequenceflow"
} ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "ConnectingObjectsMorph", "all" ]
}, {
"type" : "edge",
"id" : "Association",
"title" : "Association",
"description" : "Associates a text annotation with an element.",
"view" : "\r\n\r\n\t\r\n\t \r\n\t\t\r\n\t \r\n ",
"icon" : "connector/association.undirected.png",
"groups" : [ "Connecting Objects" ],
"layout" : [ {
"type" : "layout.bpmn2_0.sequenceflow"
} ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "ConnectingObjectsMorph", "all" ]
}, {
"type" : "edge",
"id" : "DataAssociation",
"title" : "DataAssociation",
"description" : "Associates a data element with an activity.",
"view" : "\r\n\r\n\t\r\n\t \t\r\n\t \t\t \r\n\t \t \r\n\t \r\n\t\r\n\t \r\n\t\t\r\n\t \r\n ",
"icon" : "connector/association.unidirectional.png",
"groups" : [ "Connecting Objects" ],
"layout" : [ {
"type" : "layout.bpmn2_0.sequenceflow"
} ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "ConnectingObjectsMorph", "all" ]
}, {
"type" : "node",
"id" : "TextAnnotation",
"title" : "Text annotation",
"description" : "Annotates elements with description text.",
"view" : "\n\n \n \n \t\n \n \n \n \n \n \n\t \n \n ",
"icon" : "artifact/text.annotation.png",
"groups" : [ "Artifacts" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "textpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "all" ]
}, {
"type" : "node",
"id" : "DataStore",
"title" : "Data store",
"description" : "Reference to a data store.",
"view" : "\r\n\r\n\t \r\n\t\r\n\t\t \r\n\t\t \r\n\t\t \r\n\t\t \r\n\t\t \r\n\t \r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t \r\n\t\t\t\t \r\n\t\t\t \r\n\t\t \r\n\t\t\r\n\t\t\r\n\t\t \r\n\t\t\t \t\r\n\t\t \r\n\t\t\t \r\n\t \r\n \r\n",
"icon" : "dataobject/data.store.png",
"groups" : [ "Artifacts" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "all" ]
}, {
"type" : "node",
"id" : "AdhocSubProcess",
"title" : "Adhoc sub process",
"description" : "An adhoc sub process",
"view" : "\n\n \n \n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \t \n \t \n \t\n \t \n \n \n \n\t \n\t\n\t \n\t\n\t~ \n \n ",
"icon" : "activity/adhoc.subprocess.png",
"groups" : [ "Structural" ],
"propertyPackages" : [ "overrideidpackage", "namepackage", "documentationpackage", "completionconditionpackage", "orderingpackage", "cancelremaininginstancespackage" ],
"hiddenPropertyPackages" : [ ],
"roles" : [ "Activity", "sequence_start", "sequence_end", "all" ]
} ],
"rules" : {
"cardinalityRules" : [ {
"role" : "Startevents_all",
"incomingEdges" : [ {
"role" : "SequenceFlow",
"maximum" : 0
} ]
}, {
"role" : "Endevents_all",
"outgoingEdges" : [ {
"role" : "SequenceFlow",
"maximum" : 0
} ]
} ],
"connectionRules" : [ {
"role" : "SequenceFlow",
"connects" : [ {
"from" : "sequence_start",
"to" : [ "sequence_end" ]
} ]
}, {
"role" : "Association",
"connects" : [ {
"from" : "sequence_start",
"to" : [ "TextAnnotation" ]
}, {
"from" : "sequence_end",
"to" : [ "TextAnnotation" ]
}, {
"from" : "TextAnnotation",
"to" : [ "sequence_end" ]
}, {
"from" : "BoundaryCompensationEvent",
"to" : [ "sequence_end" ]
}, {
"from" : "TextAnnotation",
"to" : [ "sequence_start" ]
}, {
"from" : "BoundaryCompensationEvent",
"to" : [ "sequence_start" ]
} ]
}, {
"role" : "DataAssociation",
"connects" : [ {
"from" : "sequence_start",
"to" : [ "DataStore" ]
}, {
"from" : "sequence_end",
"to" : [ "DataStore" ]
}, {
"from" : "DataStore",
"to" : [ "sequence_end" ]
}, {
"from" : "DataStore",
"to" : [ "sequence_start" ]
} ]
}, {
"role" : "IntermediateEventOnActivityBoundary",
"connects" : [ {
"from" : "Activity",
"to" : [ "IntermediateEventOnActivityBoundary" ]
} ]
} ],
"containmentRules" : [ {
"role" : "BPMNDiagram",
"contains" : [ "all" ]
}, {
"role" : "SubProcess",
"contains" : [ "sequence_start", "sequence_end", "from_task_event", "to_task_event", "EventSubProcess", "TextAnnotation", "DataStore" ]
}, {
"role" : "AdhocSubProcess",
"contains" : [ "sequence_start", "sequence_end", "from_task_event", "to_task_event", "TextAnnotation", "DataStore" ]
}, {
"role" : "EventSubProcess",
"contains" : [ "sequence_start", "sequence_end", "from_task_event", "to_task_event", "TextAnnotation", "DataStore" ]
}, {
"role" : "Pool",
"contains" : [ "Lane" ]
}, {
"role" : "Lane",
"contains" : [ "sequence_start", "sequence_end", "EventSubProcess", "TextAnnotation", "DataStore" ]
} ],
"morphingRules" : [ {
"role" : "ActivitiesMorph",
"baseMorphs" : [ "UserTask" ],
"preserveBounds" : true
}, {
"role" : "GatewaysMorph",
"baseMorphs" : [ "ExclusiveGateway" ]
}, {
"role" : "StartEventsMorph",
"baseMorphs" : [ "StartNoneEvent" ]
}, {
"role" : "EndEventsMorph",
"baseMorphs" : [ "StartNoneEvent" ]
}, {
"role" : "CatchEventsMorph",
"baseMorphs" : [ "CatchTimerEvent" ]
}, {
"role" : "ThrowEventsMorph",
"baseMorphs" : [ "ThrowNoneEvent" ]
}, {
"role" : "BoundaryEventsMorph",
"baseMorphs" : [ "ThrowNoneEvent" ]
}, {
"role" : "BoundaryCompensationEvent",
"baseMorphs" : [ "BoundaryCompensationEvent" ]
}, {
"role" : "TextAnnotation",
"baseMorphs" : [ "TextAnnotation" ]
}, {
"role" : "DataStore",
"baseMorphs" : [ "DataStore" ]
} ]
}
}