Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 587646 Details for
Bug 824392
Adding Japanese stencil description localization to designer.war
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
bpmn2.0jbpm.orig for 2.2.x branch
bpmn2.0jbpm.orig (text/plain), 257.39 KB, created by
Toshiya Kobayashi
on 2012-05-30 09:00:13 UTC
(
hide
)
Description:
bpmn2.0jbpm.orig for 2.2.x branch
Filename:
MIME Type:
Creator:
Toshiya Kobayashi
Created:
2012-05-30 09:00:13 UTC
Size:
257.39 KB
patch
obsolete
>{ > "title":"jBPM BPMN2 (Full)", > "namespace":"http://b3mn.org/stencilset/bpmn2.0#", > "description":"This is the jBPM BPMN 2.0 stencil set specification.", > "description_ja":"ããã¯jBPM BPMN 2.0ã¹ãã³ã·ã«ã»ãã仿§ã§ãã", > "propertyPackages": [ > { > "name":"baseAttributes", > "properties": [ > { > "id":"name", > "type":"String", > "title":"Name", > "value":"", > "description":"The descriptive name of the BPMN element.", > "description_ja":"BPMNè¦ç´ ã®ããããããååã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines" : true, > "refToView":"text_name" > }, > { > "id":"documentation", > "type":"Text", > "title":"Documentation", > "value":"", > "description":"This attribute is used to annotate the BPMN element, such as descriptions and other documentation.", > "description_ja":"ãã®å±æ§ã¯ã説æãããã¥ã¡ã³ããªã©ãBPMNè¦ç´ ã®æ³¨éã«ä½¿ç¨ããã¾ãã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true, > "popular" : true > } > ] > }, > { > "name" : "bgColor", > "properties" : [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"#ffffff", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ] > }, > /**{ > "name" : "condition", > "properties" : [ > { > "id":"condition", > "type":"String", > "title":"Condition", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "popular":true > } > ] > },**/ > { > "name":"boundaryevent", > "properties":[ > { > "id":"boundarycancelactivity", > "type":"Choice", > "title":"CancelActivity", > "value":"false", > "description":"Denotes whether the activity should be cancelled or not, i.e., whether the boundary catch event acts as an error or an escalation. If the activity is not cancelled, multiple instances of that handler can run concurrently.", > "description_ja":"ã¢ã¯ãã£ããã£ããã£ã³ã»ã«ãããã©ãããã¤ã¾ããBoundaryãã£ããã¤ãã³ããã¨ã©ã¼ã«ãªããã¨ã¹ã«ã¬ã¼ã·ã§ã³ã«ãªããã示ãã¾ãã ã¢ã¯ãã£ããã£ããã£ã³ã»ã«ãããªãå ´åããã®ãã³ãã©ã®è¤æ°ã®ã¤ã³ã¹ã¿ã³ã¹ãåæã«å®è¡ã§ãã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"false", > "value":"false" > }, > { > "id": "c2", > "title": "true", > "value": "true" > } > ] > } > ] > }, > { > "name":"catchEventAttributes", > "properties":[ > /**{ > "id":"eventdefinitionref", > "type":"String", > "title":"EventDefinitionRef", > "value":"", > "description":"EventDefinitionRefs (EventDefinition) is an attribute that defines the type of reusable triggers expected for a catch Event.", > "description_ja":"EventDefinitionRefsï¼EventDefinitionï¼ã¯ããã£ããã¤ãã³ãã¨ãã¦æ³å®ãããåå©ç¨å¯è½ãªããªã¬ã¼ã®ã¿ã¤ããå®ç¾©ãã屿§ã§ãã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > },**/ > /**{ > "id":"eventdefinition", > "type":"String", > "title":"EventDefinition", > "value":"", > "description":"EventDefinition is an attribute that defines the type of contained triggers expected for a catch Event.", > "description_ja":"EventDefinitionã¯ããã£ããã¤ãã³ãã¨ãã¦æ³å®ããããä¸ã«å«ã¾ããããªã¬ã¼ã®ã¿ã¤ããå®ç¾©ãã屿§ã§ãã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > },**/ > { > "id":"dataoutputassociations", > "type":"Dataassignment", > "title":"DataOutputAssociations", > "value":"", > "description":"The Data Associations of the catch Event.", > "description_ja":"ãã£ããã¤ãã³ãã®ãã¼ã¿é¢é£ã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > }, > { > "id":"dataoutput", > "type":"Dataoutput", > "title":"DataOutput", > "value":"", > "description":"The Data Associations of the catch Event.", > "description_ja":"ãã£ããã¤ãã³ãã®ãã¼ã¿é¢é£ã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > } > /**, > { > "id":"outputset", > "type":"Text", > "title":"OutputSet", > "value":"", > "description":"The OutputSet for the catch Event.", > "description_ja":"ãã£ããã¤ãã³ãã®OutputSetã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > }**/ > ] > }, > { > "name":"throwEventAttributes", > "properties":[ > /**{ > "id":"eventdefinitionref", > "type":"String", > "title":"EventDefinitionRef", > "value":"", > "description":"EventDefinitionRefs (EventDefinition) is an attribute that defines the type of reusable triggers expected for a catch Event.", > "description_ja":"EventDefinitionRefsï¼EventDefinitionï¼ã¯ããã£ããã¤ãã³ãã¨ãã¦æ³å®ãããåå©ç¨å¯è½ãªããªã¬ã¼ã®ã¿ã¤ããå®ç¾©ãã屿§ã§ãã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > },**/ > { > "id":"eventdefinitions", > "type":"String", > "title":"EventDefinitions", > "value":"", > "description":"EventDefinitions (EventDefinition) is an attribute that defines the type of contained triggers expected for a catch Event.", > "description_ja":"EventDefinitionsï¼EventDefinitionï¼ ã¯ããã£ããã¤ãã³ãã¨ãã¦æ³å®ããããä¸ã«å«ã¾ããããªã¬ã¼ã®ã¿ã¤ããå®ç¾©ãã屿§ã§ãã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > }, > { > "id":"datainputassociations", > "type":"Dataassignment", > "title":"DataInputAssociations", > "value":"", > "description":"The Data Associations of the throw Event.", > "description_ja":"ã¹ãã¼ã¤ãã³ãã®ãã¼ã¿é¢é£ã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > }, > { > "id":"datainput", > "type":"String", > "title":"Data Input", > "value":"", > "description":"The Data Associations of the throw Event.", > "description_ja":"ã¹ãã¼ã¤ãã³ãã®ãã¼ã¿é¢é£ã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > } > /**, > { > "id":"inputset", > "type":"String", > "title":"InputSet", > "value":"", > "description":"The InputSet for the throw Event.", > "description_ja":"ã¹ãã¼ã¤ãã³ãã®InputSetã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > }**/ > ] > }, > { > "name" : "compensationThrowing", > "properties" : [ > { > "id":"waitforcompletion", > "type":"Boolean", > "title":"Wait for completion", > "value":true, > "popular":true, > "description":"Determine whether a throw compensation is performed synchronously or asynchronously.", > "description_ja":"ã¹ãã¼Compensationãåæãã¦å®è¡ãããããéåæã«å®è¡ãããããæ±ºå®ãã¾ãã", > "readonly":false, > "optional":true > } > ] > }, > { > "name" : "compensation", > "properties" : [ > { > "id":"activityref", > "type":"String", > "title":"Activity reference", > "value":"", > "popular":true, > "description":"The activity related to the compensation event", > "description_ja":"Compensationã¤ãã³ãã«é¢é£ããã¢ã¯ãã£ããã£", > "readonly":false, > "optional":true > } > ] > }, > { > "name":"interrupting", > "properties":[ > { > "id":"isinterrupting", > "type":"Boolean", > "title":"Is Interrupting", > "value":true, > "description":"This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be cancelled or not.", > "description_ja":"ãã®å±æ§ã¯ãã¤ãã³ããµãããã»ã¹ãå å«ãããµãããã»ã¹ããã£ã³ã»ã«ãããã©ããã示ãã¾ãã", > "inverseBoolean":false, > "readonly":false, > "optional":true, > "refToView": [ > "frame", > "frame2" > ] > } > ] > }, > { > "name" : "diagram", > "properties" : [ > { > "id":"executable", > "type":"Boolean", > "title":"Executable", > "value":true, > "description":"Executable", > "description_ja":"å®è¡å¯è½", > "readonly":false, > "optional":true > }, > { > "id":"package", > "type":"String", > "title":"Package", > "value":"$packageName$", > "description":"Package", > "description_ja":"ããã±ã¼ã¸", > "readonly":false, > "optional":true > }, > { > "id":"vardefs", > "type":"Vardef", > "title":"Variable Definitions", > "value":"", > "description":"Variable Definitions", > "description_ja":"夿°å®ç¾©", > "readonly":false, > "optional":true > }, > { > "id":"adhocprocess", > "type":"Choice", > "title":"AdHoc", > "value":"false", > "description":"Defines an AdHoc process", > "description_ja":"ã¢ãããã¯ããã»ã¹ã¨ãã¦å®ç¾©", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"false", > "value":"false" > }, > { > "id": "c2", > "title": "true", > "value": "true" > } > ] > }, > { > "id":"imports", > "type":"Import", > "title":"Imports", > "value":"", > "description":"Comma-separated imports", > "description_ja":"ã«ã³ãåºåãã¤ã³ãã¼ã", > "readonly":false, > "optional":true > }, > { > "id":"globals", > "type":"Global", > "title":"Globals", > "value":"", > "description":"Comma-separated globals", > "description_ja":"ã«ã³ãåºåãã°ãã¼ãã«", > "readonly":false, > "optional":true > }, > { > "id":"id", > "type":"String", > "title":"ID", > "value":"$processid$", > "description":"ID", > "description_ja":"ID", > "readonly":false, > "optional":true > }, > { > "id":"version", > "type":"String", > "title":"Version", > "value":"", > "description":"This defines the Version number of the Diagram.", > "description_ja":"ãã¤ã¢ã°ã©ã ã®ãã¼ã¸ã§ã³çªå·ãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "length":"50" > }, > /**{ > "id":"author", > "type":"String", > "title":"Author", > "value":"", > "description":"This holds the name of the author of the Diagram.", > "description_ja":"ãã¤ã¢ã°ã©ã ã®ä½æè ãä¿æãã¾ãã", > "readonly":false, > "optional":true, > "length":"50" > },**/ > /**{ > "id":"language", > "type":"String", > "title":"Language", > "value":"English", > "description":"This holds the name of the language in which text is written.", > "description_ja":"ããã¹ãã«ä½¿ç¨ãããè¨èªãä¿æãã¾ãã", > "readonly":false, > "optional":true, > "length":"50" > },**/ > /**{ > "id":"namespaces", > "type":"Complex", > "title":"Namespaces", > "value":"", > "description":"Additional namespaces and theire prefixes used in the diagram., ", > "description_ja":"ãã¤ã¢ã°ã©ã ã§ä½¿ç¨ããã追å ã®åå空éã¨ãã®ãã¬ãã£ãã¯ã¹ã", > "readonly":false, > "optional":true, > "complexItems": [ > { > "id":"prefix", > "name":"Prefix", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"url", > "name":"URL", > "type":"String", > "value":"", > "width":200, > "optional":false > } > ] > },**/ > { > "id":"targetnamespace", > "type":"String", > "title":"Target Namespace", > "value":"http://www.omg.org/bpmn20", > "description":"Defines the XML namespace of the elements inside the document.", > "description_ja":"ããã¥ã¡ã³ãå ã®è¦ç´ ã®XMLåå空éãå®ç¾©ãã¾ãã", > "readonly":true, > "optional":true, > "length":"50" > }, > /**{ > "id":"expressionlanguage", > "type":"String", > "title":"ExpressionLanguage", > "value":"http://www.w3.org/1999/XPath", > "description":"A Language may be provided so that the syntax of expressions used in the Diagram can be understood.", > "description_ja":"ãã¤ã¢ã°ã©ã ã§ä½¿ç¨ãããå¼ã®æ§æãçè§£ã§ããããã«è¨èªãæä¾ããããã¨ãããã¾ãã", > "readonly":false, > "optional":true, > "length":"50" > },**/ > { > "id":"typelanguage", > "type":"String", > "title":"TypeLanguage", > "value":"http://www.w3.org/2001/XMLSchema", > "description":"This attribute identifies the type system used by the elements of this Definition.", > "description_ja":"ãã®å±æ§ã¯ããã®å®ç¾©ã®è¦ç´ ã§ä½¿ç¨ãããã¿ã¤ãã·ã¹ãã ãèå¥ãã¾ãã", > "readonly":true, > "optional":true, > "length":"50" > }, > /**{ > "id":"creationdate", > "type":"Date", > "title":"CreationDate", > "value":"", > "description":"This defines the date on which the Diagram was created.", > "description_ja":"ãã¤ã¢ã°ã©ã ã使ãããæ¥ä»ãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "dateFormat":"j/m/y" > },**/ > /**{ > "id":"modificationdate", > "type":"Date", > "title":"ModificationDate", > "value":"", > "description":"This defines the date on which the Diagram was last modified.", > "description_ja":"ãã¤ã¢ã°ã©ã ãæå¾ã«å¤æ´ãããæ¥ä»ãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "dateFormat":"j/m/y" > }**/ > ] > }, > { > "name": "flowElement", > "properties" : [ > /**{ > "id":"categories", > "type":"String", > "title":"Categories", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > }**/ > ] > }, > { > "name" : "itemAwareElement", > "properties" : [ > { > "id" : "itemsubjectref", > "type" : "String", > "title" : "ItemSubjectRef", > "description" : "Specification of the items that are stored or conveyed by the ItemAwareElement", > "description_ja" : "ItemAwareElementã«ãã£ã¦æ ¼ç´ã¾ãã¯æ¬éãããã¢ã¤ãã ã®æå®", > "readonly" : false, > "optional" : true, > "length" : 50, > "wrapLines" : true > }, > { > "id" : "datastate", > "type" : "String", > "title" : "DataState", > "description" : "A reference to the DataState, which defines certain states for the data contained in the item.", > "description_ja" : "ã¢ã¤ãã ã«å«ã¾ãããã¼ã¿ã®ç¹å®ã®ç¶æ ãå®ç¾©ããDataStateã¸ã®åç §ã", > "readonly" : false, > "optional" : true, > "length" : 50, > "wrapLines" : true > } > ] > }, > /**{ > "name":"properties", > "properties": [ > { > "id":"properties", > "type":"Complex", > "title":"Properties", > "value":"", > "description":"Modeler-defined properties MAY be added to an Activity. These properties are local to the Activity. (e.g., Add Customer.Customer Name).", > "description_ja":"ã¢ãã©ã¼å®ç¾©ã®ããããã£ãã¢ã¯ãã£ããã£ã«è¿½å ãããã¨ãã§ãã¾ãããããã®ããããã£ã¯ã¢ã¯ãã£ããã£ã«ãã¼ã«ã«ã§ãï¼Customer.Customer Nameã®è¿½å ãªã©ï¼ã", > "readonly": false, > "optional": false, > "complexItems": [ > { > "id":"name", > "name":"Name", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"datastate", > "name":"DataState", > "type":"String", > "value":"", > "width":80, > "optional":true > }, > { > "id":"itemkind", > "name":"ItemKind", > "type":"Choice", > "value":"Information", > "items" : [ > { > "id":"information", > "title":"Information", > "value":"Information" > }, > { > "id":"physical", > "title":"Physical", > "value":"Physical" > } > > ], > "width":80, > "optional":true > }, > { > "id":"structure", > "name":"Structure", > "type":"String", > "value":"", > "width":100, > "optional":true > }, > { > "id":"iscollection", > "name":"isCollection", > "type":"Boolean", > "value":false, > "width":50, > "optional":true > } > ] > } > ] > },**/ > { > "name" : "iospecification", > "properties" : [ > { > "id":"datainputset", > "type":"Datainput", > "title":"DataInputSet", > "value":"", > "description":"An InputSet is a collection of DataInput elements that together define a valid set of data inputs.", > "description_ja":"InputSetã¯ããã¼ã¿å ¥åã®æå¹ãªã»ãããåããã¦å®ç¾©ããDataInputã¨ã¬ã¡ã³ãã®ã³ã¬ã¯ã·ã§ã³ã§ãã", > "readonly":false, > "optional":true, > /** "complexItems": [ > { > "id":"name", > "name":"Name", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"optional", > "name":"Optional", > "type":"Boolean", > "value":false, > "width":50, > "optional":true > }, > { > "id":"whileexecuting", > "name":"WhileExecuting", > "type":"Boolean", > "value":false, > "width":80, > "optional":true > } > ] **/ > }, > { > "id":"dataoutputset", > "type":"Dataoutput", > "title":"DataOutputSet", > "value":"", > "description":"An OutputSet is a collection of DataOutputs elements that together may be produced as output from an Activity or Event.", > "description_ja":"OutputSet ã¯ãã¢ã¯ãã£ããã£ã¾ãã¯ã¤ãã³ãã®åºåã¨ãã¦ã¾ã¨ãã¦çæãããDataOutputsè¦ç´ ã®ã³ã¬ã¯ã·ã§ã³ã§ãã", > "readonly":false, > "optional":true, > /** "complexItems": [ > { > "id":"name", > "name":"Name", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"optional", > "name":"Optional", > "type":"Boolean", > "value":false, > "width":50, > "optional":true > }, > { > "id":"whileexecuting", > "name":"WhileExecuting", > "type":"Boolean", > "value":false, > "width":80, > "optional":true > } > ] **/ > } > ] > }, > { > "name" : "activity", > "properties": [ > /**{ > "id":"startquantity", > "type":"Integer", > "title":"StartQuantity", > "value":1, > "description":"", > "readonly":false, > "optional":false, > "refToView":"", > "min":"1" > },**/ > /**{ > "id":"completionquantity", > "type":"Integer", > "title":"CompletionQuantity", > "value":1, > "description":"Defines the number of tokens that must be generated from the activity", > "description_ja":"ã¢ã¯ãã£ããã£ããçæããå¿ è¦ã®ãããã¼ã¯ã³ã®æ°ãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":false, > "refToView":"", > "min":"1" > },**/ > { > "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.", > "description_ja":"ãã®ã¢ã¯ãã£ããã£Compensationã®ç®çãæå³ãã¦ãããã©ãããèå¥ãããã©ã°ã", > "readonly":false, > "optional":true, > "refToView":"compensation" > }, > { > "id":"assignments", > "type":"Dataassignment", > "title":"Assignments", > "value":"", > "description":"", > "readonly":false, > "optional":true, > /** "complexItems": [ > { > "id":"to", > "name":"To", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"from", > "name":"From", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"assigntime", > "name":"AssignTime", > "type":"Choice", > "value":"Start", > "width":100, > "optional":true, > "items": [ > { > "id":"c1", > "title":"Start", > "value":"Start", > "refToView":"" > }, > { > "id":"c2", > "title":"End", > "value":"End", > "refToView":"" > } > ] > } > ] **/ > }/**, > { > "id":"callacitivity", > "type":"Boolean", > "title":"is a Call Activity", > "value":false, > "description":"a Call Activity is a wrapper for a globally defined Sub-Process that is reused in the current process.", > "description_ja":"ã³ã¼ã«ã¢ã¯ãã£ããã£ã¯ãç¾å¨ã®ããã»ã¹ã§åå©ç¨ããã¦ããã°ãã¼ãã«å®ç¾©ãµãããã»ã¹ã®ã©ããã¼ã§ãã", > "readonly":false, > "optional":"true", > "refToView":"callActivity" > }**/ > ] > }, > // start custom activity properties > { > "name" : "customactivity", > "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.", > "description_ja":"ãã®ã¢ã¯ãã£ããã£Compensationã®ç®çãæå³ãã¦ãããã©ãããèå¥ãããã©ã°ã", > "readonly":true, > "optional":true, > "refToView":"compensation" > }/**, > { > "id":"callacitivity", > "type":"Boolean", > "title":"is a Call Activity", > "value":false, > "description":"a Call Activity is a wrapper for a globally defined Sub-Process that is reused in the current process.", > "description_ja":"ã³ã¼ã«ã¢ã¯ãã£ããã£ã¯ãç¾å¨ã®ããã»ã¹ã§åå©ç¨ããã¦ããã°ãã¼ãã«å®ç¾©ãµãããã»ã¹ã®ã©ããã¼ã§ãã", > "readonly":true, > "optional":"true", > "refToView":"callActivity" > }**/ > ] > }, > // end custom activity properties > { > "name":"operation", > "properties": [ > { > "id":"operationname", > "type":"String", > "title":"OperationName", > "value":"", > "description":"The descriptive name for the operation element.", > "description_ja":"ãªãã¬ã¼ã·ã§ã³è¦ç´ ã®ããããããååã", > "readonly":false, > "optional":"true" > }, > { > "id":"inmessagename", > "type":"String", > "title":"InMessageName", > "value":"", > "description":"The descriptive name for the InMessage element", > "description_ja":"InMessageè¦ç´ ã®ããããããååã", > "readonly":false, > "optional":"true" > }, > { > "id":"inmsgitemkind", > "type":"Choice", > "title":"InMessageItemKind", > "value":"Information", > "description":"This defines the nature of the Item. Possible values are Physical or Information. The default value is Information.", > "description_ja":"ã¢ã¤ãã ã®æ§è³ªãå®ç¾©ãã¾ããæå¹ãªå¤ã¯Physicalã¾ãã¯Informationã§ããããã©ã«ãå¤ã¯Informationã§ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id":"c1", > "title":"Physical", > "value":"Physical" > }, > { > "id":"c2", > "title":"Information", > "value":"Information" > } > ] > }, > { > "id":"inmsgstructure", > "type":"String", > "title":"InMessageStructure", > "value":"", > "description":"This defines the nature of the Item. Possible values are Physical or Information. The default value is Information.", > "description_ja":"ã¢ã¤ãã ã®æ§è³ªãå®ç¾©ãã¾ããæå¹ãªå¤ã¯Physicalã¾ãã¯Informationã§ããããã©ã«ãå¤ã¯Informationã§ãã", > "readonly":false, > "optional":true > }, > { > "id":"inmsgimport", > "type":"Complex", > "title":"InMessageImport", > "value":"", > "description":"Identifies the location of the data structure and its format. If the importType attribute is left unspecified, the typeLanguage specified in the Definitions is assumed.", > "description_ja":"ãã¼ã¿æ§é ä½ã®å ´æã¨ãã®ãã©ã¼ããããèå¥ãã¾ããimportType屿§ãæªæå®ã®ã¾ã¾ã®å ´åãå®ç¾©ã«æå®ãããtypeLanguageã使ç¨ãããã®ã¨è¦ãªããã¾ãã", > "readonly":false, > "optional":true, > "complexItems": [ > { > "id":"c1", > "type":"String", > "width":200, > "value":"", > "name":"ImportType", > }, > { > "id":"c2", > "type":"String", > "width":100, > "value":"", > "name":"Location" > }, > { > "id":"c3", > "type":"String", > "width":200, > "value":"", > "name":"Namespace", > } > ] > }, > { > "id":"inmsgiscollection", > "type":"Boolean", > "title":"InMessageIsCollection", > "value":false, > "description":"Setting this flag to true indicates that the actual data type is a collection.", > "description_ja":"å®éã®ãã¼ã¿ã¿ã¤ããã³ã¬ã¯ã·ã§ã³ã§ãããã¨ã示ãã«ã¯ããã®ãã©ã°ãTrueã«è¨å®ãã¾ãã", > "readonly":false, > "optional":true > }, > { > "id":"outmessagename", > "type":"String", > "title":"OutMessageName", > "value":"", > "description":"The descriptive name for the OutMessage element", > "description_ja":"OutMessageè¦ç´ ã®ããããããååã", > "readonly":false, > "optional":"true" > }, > { > "id":"outmsgitemkind", > "type":"Choice", > "title":"OutMessageItemKind", > "value":"Information", > "description":"This defines the nature of the Item. Possible values are Physical or Information. The default value is Information.", > "description_ja":"ã¢ã¤ãã ã®æ§è³ªãå®ç¾©ãã¾ããæå¹ãªå¤ã¯Physicalã¾ãã¯Informationã§ããããã©ã«ãå¤ã¯Informationã§ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id":"c1", > "title":"Physical", > "value":"Physical" > }, > { > "id":"c2", > "title":"Information", > "value":"Information" > } > ] > }, > { > "id":"outmsgstructure", > "type":"String", > "title":"OutMessageStructure", > "value":"", > "description":"This defines the nature of the Item. Possible values are Physical or Information. The default value is Information.", > "description_ja":"ã¢ã¤ãã ã®æ§è³ªãå®ç¾©ãã¾ããæå¹ãªå¤ã¯Physicalã¾ãã¯Informationã§ããããã©ã«ãå¤ã¯Informationã§ãã", > "readonly":false, > "optional":true > }, > { > "id":"outmsgimport", > "type":"Complex", > "title":"OutMessageImport", > "value":"", > "description":"Identifies the location of the data structure and its format. If the importType attribute is left unspecified, the typeLanguage specified in the Definitions is assumed.", > "description_ja":"ãã¼ã¿æ§é ä½ã®å ´æã¨ãã®ãã©ã¼ããããèå¥ãã¾ããimportType屿§ãæªæå®ã®ã¾ã¾ã®å ´åãå®ç¾©ã«æå®ãããtypeLanguageã使ç¨ãããã®ã¨è¦ãªããã¾ãã", > "readonly":false, > "optional":true, > "complexItems": [ > { > "id":"c1", > "type":"String", > "width":200, > "value":"", > "name":"ImportType", > }, > { > "id":"c2", > "type":"String", > "width":100, > "value":"", > "name":"Location" > }, > { > "id":"c3", > "type":"String", > "width":200, > "value":"", > "name":"Namespace", > } > ] > }, > { > "id":"outmsgiscollection", > "type":"Boolean", > "title":"OutMessageIsCollection", > "value":false, > "description":"Setting this flag to true indicates that the actual data type is a collection.", > "description_ja":"å®éã®ãã¼ã¿ã¿ã¤ããã³ã¬ã¯ã·ã§ã³ã§ãããã¨ã示ãã«ã¯ããã®ãã©ã°ãTrueã«è¨å®ãã¾ãã", > "readonly":false, > "optional":true > } > ] > }, > { > "name" : "loopcharacteristics", > "properties" : [ > { > "id":"looptype", > "type":"Choice", > "title":"LoopType", > "value":"None", > "description":"", > "readonly":false, > "optional":false, > "refToView":"", > "items": [ > { > "id":"c1", > "title":"None", > "value":"None", > "refToView":"none" > }, > { > "id":"c2", > "title":"Standard", > "value":"Standard", > "icon" : "activity/list/looptype.standard.png", > "refToView":"loop" > }, > { > "id":"c3", > "title":"MI Parallel", > "value":"Parallel", > "icon" : "activity/list/mi.parallel.png", > "refToView":"parallel" > }, > { > "id":"c4", > "title":"MI Sequential", > "value":"Sequential", > "icon" : "activity/list/mi.sequential.png", > "refToView":"sequential" > } > ] > }, > { > "id":"testbefore", > "type":"Boolean", > "title":"TestBefore", > "value":false, > "description":"Flag that controls whether the loop condition is evaluated at the beginning (testBefore = true) or at the end (testBefore = false)of the loop iteration.", > "description_ja":"ã«ã¼ãæ¡ä»¶ãã«ã¼ãã®å é ï¼testBefore = trueï¼ã§è©ä¾¡ããããæ«å°¾ã§è©ä¾¡ãããï¼testBefore = falseï¼ãå¶å¾¡ãããã©ã°ã", > }, > { > "id":"loopcondition", > "type":"String", > "title":"LoopCondition", > "value":"", > "description":"", > "readonly":false, > "optional":false > }, > { > "id":"loopmaximum", > "type":"Integer", > "title":"LoopMaximum", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "min":"0" > }, > { > "id":"loopcardinality", > "type":"String", > "title":"LoopCardinality", > "value":"", > "description":"A numeric Expression that controls the number of Activity instances that will be created. This Expression MUST evaluate to an integer.", > "description_ja":"使ããã¢ã¯ãã£ããã£ã¤ã³ã¹ã¿ã³ã¹ã®æ°ãå¶å¾¡ããæ°å¼ããã®å¼ã¯æ´æ°ã«è©ä¾¡ãããå¿ è¦ãããã¾ãã", > "readonly":false, > "optional":true > }, > { > "id":"loopdatainput", > "type":"String", > "title":"LoopDataInput", > "value":"", > "description":"A reference to a DataInput which is part of the Activity InputOutputSpecification. This DataInput is used to determine the number of Activity instances, one Activity instance per item in the collection of data stored in that DataInput element.", > "description_ja":"ã¢ã¯ãã£ããã£ã®InputOutputSpecificationã®ä¸é¨ã§ããDataInputã¸ã®åç §ããã®DataInputã¯ãã¢ã¯ãã£ããã£ã®æ°ãç¹å®ããããã«ä½¿ç¨ããã¾ãããã¼ã¿ã®ã³ã¬ã¯ã·ã§ã³å ã®ã¢ã¤ãã ããã1ã¢ã¯ãã£ããã£ã¤ã³ã¹ã¿ã³ã¹ããã®DataInputè¦ç´ ã«æ ¼ç´ããã¾ãã", > "readonly":false, > "optional":true > }, > { > "id":"loopdataoutput", > "type":"String", > "title":"LoopDataInput", > "value":"", > "description":"A reference to a DataOutput which is part of the Activity InputOutputSpecification.", > "description_ja":"ã¢ã¯ãã£ããã£ã®InputOutputSpecificationã®ä¸é¨ã§ããDataOutputã¸ã®åç §ã", > "readonly":false, > "optional":true > }, > { > "id":"inputdataitem", > "type":"String", > "title":"InputDataItem", > "value":"", > "description":"A Property, representing for every Activity instance the single item of the collection stored in the loopDataInput.", > "description_ja":"ãã¹ã¦ã®ã¢ã¯ãã£ããã£ã¤ã³ã¹ã¿ã³ã¹ã«å¯¾ãã¦ãloopDataInputã«æ ¼ç´ããã¦ããã³ã¬ã¯ã·ã§ã³ã®åä¸ã®ã¢ã¤ãã ã表ãããããã£ã", > "readonly":false, > "optional":true > }, > { > "id":"outputdataitem", > "type":"String", > "title":"OutputDataItem", > "value":"", > "description":"A Property, representing for every Activity instance the single item of the collection stored in the loopDataOutput.", > "description_ja":"ãã¹ã¦ã®ã¢ã¯ãã£ããã£ã¤ã³ã¹ã¿ã³ã¹ã«å¯¾ãã¦ãloopDataOutputã«æ ¼ç´ããã¦ããã³ã¬ã¯ã·ã§ã³ã®åä¸ã®ã¢ã¤ãã ã表ãããããã£ã", > "readonly":false, > "optional":true > }, > /**{ > "id":"behavior", > "type":"Choice", > "title":"Behavior", > "description":"The attribute behavior acts as a shortcut for specifying when events shall be thrown from an Activity instance that is about to complete. It can assume values of none, one, all, and complex.", > "description_ja":"屿§ã¯ãå®äºç´åã®ã¢ã¯ãã£ããã£ã¤ã³ã¹ã¿ã³ã¹ããã¤ãã³ãããã¤ã¹ãã¼ãããããæå®ããããã®ã·ã§ã¼ãã«ããã¨ãã¦åä½ãã¾ããæå¹ãªå¤ã¯ãnoneãoneãallãããã³complexã§ãã", > "value":"all", > "items": [ > { > "id":"cnone", > "value":"None", > "title":"None" > }, > { > "id":"cone", > "value":"One", > "title":"One" > }, > { > "id":"call", > "value":"All", > "title":"All" > }, > { > "id":"ccomplex", > "value":"Complex", > "title":"Complex" > } > ] > },**/ > { > "id":"complexbehaviordefinition", > "type":"Complex", > "title":"ComplexBehaviorDefinition:", > "description":"Controls when and which Events are thrown in case behavior is set to complex.", > "description_ja":"åä½ãcomplexã«è¨å®ããã¦ããã¨ãã«ãã©ã®ã¤ãã³ãããã¤ã¹ãã¼ããããå¶å¾¡ãã¾ãã", > "value":"", > "optional":true, > "readonly":false, > "complexItems": [ > { > "id":"cexpression", > "type":"String", > "width":200, > "value":"", > "name":"Condition", > }, > { > "id":"ceventdefinition", > "type":"Choice", > "value":"signal", > "width":100, > "name":"EventDefinition", > "items":[ > { > "id":"cnone", > "value":"None", > "title":"None" > }, > { > "id":"cmessage", > "value":"Message", > "title":"Message" > }, > { > "id":"cescalation", > "value":"Escalation", > "title":"Escalation" > }, > { > "id":"cerror", > "value":"Error", > "title":"Error" > }, > { > "id":"ccancel", > "value":"Cancel", > "title":"Cancel" > }, > { > "id":"ccompensation", > "value":"Compensation", > "title":"Compensation" > }, > { > "id":"csignal", > "value":"Signal", > "title":"Signal" > }, > { > "id":"cterminate", > "value":"Terminate", > "title":"Terminate" > } > ] > } > ] > }, > /**{ > "id":"completioncondition", > "type":"String", > "title":"CompletionCondition:", > "description":"This attribute defines a Boolean Expression that when evaluated to true, cancels the remaining Activity instances and produces a token.", > "description_ja":"ãã®å±æ§ã¯ãtrueã«è©ä¾¡ãããã¨ãã«æ®ãã®ã¢ã¯ãã£ããã£ã¤ã³ã¹ã¿ã³ã¹ããã£ã³ã»ã«ãããã¼ã¯ã³ãçæãããã¼ã«å¼ãå®ç¾©ãã¾ãã", > "value":"" > },**/ > { > "id":"onebehavioreventref", > "type":"Choice", > "value":"signal", > "title":"OneBehaviorEventRef", > "description":"The EventDefinition which is thrown when behavior is set to one and the first internal Activity instance has completed.", > "description_ja":"åä½ã 1 ã¤ã«è¨å®ãããæåã®å é¨ã¢ã¯ãã£ããã£ã¤ã³ã¹ã¿ã³ã¹ãå®äºããã¨ãã«ã¹ãã¼ãããEventDefinitionã", > "items":[ > { > "id":"cnone", > "value":"None", > "title":"None" > }, > { > "id":"cmessage", > "value":"Message", > "title":"Message" > }, > { > "id":"cescalation", > "value":"Escalation", > "title":"Escalation" > }, > { > "id":"cerror", > "value":"Error", > "title":"Error" > }, > { > "id":"ccancel", > "value":"Cancel", > "title":"Cancel" > }, > { > "id":"ccompensation", > "value":"Compensation", > "title":"Compensation" > }, > { > "id":"csignal", > "value":"Signal", > "title":"Signal" > }, > { > "id":"cterminate", > "value":"Terminate", > "title":"Terminate" > } > ] > }, > { > "id":"nonebehavioreventref", > "type":"Choice", > "value":"signal", > "title":"NoneBehaviorEventRef", > "items":[ > { > "id":"cnone", > "value":"None", > "title":"None" > }, > { > "id":"cmessage", > "value":"Message", > "title":"Message" > }, > { > "id":"cescalation", > "value":"Escalation", > "title":"Escalation" > }, > { > "id":"cerror", > "value":"Error", > "title":"Error" > }, > { > "id":"ccancel", > "value":"Cancel", > "title":"Cancel" > }, > { > "id":"ccompensation", > "value":"Compensation", > "title":"Compensation" > }, > { > "id":"csignal", > "value":"Signal", > "title":"Signal" > }, > { > "id":"cterminate", > "value":"Terminate", > "title":"Terminate" > } > ] > } > ] > }, > // start custom loop characteristics > { > "name" : "customloopcharacteristics", > "properties" : [ > { > "id":"looptype", > "type":"Choice", > "title":"LoopType", > "value":"None", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "items": [ > { > "id":"c1", > "title":"None", > "value":"None", > "refToView":"none" > }, > { > "id":"c2", > "title":"Standard", > "value":"Standard", > "icon" : "activity/list/looptype.standard.png", > "refToView":"loop" > }, > { > "id":"c3", > "title":"MI Parallel", > "value":"Parallel", > "icon" : "activity/list/mi.parallel.png", > "refToView":"parallel" > }, > { > "id":"c4", > "title":"MI Sequential", > "value":"Sequential", > "icon" : "activity/list/mi.sequential.png", > "refToView":"sequential" > } > ] > }, > { > "id":"completioncondition", > "type":"String", > "title":"CompletionCondition:", > "description":"This attribute defines a Boolean Expression that when evaluated to true, cancels the remaining Activity instances and produces a token.", > "description_ja":"ãã®å±æ§ã¯ãtrueã«è©ä¾¡ãããã¨ãã«æ®ãã®ã¢ã¯ãã£ããã£ã¤ã³ã¹ã¿ã³ã¹ããã£ã³ã»ã«ãããã¼ã¯ã³ãçæãããã¼ã«å¼ãå®ç¾©ãã¾ãã", > "value":"" > } > ] > }, > // end custom loop characteristics > { > "name" : "task", > "properties" : [ > { > "id":"tasktype", > "type":"Choice", > "title":"TaskType", > "value":"None", > "description":"", > "readonly":false, > "optional":false, > "refToView":"", > "directlyEditable":false, > "items":[ > { > "id":"c1", > "title":"None", > "value":"None", > "refToView":"none" > }, > { > "id":"c2", > "title":"Send", > "value":"Send", > "icon" : "activity/list/type.send.png", > "refToView":"sendTask" > }, > { > "id":"c3", > "title":"Receive", > "value":"Receive", > "icon" : "activity/list/type.receive.png", > "refToView":"receiveTask" > }, > { > "id":"c4", > "title":"User", > "value":"User", > "icon" : "activity/list/type.user.png", > "refToView":"userTask" > }, > { > "id":"c5", > "title":"Manual", > "value":"Manual", > "icon" : "activity/list/type.manual.png", > "refToView":"manualTask" > }, > { > "id":"c6", > "title":"Service", > "value":"Service", > "icon" : "activity/list/type.service.png", > "refToView":"serviceTask" > }, > { > "id":"c7", > "title":"Business Rule", > "value":"Business Rule", > "icon" : "activity/list/type.business.rule.png", > "refToView":"businessRuleTask" > }, > { > "id":"c8", > "title":"Script", > "value":"Script", > "icon" : "activity/list/type.script.png", > "refToView":"scriptTask" > } > ] > }, > /**{ > "id":"implementation", > "type":"Choice", > "title":"Implementation", > "value":"webService", > "description":"", > "readonly":false, > "optional":false, > "refToView":"", > "items": [ > { > "id":"c1", > "title":"HumanTaskWebService", > "value":"humanTaskWebService", > "refToView":"" > }, > { > "id":"c2", > "title":"BuisnessRuleWebService", > "value":"BuisnessRuleWebService", > "refToView":"" > }, > { > "id":"c1", > "title":"WebService", > "value":"webService", > "refToView":"" > }, > { > "id":"c2", > "title":"Other", > "value":"other", > "refToView":"" > }, > { > "id":"c2", > "title":"Unspecified", > "value":"unspecified", > "refToView":"" > } > ] > },**/ > /**{ > "id":"resources", > "type":"Complex", > "title":"Resources", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "complexItems": [ > { > "id":"resource_type", > "name":"Type", > "type":"Choice", > "value":"", > "width":100, > "optional":false, > "items": [ > { > "id":"c1", > "title":"Performer", > "value":"Performer", > "refToView":"" > }, > { > "id":"c2", > "title":"HumanPerformer", > "value":"HumanPerformer", > "refToView":"" > }, > { > "id":"c3", > "title":"PotentialOwner", > "value":"PotentialOwner", > "refToView":"" > } > ] > }, > { > "id":"resource", > "name":"Resource", > "type":"String", > "value":"", > "width":200, > "optional":true > }, > { > "id":"resourceassignmentexpr", > "name":"ResourceAssignmentExpression", > "type":"String", > "value":"", > "width":200, > "optional":true > }, > { > "id":"language", > "name":"Language", > "type":"String", > "value":"", > "width":100, > "optional":true > }, > { > "id":"evaluatestotype", > "name":"EvaluatesToType", > "type":"String", > "value":"", > "width":200, > "optional":true > } > ] > },**/ > { > "id":"messageref", > "type":"String", > "title":"MessageRef", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"", > "length":"50" > }, > { > "id":"operationref", > "type":"String", > "title":"OperationRef", > "value":"", > "description":"ID-Reference to an operation definition.", > "description_ja":"ãªãã¬ã¼ã·ã§ã³ã®å®ç¾©ã¸ã®IDåç §ã", > "readonly":false, > "optional":true > }, > { > "id":"instantiate", > "type":"Boolean", > "title":"Instantiate", > "value":false, > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > }, > { > "id":"script", > "type":"Expression", > "title":"Script", > "value":"", > "description":"Script that can be run when the Task is performed. Related to the Script TaskType, if a script is not included, then the Task will act equivalent to a TaskType of None.", > "description_ja":"ã¿ã¹ã¯ãå®è¡ããã¨ãã«å®è¡å¯è½ãªã¹ã¯ãªãããã¹ã¯ãªããã®TaskTypeã«é¢é£ãã¦ãã¹ã¯ãªãããå«ã¾ããªãå ´åã¯ãã¿ã¹ã¯ã¯TaskTypeãNoneã§ããå ´åã¨åãããã«åä½ãã¾ãã", > "readonly":false, > "optional":true > }, > { > "id":"script_language", > "type":"Choice", > "title":"ScriptLanguage", > "value":"java", > "description":"Defines the script language. The script language MUST be provided if a script is provided.", > "description_ja":"ã¹ã¯ãªããè¨èªãå®ç¾©ãã¾ããã¹ã¯ãªããã使ç¨ããå ´åã¯ãã¹ã¯ãªããè¨èªãæå®ããå¿ è¦ãããã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"java", > "value":"java" > }, > { > "id": "c2", > "title": "mvel", > "value": "mvel" > } > ] > }, > { > "id":"inmessagetype", > "type":"String", > "title":"In Message", > "value":"", > "description":"Type of input message", > "description_ja":"å ¥åã¡ãã»ã¼ã¸ã®ã¿ã¤ã", > "readonly":false, > "optional":true > }, > { > "id":"outmessagetype", > "type":"String", > "title":"Out Message", > "value":"", > "description":"Type of output message", > "description_ja":"åºåã¡ãã»ã¼ã¸ã®ã¿ã¤ã", > "readonly":false, > "optional":true > }, > /**{ > "id":"servicename", > "type":"String", > "title":"servicename", > "value":"", > "description":"name of service", > "description_ja":"ãµã¼ãã¹ã®åå", > "readonly":false, > "optional":true > },**/ > { > "id":"namespace", > "type":"String", > "title":"Namespace", > "value":"", > "description":"Defines the XML namespace of the elements inside the document.", > "description_ja":"ããã¥ã¡ã³ãå ã®è¦ç´ ã®XMLåå空éãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "length":"50" > }, > { > "id":"operation", > "type":"String", > "title":"operation", > "value":"", > "description":"operation", > "description_ja":"ãªãã¬ã¼ã·ã§ã³", > "readonly":false, > "optional":true > }, > /**{ > "id":"porttype", > "type":"String", > "title":"porttype", > "value":"", > "description":"porttype", > "description_ja":"ãã¼ãã¿ã¤ã", > "readonly":false, > "optional":true > },**/ > /**{ > "id":"wsdlUrl", > "type":"String", > "title":"wsdlUrl", > "value":"", > "description":"wsdlUrl", > "description_ja":"WSDLURL", > "readonly":false, > "optional":true > },**/ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"#b1c2d6", > "gradient":true, > "description":"", > "readonly":false, > "optional":false, > "refToView":"fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ] > }, > // start custom task properties > { > "name" : "customtask", > "properties" : [ > /**{ > "id":"implementation", > "type":"Choice", > "title":"Implementation", > "value":"other", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "items": [ > { > "id":"c1", > "title":"HumanTaskWebService", > "value":"humanTaskWebService", > "refToView":"" > }, > { > "id":"c2", > "title":"BuisnessRuleWebService", > "value":"BuisnessRuleWebService", > "refToView":"" > }, > { > "id":"c1", > "title":"WebService", > "value":"webService", > "refToView":"" > }, > { > "id":"c2", > "title":"Other", > "value":"other", > "refToView":"" > }, > { > "id":"c2", > "title":"Unspecified", > "value":"unspecified", > "refToView":"" > } > ] > },**/ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"#b1c2d6", > "gradient":true, > "description":"", > "readonly":false, > "optional":false, > "refToView":"fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ] > }, > // end custom task properties > { > "name" : "subprocess", > "properties" : [ > /**{ > "id": "subprocesstype", > "type": "Choice", > "title": "subProcessType", > "value": "Embedded", > "description": "SubProcessType is an attribute that defines whether the Sub-Process details are embedded within the higher level Process or refers to another, re-usable Process. The default is Embedded.", > "description_ja": "SubProcessTypeã¯ããµãããã»ã¹ã®è©³ç´°ãä¸ä½ã¬ãã«ã®ããã»ã¹ã«åãè¾¼ãããå¥ã®åå©ç¨å¯è½ãªããã»ã¹ãåç §ããããå®ç¾©ãã屿§ã§ããããã©ã«ãã¯Embeddedã§ãã", > "optional": false, > "refToView": "", > "items": [ > { > "id": "choice1", > "title":"Embedded", > "value":"Embedded" > }, > { > "id": "choice2", > "title": "Independent", > "value": "Independent" > }, > { > "id": "choice3", > "title": "Reusable", > "value": "Reusable" > } > ] > },**/ > /**{ > "id":"isatransaction", > "type":"Boolean", > "title":"is a Transaction", > "value":false, > "description":"A Transaction is a set of activities that logically belongs together; it might follow a specified transaction protocol.", > "description_ja":"ãã©ã³ã¶ã¯ã·ã§ã³ã¯ãè«ççã«ã¾ã¨ãããã¦ããã¢ã¯ãã£ããã£ã®ã»ããã§ããæå®ããããã©ã³ã¶ã¯ã·ã§ã³ãããã³ã«ã«å¾ãã¾ãã", > "readonly":false, > "optional":false, > "refToView":"border" > },**/ > /**{ > "id":"transaction", > "type":"String", > "title":"TransactionRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50" > },**/ > /**{ > "id":"transactionmethod", > "type":"Choice", > "title":"TransactionMethod", > "value":"compensate", > "description":"The technique that will be used to undo a transaction that has been cancelled.", > "description_ja":"ãã£ã³ã»ã«ããããã©ã³ã¶ã¯ã·ã§ã³ãå ã«æ»ãããã«ä½¿ç¨ãããæè¡ã", > "readonly":false, > "optional":true, > "items": [ > { > "id":"c1", > "title":"Compensate", > "value":"compensate" > }, > { > "id":"c2", > "title":"Store", > "value":"store" > }, > { > "id":"c3", > "title":"Image", > "value":"image" > } > ] > },**/ > { > "id":"isadhoc", > "type":"Boolean", > "title":"isAdHoc", > "value":false, > "description":"", > "readonly":false, > "optional":false, > "refToView":"adhoc" > }, > { > "id":"adhocordering", > "type":"Choice", > "title":"", > "value":"Sequential", > "description":"", > "readonly":false, > "optional":false, > "refToView":"", > "items": [ > { > "id":"c1", > "title":"Sequential", > "value":"Sequential", > "icon" : "activity/list/mi.sequential.png", > "refToView":"sequential" > }, > { > "id":"c2", > "title":"Parallel", > "value":"Parallel", > "icon" : "activity/list/mi.parallel.png", > "refToView":"parallel" > } > ] > }, > { > "id":"adhoccompletioncondition", > "type":"Expression", > "title":"AdHocCompletionCondition", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"" > }, > { > "id":"adhoccancelremaininginstances", > "type":"Boolean", > "title":"AdhocCancelRemainingInstances", > "value":true, > "description":"This attribute is used only if ordering is parallel. It determines whether running instances are cancelled when the completionCondition becomes true.", > "description_ja":"ãã®å±æ§ã¯ãé åºã並åã®å ´åã®ã¿ä½¿ç¨ããã¾ããcompletionConditionãtrueã«ãªã£ãã¨ãã«ãå®è¡ä¸ã®ã¤ã³ã¹ã¿ã³ã¹ããã£ã³ã»ã«ãããã©ãããæ±ºå®ãã¾ãã", > "readonly":false, > "optional":true > } > /**, > { > "id":"entry", > "type":"DiagramLink", > "title":"SubProcessRef", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"u" > }**/ > /**, > { > "id":"diagramref", > "type":"String", > "title":"DiagramRef", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > }, > { > "id":"processref", > "type":"String", > "title":"ProcessRef", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > } **/ > /**,**/ > /**{ > "id":"inputmaps", > "type":"String", > "title":"InputMaps", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > },**/ > /**{ > "id":"outputmaps", > "type":"String", > "title":"OutputMaps", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > }**/ > ] > }, > { > "name" : "adhocsubprocess", > "properties" : [ > /** { > "id": "subprocesstype", > "type": "Choice", > "title": "subProcessType", > "value": "AdHoc", > "description": "SubProcessType is an attribute that defines whether the Sub-Process details are embedded within the higher level Process or refers to another, re-usable Process. The default is Embedded.", > "description_ja": "SubProcessTypeã¯ããµãããã»ã¹ã®è©³ç´°ãä¸ä½ã¬ãã«ã®ããã»ã¹ã«åãè¾¼ãããå¥ã®åå©ç¨å¯è½ãªããã»ã¹ãåç §ããããå®ç¾©ãã屿§ã§ããããã©ã«ãã¯Embeddedã§ãã", > "optional": false, > "refToView": "", > "items": [ > { > "id": "choice1", > "title":"Embedded", > "value":"Embedded" > }, > { > "id": "choice2", > "title": "Independent", > "value": "Independent" > }, > { > "id": "choice3", > "title": "Reusable", > "value": "Reusable" > } > ] > },**/ > /**{ > "id":"isatransaction", > "type":"Boolean", > "title":"is a Transaction", > "value":false, > "description":"A Transaction is a set of activities that logically belongs together; it might follow a specified transaction protocol.", > "description_ja":"ãã©ã³ã¶ã¯ã·ã§ã³ã¯ãè«ççã«ã¾ã¨ãããã¦ããã¢ã¯ãã£ããã£ã®ã»ããã§ããæå®ããããã©ã³ã¶ã¯ã·ã§ã³ãããã³ã«ã«å¾ãã¾ãã", > "readonly":false, > "optional":false, > "refToView":"border" > },**/ > /**{ > "id":"transaction", > "type":"String", > "title":"TransactionRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50" > },**/ > /**{ > "id":"transactionmethod", > "type":"Choice", > "title":"TransactionMethod", > "value":"compensate", > "description":"The technique that will be used to undo a transaction that has been cancelled.", > "description_ja":"ãã£ã³ã»ã«ããããã©ã³ã¶ã¯ã·ã§ã³ãå ã«æ»ãããã«ä½¿ç¨ãããæè¡ã", > "readonly":false, > "optional":true, > "items": [ > { > "id":"c1", > "title":"Compensate", > "value":"compensate" > }, > { > "id":"c2", > "title":"Store", > "value":"store" > }, > { > "id":"c3", > "title":"Image", > "value":"image" > } > ] > },**/ > { > "id":"isadhoc", > "type":"Boolean", > "title":"isAdHoc", > "value":true, > "description":"", > "readonly":false, > "optional":false, > "refToView":"adhoc" > }, > { > "id":"adhocordering", > "type":"Choice", > "title":"AdHocOrdering", > "value":"Sequential", > "description":"", > "readonly":false, > "optional":false, > "refToView":"none", > "items": [ > { > "id":"c1", > "title":"Sequential", > "value":"Sequential", > "icon" : "activity/list/mi.sequential.png", > "refToView":"misequential" > }, > { > "id":"c2", > "title":"Parallel", > "value":"Parallel", > "icon" : "activity/list/mi.parallel.png", > "refToView":"miparallel" > } > ] > }, > { > "id":"adhoccompletioncondition", > "type":"Expression", > "title":"AdHocCompletionCondition", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"" > }, > { > "id":"adhoccancelremaininginstances", > "type":"Boolean", > "title":"AdhocCancelRemainingInstances", > "value":true, > "description":"This attribute is used only if ordering is parallel. It determines whether running instances are cancelled when the completionCondition becomes true.", > "description_ja":"ãã®å±æ§ã¯ãé åºã並åã®å ´åã®ã¿ä½¿ç¨ããã¾ããcompletionConditionãtrueã«ãªã£ãã¨ãã«ãå®è¡ä¸ã®ã¤ã³ã¹ã¿ã³ã¹ããã£ã³ã»ã«ãããã©ãããæ±ºå®ãã¾ãã", > "readonly":false, > "optional":true > }, > /**{ > "id":"entry", > "type":"DiagramLink", > "title":"SubProcessRef", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"u" > },**/ > /**{ > "id":"diagramref", > "type":"String", > "title":"DiagramRef", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > },**/ > /**{ > "id":"processref", > "type":"String", > "title":"ProcessRef", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > } > /**,**/ > /**{ > "id":"inputmaps", > "type":"String", > "title":"InputMaps", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > },**/ > /**{ > "id":"outputmaps", > "type":"String", > "title":"OutputMaps", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"" > }**/ > ] > }, > { > "name" : "gateway", > "properties" : [ > /**{ > "id":"assignments", > "type":"Dataassignment", > "title":"Assignments", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "complexItems": [ > { > "id":"to", > "name":"To", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"from", > "name":"From", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"assigntime", > "name":"AssignTime", > "type":"Choice", > "value":"Start", > "width":100, > "optional":true, > "items": [ > { > "id":"c1", > "title":"Start", > "value":"Start", > "refToView":"" > }, > { > "id":"c2", > "title":"End", > "value":"End", > "refToView":"" > } > ] > } > ] > }**/ > /**, > { > "id":"gates", > "type":"String", > "title":"Gates", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > }**/ > /**, > { > "id":"gates_outgoingsequenceflow", > "type":"String", > "title":"[Gates] OutgoingSequenceFlow", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > }, > { > "id":"gates_assignments", > "type":"String", > "title":"[Gates] Assignments", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > }**/ > ] > }, > { > "name" : "artifact", > "properties" : [ > ] > }, > { > "name":"process", > "properties":[ > { > "id":"processtype", > "type":"Choice", > "title":"ProcessType", > "value":"None", > "description":"The processType attribute Provides additional information about the level of abstraction modeled by this Process.", > "description_ja":"processType屿§ã¯ããã®ããã»ã¹ã«ãã£ã¦ã¢ãã«åãããæ½è±¡åã®ã¬ãã«ã«ã¤ãã¦ã®æ å ±ãæä¾ãã¾ãã", > "readonly":false, > "optional":false, > "popular" : true, > "items": [ > { > "id":"c1", > "title":"None", > "value":"None" > }, > { > "id":"c2", > "title":"Executable", > "value":"Executable" > }, > { > "id":"c3", > "title":"Non-Executable", > "value":"Non-Executable" > }, > { > "id":"c4", > "title":"Public", > "value":"Public" > } > ] > }, > { > "id":"isclosed", > "type":"Boolean", > "title":"isClosed", > "value":false, > "description":"A Boolean value specifying whether interactions, such as sending and receiving Messages and Events, not modeled in the Process can occur when the Process is executed or performed. If the value is true, they MAY NOT occur. If the value is false, they MAY occur.", > "description_ja":"ã¡ãã»ã¼ã¸ãã¤ãã³ãã®éåä¿¡ãªã©ããã»ã¹å ã§ã¢ãã«åããã¦ããªãããã¨ãã®çºçããããã»ã¹ãå®è¡ãããã¨ãã«è¨±å¯ãããã©ãããæå®ãããã¼ã«å¤ãå¤ãtrueã®å ´åããããã¯çºçãã¾ãããå¤ãfalseã®å ´åããããã¯çºçãã¾ãã", > "readonly":false, > "optional":false > } > ] > }, > { > "name" : "pool", > "properties" : [ > { > "id" : "multiinstance", > "type" : "Boolean", > "title" : "is Multi Instance Participant", > "value" : false, > "description" : "", > "readonly" : false, > "optional" : true, > "refToView" : "multiInstance" > }, > { > "id":"boundaryvisible", > "type":"Boolean", > "title":"BoundaryVisible", > "value":true, > "description":"Defines if the rectangular boundary for the Pool is visible.", > "description_ja":"ãã¼ã«ã®é·æ¹å½¢ã®Boundaryãå¯è¦ãã©ãããå®ç¾©ãã¾ãã", > "readonly":false, > "optional":false, > "refToView": ["border", "c", "caption", "captionDisableAntialiasing"], > "visible":false > }, > { > "id":"processname", > "type":"String", > "title":"ProcessName", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"", > "length":"30" > }, > { > "id":"status", > "type":"Choice", > "title":"Status", > "value":"None", > "description":"", > "readonly":false, > "optional":false, > "popular" : true, > "items": [ > { > "id":"c1", > "title":"None", > "value":"None" > }, > { > "id":"c2", > "title":"Ready", > "value":"Ready" > }, > { > "id":"c3", > "title":"Active", > "value":"Active" > }, > { > "id":"c4", > "title":"Cancelled", > "value":"Cancelled" > }, > { > "id":"c5", > "title":"Aborting", > "value":"Aborting" > }, > { > "id":"c6", > "title":"Aborted", > "value":"Aborted" > }, > { > "id":"c7", > "title":"Completing", > "value":"Completing" > }, > { > "id":"c8", > "title":"Completed", > "value":"Completed" > } > ] > }, > { > "id":"adhoc", > "type":"Boolean", > "title":"AdHoc", > "value":false, > "description":"", > "readonly":false, > "optional":false > }, > { > "id":"adhocordering", > "type":"Choice", > "title":"AdHocOrdering", > "value":"Parallel", > "description":"", > "readonly":false, > "optional":false, > "refToView":"none", > "items": [ > { > "id":"c1", > "title":"Sequential", > "value":"Sequential", > "icon" : "activity/list/mi.sequential.png", > "refToView":"misequential" > }, > { > "id":"c2", > "title":"Parallel", > "value":"Parallel", > "icon" : "activity/list/mi.parallel.png", > "refToView":"miparallel" > } > ] > }, > { > "id":"adhoccompletioncondition", > "type":"Expression", > "title":"AdHocCompletionCondition", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50" > }, > { > "id":"suppressjoinfailure", > "type":"Boolean", > "title":"SuppressJoinFailure", > "value":false, > "description":"", > "readonly":false, > "optional":false > }, > { > "id":"enableinstancecompensation", > "type":"Boolean", > "title":"EnableBooleanCompensation", > "value":false, > "description":"", > "readonly":false, > "optional":false > }, > { > "id":"processcategories", > "type":"String", > "title":"ProcessCategories", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > }, > { > "id":"processdocumentation", > "type":"String", > "title":"Process Documentation", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"", > "wrapLines":true > } > ] > }, > { > "name" : "dataAssociation", > "properties" : [ > { > "id":"assignments", > "type":"Dataassignment", > "title":"Assignments", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "popular":true, > "complexItems": [ > { > "id":"to", > "name":"To", > "type":"String", > "value":"", > "width":100, > "optional":false > }, > { > "id":"from", > "name":"From", > "type":"String", > "value":"", > "width":100, > "optional":false > } > /**,**/ > /**{ > "id":"language", > "name":"Language", > "type":"String", > "value":"", > "width":100, > "optional":true > }**/ > ] > }, > { > "id":"transformation", > "title":"Transformation", > "type":"String", > "value":"", > "optional":true, > "popular":true > } > ] > } > ], > "stencils" : [ > { > "type": "node", > "id": "BPMNDiagram", > "title": "BPMN-Diagram", > "groups": ["Diagram"], > "description": "A BPMN 2.0 Diagram.", > "description_ja":"BPMN 2.0ãã¤ã¢ã°ã©ã ã", > "view": "diagram.svg", > "icon": "diagram.png", > "mayBeRoot": true, > "hide": true, > "propertyPackages" : ["diagram"], > "roles": ["canContainArtifacts"], > "properties": [ > { > "id":"name", > "type":"String", > "title":"Name", > "value":"$processName$", > "description":"The descriptive name of the BPMN element.", > "description_ja":"BPMNè¦ç´ ã®ããããããååã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines" : true, > "refToView":"text_name", > "popular" : true > }, > { > "id":"documentation", > "type":"Text", > "title":"Documentation", > "value":"", > "description":"This attribute is used to annotate the BPMN element, such as descriptions and other documentation.", > "description_ja":"ãã®å±æ§ã¯ã説æãããã¥ã¡ã³ããªã©ãBPMNè¦ç´ ã®æ³¨éã«ä½¿ç¨ããã¾ãã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true, > "popular" : true > } > ] > }, > > // Acitvities > { > "type" : "node", > "id": "Task", > "title" : "Task", > "groups" : ["Activities"], > "description" : "A task is a unit of work - the job to be performed.", > "description_ja" : "ã¿ã¹ã¯ã¨ã¯ä½æ¥ï¼å®è¡ãã¹ãã¸ã§ãï¼ã®åä½ã§ãã", > "view" : "activity/task.svg", > "icon" : "activity/task.png", > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "activity", > "task", > /** "loopcharacteristics", **/ > "properties", > "iospecification" > ], > "roles" : [ > "all", > "sequence_start", > "sequence_end", > "from_task_event", > "to_task_event", > "FromEventbasedGateway", > "messageflow_start", > "messageflow_end", > "fromtoall", > "ActivitiesMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Activities").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Activities").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Activities").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"ruleFlowGroup", > "type":"String", > "title":"Ruleflow Group", > "value":"", > "description":"ruleFlowGroup", > "description_ja":"ruleFlowGroup", > "readonly":false, > "optional":true > }, > { > "id":"onEntryActions", > "type":"Action", > "title":"On Entry Actions", > "value":"", > "description":"on entry actions", > "description_ja":"ã¢ã¯ã·ã§ã³éå§æ", > "readonly":false, > "optional":true > }, > { > "id":"onExitActions", > "type":"Action", > "title":"On Exit Actions", > "value":"", > "description":"on exit actions", > "description_ja":"ã¢ã¯ã·ã§ã³çµäºæ", > "readonly":false, > "optional":true > }, > { > "id":"taskname", > "type":"String", > "title":"Task Name", > "value":"", > "description":"Task Name", > "description_ja":"ã¿ã¹ã¯å", > "readonly":false, > "optional":true > }, > { > "id":"interface", > "type":"String", > "title":"Interface", > "value":"", > "description":"Interface", > "description_ja":"ã¤ã³ã¿ã¼ãã§ã¤ã¹", > "readonly":false, > "optional":true > }, > { > "id":"operation", > "type":"String", > "title":"Operation", > "value":"", > "description":"Operation", > "description_ja":"ãªãã¬ã¼ã·ã§ã³", > "readonly":false, > "optional":true > }, > { > "id":"actors", > "type":"String", > "title":"Actors", > "value":"", > "description":"Comma-separated list of actors", > "description_ja":"ã¢ã¯ã¿ã¼ã®ã«ã³ãåºåãã®ãªã¹ã", > "readonly":false, > "optional":true > }, > { > "id":"groupid", > "type":"String", > "title":"GroupID", > "value":"", > "description":"he group id that is responsible for executing the human task", > "description_ja":"ãã¥ã¼ãã³ã¿ã¹ã¯ãæ å½ããã°ã«ã¼ãID", > "readonly":false, > "optional":true > }, > { > "id":"comment", > "type":"String", > "title":"Comment", > "value":"", > "description":"Comment", > "description_ja":"ã³ã¡ã³ã", > "readonly":false, > "optional":true > }, > { > "id":"content", > "type":"String", > "title":"Content", > "value":"", > "description":"The data associated with this task", > "description_ja":"ãã®ã¿ã¹ã¯ã«é¢é£ä»ãããã¦ãããã¼ã¿", > "readonly":false, > "optional":true > }, > { > "id":"skippable", > "type":"Choice", > "title":"Skippable", > "value":"", > "description":"Specifies whether the human task can be skipped", > "description_ja":"ãã¥ã¼ãã³ã¿ã¹ã¯ãã¹ãããã§ãããã©ãããæå®ãã¾ã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"true", > "value":"true" > }, > { > "id": "c2", > "title": "false", > "value": "false" > } > ] > }, > { > "id":"priority", > "type":"String", > "title":"Priority", > "value":"", > "description":"An integer indicating the priority of the human task", > "description_ja":"ãã¥ã¼ãã³ã¿ã¹ã¯ã®åªå 度ãç¤ºãæ´æ°", > "readonly":false, > "optional":true > } > ] > }, > // start custom workitems > $workitemDefs.keys:{k| > \{ > "type" : "node", > "id": "$workitemDefs.(k).name$", > "title" : "$workitemDefs.(k).displayName$", > "groups" : ["Service Tasks"], > "description" : "$workitemDefs.(k).explanationText$", > "description_ja" : "$workitemDefs.(k).explanationText$", > "view" : "activity/workitems/$workitemDefs.(k).name$.svg", > $if(workitemDefs.(k).icon)$ > "icon" : "$workitemDefs.(k).icon$", > $else$ > "icon" : "blank.gif", > $endif$ > "propertyPackages" :[ > "customtask", > "customactivity" > ], > "roles" : [ > "all", > "sequence_start", > "sequence_end", > "from_task_event", > "to_task_event", > "FromEventbasedGateway", > "messageflow_start", > "messageflow_end", > "fromtoall", > "ActivitiesMorph" > ], > "properties": [ > \{ > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Service Tasks").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > \}, > \{ > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Service Tasks").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > \}, > \{ > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Service Tasks").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > \}, > \{ > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > \{ > "id":"c1", > "title":"8", > "value":"8" > \}, > \{ > "id":"c2", > "title":"9", > "value":"9" > \}, > \{ > "id":"c3", > "title":"10", > "value":"10" > \}, > \{ > "id":"c4", > "title":"11", > "value":"11" > \}, > \{ > "id":"c5", > "title":"12", > "value":"12" > \}, > \{ > "id":"c6", > "title":"14", > "value":"14" > \}, > \{ > "id":"c7", > "title":"18", > "value":"18" > \}, > \{ > "id":"c8", > "title":"20", > "value":"20" > \}, > \{ > "id":"c9", > "title":"24", > "value":"24" > \}, > \{ > "id":"c10", > "title":"36", > "value":"36" > \}, > \{ > "id":"c11", > "title":"48", > "value":"48" > \}, > \{ > "id":"c12", > "title":"72", > "value":"72" > \} > ] > \}, > \{ > "id":"tasktype", > "type":"Choice", > "title":"TaskType", > "value":"$workitemDefs.(k).name$", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "items":[ > \{ > "id":"c1", > "title":"None", > "value":"None", > "refToView":"none" > \}, > \{ > "id":"c2", > "title":"Send", > "value":"Send", > "icon" : "activity/list/type.send.png", > "refToView":"sendTask" > \}, > \{ > "id":"c3", > "title":"Receive", > "value":"Receive", > "icon" : "activity/list/type.receive.png", > "refToView":"receiveTask" > \}, > \{ > "id":"c4", > "title":"User", > "value":"User", > "icon" : "activity/list/type.user.png", > "refToView":"userTask" > \}, > \{ > "id":"c5", > "title":"Manual", > "value":"Manual", > "icon" : "activity/list/type.manual.png", > "refToView":"manualTask" > \}, > \{ > "id":"c6", > "title":"Service", > "value":"Service", > "icon" : "activity/list/type.service.png", > "refToView":"serviceTask" > \}, > \{ > "id":"c7", > "title":"Business Rule", > "value":"Business Rule", > "icon" : "activity/list/type.business.rule.png", > "refToView":"businessRuleTask" > \}, > \{ > "id":"c8", > "title":"Script", > "value":"Script", > "icon" : "activity/list/type.script.png", > "refToView":"scriptTask" > \} > ] > \}, > \{ > "id":"name", > "type":"String", > "title":"Name", > "value":"$workitemDefs.(k).displayName$", > "description":"The descriptive name of the BPMN element.", > "description_ja":"BPMNè¦ç´ ã®ããããããååã", > "readonly":false, > "optional":true, > "length":"", > "wrapLines" : true, > "refToView":"text_name" > \}, > \{ > "id":"documentation", > "type":"Text", > "title":"Documentation", > "value":"$workitemDefs.(k).explanationText$", > "description":"This attribute is used to annotate the BPMN element, such as descriptions and other documentation.", > "description_ja":"ãã®å±æ§ã¯ã説æãããã¥ã¡ã³ããªã©ãBPMNè¦ç´ ã®æ³¨éã«ä½¿ç¨ããã¾ãã", > "readonly":true, > "optional":true, > "length":"", > "wrapLines":true, > "popular" : true > \}, > \{ > "id":"taskName", > "type":"String", > "title":"Task Name", > "value":"$workitemDefs.(k).name$", > "description":"Task Name", > "description_ja":"ã¿ã¹ã¯å", > "readonly":true, > "optional":true > \}, > \{ > "id":"datainputset", > "type":"Datainput", > "title":"DataInputSet", > "value":"$workitemDefs.(k).parameters:{k1| $k1.name$:$k1.type.stringType$}; separator=","$", > "description":"An InputSet is a collection of DataInput elements that together define a valid set of data inputs.", > "description_ja":"InputSetã¯ããã¼ã¿å ¥åã®æå¹ãªã»ãããåããã¦å®ç¾©ããDataInputã¨ã¬ã¡ã³ãã®ã³ã¬ã¯ã·ã§ã³ã§ãã", > "readonly":false, > "optional":true, > \}, > \{ > "id":"dataoutputset", > "type":"Dataoutput", > "title":"DataOutputSet", > "value":"$workitemDefs.(k).results:{k1| $k1.name$:$k1.type.stringType$}; separator=","$", > "description":"An OutputSet is a collection of DataOutputs elements that together may be produced as output from an Activity or Event.", > "description_ja":"OutputSet ã¯ãã¢ã¯ãã£ããã£ã¾ãã¯ã¤ãã³ãã®åºåã¨ãã¦ã¾ã¨ãã¦çæãããDataOutputsè¦ç´ ã®ã³ã¬ã¯ã·ã§ã³ã§ãã", > "readonly":false, > "optional":true, > \}, > \{ > "id":"assignments", > "type":"Dataassignment", > "title":"Assignments", > "value":"$workitemDefs.(k).parameters:{k1| $k1.name$}; separator="=,"$", > "description":"", > "readonly":false, > "optional":true, > \}, > \{ > "id":"onEntryActions", > "type":"Action", > "title":"On Entry Actions", > "value":"", > "description":"on entry actions", > "description_ja":"ã¢ã¯ã·ã§ã³éå§æ", > "readonly":false, > "optional":true > \}, > \{ > "id":"onExitActions", > "type":"Action", > "title":"On Exit Actions", > "value":"", > "description":"on exit actions", > "description_ja":"ã¢ã¯ã·ã§ã³çµäºæ", > "readonly":false, > "optional":true > \}, > \{ > "id":"script_language", > "type":"Choice", > "title":"ScriptLanguage", > "value":"java", > "description":"Defines the script language.", > "description_ja":"ã¹ã¯ãªããè¨èªãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "items": [ > \{ > "id": "c1", > "title":"java", > "value":"java" > \}, > \{ > "id": "c2", > "title": "mvel", > "value": "mvel" > \} > ] > \} > ] > \}, > }$ > // end custom workitems > { > "type" : "node", > "id" : "ReusableSubprocess", > "title" : "Reusable Subprocess", > "groups" : ["Activities"], > "description" : "A reusable subprocess. It can be used to invoke another process.", > "description_ja" :"åå©ç¨å¯è½ãªãµãããã»ã¹ãå¥ã®ããã»ã¹ã®èµ·åã«ä½¿ç¨ã§ãã¾ãã", > "view" : "activity/subprocess.collapsed.svg", > "icon" : "activity/subprocess.png", > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "activity", > /** "subprocess", **/ > /** "loopcharacteristics", **/ > "bgColor", > "properties", > "iospecification" > ], > "properties" : [ > { > "id":"activitytype", > "type":"String", > "title":"ActivityType", > "value":"Sub-Process", > "description":"The Type of Activity.", > "description_ja":"ã¢ã¯ãã£ããã£ã®ã¿ã¤ãã", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Activities").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Activities").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Activities").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > }, > { > "id":"calledelement", > "type":"CalledElement", > "title":"Called Element", > "value":"", > "description":"", > "readonly":false, > "optional":false, > "refToView":"pimg", > "length":"" > }, > { > "id":"onEntryActions", > "type":"Action", > "title":"On Entry Actions", > "value":"", > "description":"on entry actions", > "description_ja":"ã¢ã¯ã·ã§ã³éå§æ", > "readonly":false, > "optional":true > }, > { > "id":"onExitActions", > "type":"Action", > "title":"On Exit Actions", > "value":"", > "description":"on exit actions", > "description_ja":"ã¢ã¯ã·ã§ã³çµäºæ", > "readonly":false, > "optional":true > }, > { > "id":"independent", > "type":"Choice", > "title":"Independent", > "value":"true", > "description":"If set to true the child process is started as an independent process.", > "description_ja":"trueã«è¨å®ããå ´åãåããã»ã¹ã¯ç¬ç«ããããã»ã¹ã¨ãã¦éå§ããã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"true", > "value":"true" > }, > { > "id": "c2", > "title": "false", > "value": "false" > } > ] > }, > { > "id":"waitforcompletion", > "type":"Choice", > "title":"Wait for completion", > "value":"true", > "description":"If true this sub-process node will only continue if the child process that was started has terminated its execution (completed or aborted)", > "description_ja":"trueã®å ´åããã®ãµãããã»ã¹ãã¼ãã¯ãéå§ããåããã»ã¹ãå®è¡ãçµäºããï¼å®äºã¾ãã¯ä¸æ¢ï¼å ´åã®ã¿ç¶è¡ãã¾ã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"true", > "value":"true" > }, > { > "id": "c2", > "title": "false", > "value": "false" > } > ] > }, > { > "id":"script_language", > "type":"Choice", > "title":"ScriptLanguage", > "value":"java", > "description":"Defines the script language.", > "description_ja":"ã¹ã¯ãªããè¨èªãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"java", > "value":"java" > }, > { > "id": "c2", > "title": "mvel", > "value": "mvel" > } > ] > } > ], > "roles": [ > "all", > "sequence_start", > "sequence_end", > "messageflow_start", > "messageflow_end", > "to_task_event", > "from_task_event", > "fromtoall", > "ActivitiesMorph" > ] > }, > { > "type" : "node", > "id" : "MultipleInstanceSubprocess", > "title" : "Multiple instances", > "groups" : ["Activities"], > "description" : "A multiple instances subprocess. Allows to execute the contained process segment multiple times.", > "description_ja" :"è¤æ°ã®ã¤ã³ã¹ã¿ã³ã¹ãæã¤ãµãããã»ã¹ãå«ã¾ããããã»ã¹ã»ã°ã¡ã³ããè¤æ°åå®è¡ã§ãã¾ãã", > "view" : "activity/subprocess.multiple.svg", > "icon" : "activity/subprocess.png", > "propertyPackages" :[ > "baseAttributes", > "flowElement", > /** "activity", **/ > /** "subprocess", **/ > /** "loopcharacteristics", **/ > "bgColor", > "properties" /**,**/ > /** "iospecification" **/ > ], > "properties" : [ > { > "id":"activitytype", > "type":"String", > "title":"ActivityType", > "value":"Sub-Process", > "description":"The Type of Activity.", > "description_ja":"ã¢ã¯ãã£ããã£ã®ã¿ã¤ãã", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Activities").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Activities").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Activities").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > }, > { > "id":"collectionexpression", > "type":"String", > "title":"CollectionExpression", > "value":"", > "description":"Name of a variable that represents the collection of elements that should be iterated over.", > "description_ja":"ç¹°ãè¿ããå®è¡ãããè¦ç´ ã®ã³ã¬ã¯ã·ã§ã³ã表ã夿°ã®ååã", > "readonly":false, > "optional":false > }, > { > "id":"variablename", > "type":"String", > "title":"Variable Name", > "value":"", > "description":"Name of the variable to contain the current element from the collection.", > "description_ja":"ã³ã¬ã¯ã·ã§ã³ã®ç¾å¨ã®è¦ç´ ãå«ã夿°ã®ååã", > "readonly":false, > "optional":false > }, > { > "id":"onEntryActions", > "type":"Action", > "title":"On Entry Actions", > "value":"", > "description":"on entry actions", > "description_ja":"ã¢ã¯ã·ã§ã³éå§æ", > "readonly":false, > "optional":true > }, > { > "id":"onExitActions", > "type":"Action", > "title":"On Exit Actions", > "value":"", > "description":"on exit actions", > "description_ja":"ã¢ã¯ã·ã§ã³çµäºæ", > "readonly":false, > "optional":true > }, > { > "id":"script_language", > "type":"Choice", > "title":"ScriptLanguage", > "value":"java", > "description":"Defines the script language.", > "description_ja":"ã¹ã¯ãªããè¨èªãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"java", > "value":"java" > }, > { > "id": "c2", > "title": "mvel", > "value": "mvel" > } > ] > }, > { > "id":"vardefs", > "type":"Vardef", > "title":"Variable Definitions", > "value":"", > "description":"Comma-separated variable definitions", > "description_ja":"ã«ã³ãåºåãã®å¤æ°å®ç¾©", > "readonly":false, > "optional":true > } > ], > "roles": [ > "all", > "sequence_start", > "sequence_end", > "messageflow_start", > "messageflow_end", > "to_task_event", > "from_task_event", > "fromtoall", > "ActivitiesMorph" > ] > }, > { > "type" : "node", > "id" : "Subprocess", > "title" : "Embedded Subprocess", > "groups" : ["Activities"], > "description" : "A subprocess is a decomposable activity. An expanded subprocess contains a valid BPMN diagram.", > "description_ja" :"ãµãããã»ã¹ã¯åè§£ä¸å¯ã®ã¢ã¯ãã£ããã£ã§ããæ¡å¼µãµãããã»ã¹ã«ã¯ãæå¹ãªBPMNãã¤ã¢ã°ã©ã ãå«ã¾ãã¦ãã¾ãã", > "view" : "activity/subprocess.embedded.svg", > "icon" : "activity/expanded.subprocess.png", > "layout" : [ > {"type" : "layout.bpmn2_0.subprocess"}, > {"type" : "layout.container.dockers"}, > { > "type" : "layout.container.minBounds", > "options" : { > "fixedX" : true, > "ignoreChildsWithId" : [ > "http://b3mn.org/stencilset/bpmn2.0#Lane", > "http://b3mn.org/stencilset/bpmn2.0#StartNoneEvent" > ] > } > } > ], > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "activity", > /** "subprocess", **/ > /** "loopcharacteristics", **/ > "properties", > "iospecification" > ], > "properties" : [ > { > "id":"activitytype", > "type":"String", > "title":"ActivityType", > "value":"Sub-Process", > "description":"The Type of Activity.", > "description_ja":"ã¢ã¯ãã£ããã£ã®ã¿ã¤ãã", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Activities").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Activities").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Activities").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > }, > { > "id":"onEntryActions", > "type":"Action", > "title":"On Entry Actions", > "value":"", > "description":"on entry actions", > "description_ja":"ã¢ã¯ã·ã§ã³éå§æ", > "readonly":false, > "optional":true > }, > { > "id":"onExitActions", > "type":"Action", > "title":"On Exit Actions", > "value":"", > "description":"on exit actions", > "description_ja":"ã¢ã¯ã·ã§ã³çµäºæ", > "readonly":false, > "optional":true > }, > { > "id":"script_language", > "type":"Choice", > "title":"ScriptLanguage", > "value":"java", > "description":"Defines the script language.", > "description_ja":"ã¹ã¯ãªããè¨èªãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"java", > "value":"java" > }, > { > "id": "c2", > "title": "mvel", > "value": "mvel" > } > ] > }, > { > "id":"vardefs", > "type":"Vardef", > "title":"Variable Definitions", > "value":"", > "description":"Comma-separated variable definitions", > "description_ja":"ã«ã³ãåºåãã®å¤æ°å®ç¾©", > "readonly":false, > "optional":true > } > ], > "roles" : [ > "all", > "sequence_start", > "sequence_end", > "messageflow_start", > "messageflow_end", > "to_task_event", > "from_task_event", > "fromtoall", > "canContainArtifacts", > "ActivitiesMorph" > ] > }, > { > "type" : "node", > "id" : "AdHocSubprocess", > "title" : "AdHoc Subprocess", > "groups" : ["Activities"], > "description" : "A subprocess is a decomposable activity. An expanded subprocess contains a valid BPMN diagram.", > "description_ja" :"ãµãããã»ã¹ã¯åè§£ä¸å¯ã®ã¢ã¯ãã£ããã£ã§ããæ¡å¼µãµãããã»ã¹ã«ã¯ãæå¹ãªBPMNãã¤ã¢ã°ã©ã ãå«ã¾ãã¦ãã¾ãã", > "view" : "activity/subprocess.adhoc.svg", > "icon" : "activity/expanded.subprocess.png", > "layout" : [ > {"type" : "layout.bpmn2_0.subprocess"}, > {"type" : "layout.container.dockers"}, > { > "type" : "layout.container.minBounds", > "options" : { > "fixedX" : true, > "ignoreChildsWithId" : [ > "http://b3mn.org/stencilset/bpmn2.0#Lane", > "http://b3mn.org/stencilset/bpmn2.0#StartNoneEvent" > ] > } > } > ], > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "activity", > "adhocsubprocess", > /** "loopcharacteristics", **/ > "properties", > "iospecification" > ], > "properties" : [ > { > "id":"activitytype", > "type":"String", > "title":"ActivityType", > "value":"Sub-Process", > "description":"The Type of Activity.", > "description_ja":"ã¢ã¯ãã£ããã£ã®ã¿ã¤ãã", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Activities").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Activities").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Activities").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > }, > { > "id":"onEntryActions", > "type":"Action", > "title":"On Entry Actions", > "value":"", > "description":"on entry actions", > "description_ja":"ã¢ã¯ã·ã§ã³éå§æ", > "readonly":false, > "optional":true > }, > { > "id":"onExitActions", > "type":"Action", > "title":"On Exit Actions", > "value":"", > "description":"on exit actions", > "description_ja":"ã¢ã¯ã·ã§ã³çµäºæ", > "readonly":false, > "optional":true > }, > { > "id":"script_language", > "type":"Choice", > "title":"ScriptLanguage", > "value":"java", > "description":"Defines the script language.", > "description_ja":"ã¹ã¯ãªããè¨èªãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"java", > "value":"java" > }, > { > "id": "c2", > "title": "mvel", > "value": "mvel" > } > ] > }, > { > "id":"vardefs", > "type":"Vardef", > "title":"Variable Definitions", > "value":"", > "description":"Comma-separated variable definitions", > "description_ja":"ã«ã³ãåºåãã®å¤æ°å®ç¾©", > "readonly":false, > "optional":true > } > ], > "roles" : [ > "all", > "sequence_start", > "sequence_end", > "messageflow_start", > "messageflow_end", > "to_task_event", > "from_task_event", > "fromtoall", > "canContainArtifacts", > "ActivitiesMorph" > ] > }, > /** { > "type" : "node", > "id" : "CollapsedEventSubprocess", > "title" : "Collapsed Event-Subprocess", > "groups" : ["Activities"], > "description" : "An Event-Subprocess is placed within another subprocess. It becomes active when its start event gets triggered and can interrupt the Subprocess context or run in parallel (non-interrupting). It can be linked to another diagram.", > "description_ja" :"ã¤ãã³ããµãããã»ã¹ã¯ãå¥ã®ãµãããã»ã¹ã®ä¸ã«é ç½®ããã¾ããéå§ã¤ãã³ããããªã¬ã¼ãããã¨ã¢ã¯ãã£ãã«ãªãããµãããã»ã¹ã³ã³ããã¹ãã®å²ãè¾¼ã¿ã並åå®è¡ï¼å²ãè¾¼ã¿ãªãï¼ãå¯è½ã«ãªãã¾ããå¥ã®ãã¤ã¢ã°ã©ã ã«ãªã³ã¯ã§ãã¾ãã", > "view" : "activity/event.subprocess.collapsed.svg", > "icon" : "activity/event.subprocess.collapsed.png", > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "activity", > "subprocess", > "interrupting", > "loopcharacteristics", > "properties", > "iospecification" > ], > "properties" : [ > { > "id":"activitytype", > "type":"String", > "title":"ActivityType", > "value":"Event-Sub-Process", > "description":"The Type of Activity.", > "description_ja":"ã¢ã¯ãã£ããã£ã®ã¿ã¤ãã", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"startevent", > "type":"Choice", > "title":"Start-Event", > "value":"Message", > "description":"", > "readonly":false, > "optional":false, > "items":[ > { > "id":"c1", > "title":"Message", > "value":"Message", > "icon" : "activity/list/event.message.png", > "refToView":"message" > }, > { > "id":"c2", > "title":"Timer", > "value":"Timer", > "icon" : "activity/list/event.timer.png", > "refToView":"timer" > }, > { > "id":"c3", > "title":"Escalation", > "value":"Escalation", > "icon" : "activity/list/event.escalation.png", > "refToView":"escalation" > }, > { > "id":"c4", > "title":"Conditional", > "value":"Conditional", > "icon" : "activity/list/event.conditional.png", > "refToView":"conditional" > }, > { > "id":"c5", > "title":"Error", > "value":"Error", > "icon" : "activity/list/event.error.png", > "refToView":"error" > }, > { > "id":"c6", > "title":"Compensation", > "value": "Compensation", > "icon" : "activity/list/event.compensation.png", > "refToView":"compensationStart" > }, > { > "id":"c7", > "title":"Signal", > "value":"Signal", > "icon" : "activity/list/event.signal.png", > "refToView":"signal" > }, > { > "id":"c8", > "title":"Multiple", > "value":"Multiple", > "icon" : "activity/list/event.multiple.png", > "refToView":"multiple" > }, > { > "id":"c9", > "title":"Multiple (Parallel)", > "value":"MultipleParallel", > "icon" : "activity/list/event.multiple.parallel.png", > "refToView":"multipleParallel" > } > ] > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"#ffffff", > "description":"", > "readonly":false, > "optional":false, > "refToView":"fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ], > "roles": [ > "all", > "fromtoall", > "canContainArtifacts", > "EventActivitiesMorph" > ] > }, > /** { > "type" : "node", > "id" : "EventSubprocess", > "title" : "Event-Subprocess", > "groups" : ["Activities"], > "description" : "An Event-Subprocess is placed within another Subprocess. It becomes active when its start event gets triggered and can interrupt the Subprocess context or run in parallel (non-interrupting).", > "description_ja" :"ã¤ãã³ããµãããã»ã¹ã¯ãå¥ã®ãµãããã»ã¹ã®ä¸ã«é ç½®ããã¾ããéå§ã¤ãã³ããããªã¬ã¼ãããã¨ã¢ã¯ãã£ãã«ãªãããµãããã»ã¹ã³ã³ããã¹ãã®å²ãè¾¼ã¿ã並åå®è¡ï¼å²ãè¾¼ã¿ãªãï¼ãå¯è½ã«ãªãã¾ãã", > "view" : "activity/event.subprocess.svg", > "icon" : "activity/event.subprocess.png", > "layout" : [{"type" : "layout.bpmn2_0.subprocess"}], > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "activity", > "subprocess", > "loopcharacteristics", > "properties", > "iospecification" > ], > "properties" : [ > { > "id":"activitytype", > "type":"String", > "title":"ActivityType", > "value":"Event-Sub-Process", > "description":"The Type of Activity.", > "description_ja":"ã¢ã¯ãã£ããã£ã®ã¿ã¤ãã", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"#ffffff", > "description":"", > "readonly":false, > "optional":false, > "refToView":"fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > }, > { > "id":"isatransaction", > "type":"Boolean", > "title":"is a Transaction", > "value":false, > "description":"A Transaction is a set of activities that logically belongs together; it might follow a specified transaction protocol.", > "description_ja":"ãã©ã³ã¶ã¯ã·ã§ã³ã¯ãè«ççã«ã¾ã¨ãããã¦ããã¢ã¯ãã£ããã£ã®ã»ããã§ããæå®ããããã©ã³ã¶ã¯ã·ã§ã³ãããã³ã«ã«å¾ãã¾ãã", > "readonly":true, > "optional":false > }, > { > "id":"callacitivity", > "type":"Boolean", > "title":"is a Call Activity", > "value":false, > "description":"a Call Activity is a wrapper for a globally defined Sub-Process that is reused in the current process.", > "description_ja":"ã³ã¼ã«ã¢ã¯ãã£ããã£ã¯ãç¾å¨ã®ããã»ã¹ã§åå©ç¨ããã¦ããã°ãã¼ãã«å®ç¾©ãµãããã»ã¹ã®ã©ããã¼ã§ãã", > "readonly":true, > "optional":"true" > } > ], > "roles" : [ > "all", > "fromtoall", > "canContainArtifacts", > "EventActivitiesMorph" > ] > }, **/ > > // Gateways > > { > "type" : "node", > "id" : "Exclusive_Databased_Gateway", > "title" : "Data-based Exclusive (XOR) Gateway", > "description" : "When splitting, it routes the sequence flow to exactly one of the outgoing branches based on conditions. When merging, it awaits one incoming branch to complete before triggering the outgoing flow.", > "description_ja" :"åå²ããéã¯ãæ¡ä»¶ã«åºã¥ãã¦å¿ ãåºååå²ã®1ã¤ã«ã·ã¼ã±ã³ã¹ããã¼ã®çµè·¯ãåãã¾ããåæµããéã¯ãå ¥ååå²ã®1ã¤ãå®äºããã¾ã§å¾ ã£ã¦ããåºåããã¼ãããªã¬ã¼ãã¾ãã", > "groups" : ["Gateways"], > "view" : "gateway/exclusive.databased.svg", > "icon" : "gateway/exclusive.databased.png", > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "gateway", > "bgColor" > ], > "properties" : [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Gateways").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Gateways").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Gateways").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"gatewaytype", > "type":"String", > "title":"Gateway type", > "title":"Gateway-Typ", > "value":"XOR", > "description":"", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"xortype", > "type":"String", > "title":"XOR type", > "value":"Data", > "description":"", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"markervisible", > "type":"Boolean", > "title":"X-Marker visible", > "value":"true", > "description":"", > "readonly":false, > "optional":false, > "refToView":"cross" > }, > { > "id":"defaultgate", > "type":"String", > "title":"Default gate", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > } > //, > /**{ > "id":"gate_outgoingsequenceflow", > "type":"String", > "title":"[Gate] OutgoingSequenceFlow", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50" > },**/ > /**{ > "id":"gate_assignments", > "type":"String", > "title":"[Gate] Assignments", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > }**/ > ], > "roles": [ > "all", > "sequence_start", > "sequence_end", > "choreography_sequence_start", > "choreography_sequence_end", > "fromtoall", > "GatewaysMorph" > ] > }, > { > "type" : "node", > "id" : "EventbasedGateway", > "title" : "Event-based Gateway", > "groups" : ["Gateways"], > "description" : "Is always followed by catching events or receive tasks. Sequence flow is routed to the subsequent event/task which happens first.", > "description_ja" :"常ã«ãã£ããã¤ãã³ãã¾ãã¯åä¿¡ã¿ã¹ã¯ãç¶ãã¾ããã·ã¼ã±ã³ã¹ããã¼ã¯ãå¾ç¶ã®ã¤ãã³ã/ã¿ã¹ã¯ã®ãã¡æåã«çºçãããã®ãçµè·¯ã«åãã¾ãã", > "view" : "gateway/eventbased.svg", > "icon" : "gateway/eventbased.png", > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "gateway", > "bgColor" > ], > "properties" : [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Gateways").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Gateways").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Gateways").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"eventtype", > "type":"Choice", > "title":"Type", > "value":"exclusive", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "items":[ > { > "id":"c1", > "title":"Exclusive (standard)", > "value":"exclusive", > "icon" : "gateway/list/eventbased.exclusive.png", > "refToView":"default" > }, > { > "id":"c2", > "title":"Exclusive Instantiation", > "value":"instantiate_exclusive", > "icon" : "gateway/list/eventbased.exclusive.png", > "refToView":["default","instantiate"] > }, > { > "id":"c3", > "title":"Parallel Instantiation", > "value":"instantiate_parallel", > "icon" : "gateway/list/eventbased.parallel.png", > "refToView":["parallel","instantiate"] > } > ] > } > ], > "roles": [ > "all", > "sequence_end", > "choreography_sequence_start", > "choreography_sequence_end", > "fromtoall", > "GatewaysMorph", > "EventbasedGateway" > ] > }, > { > "type" : "node", > "id" : "ParallelGateway", > "title" : "Parallel Gateway", > "groups" : ["Gateways"], > "description" : "When used to split the sequence flow, all outgoing branches are activated simultaneously. When merging parallel branches it waits for all incoming branches to complete before triggering the outgoing flow.", > "description_ja" :"ã·ã¼ã±ã³ã¹ããã¼ã®åå²ã«ä½¿ç¨ãããã¨ããã¹ã¦ã®åºååå²ãåæã«ã¢ã¯ãã£ãåããã¾ãã並ååå²ãåæµããã¨ãã¯ããã¹ã¦ã®å ¥ååå²ãå®äºããã¾ã§å¾ ã£ã¦ãããåºåããã¼ãããªã¬ã¼ãã¾ãã", > "view" : "gateway/parallel.svg", > "icon" : "gateway/parallel.png", > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "gateway", > "bgColor" > ], > "properties" : [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Gateways").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Gateways").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Gateways").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"gatewaytype", > "type":"String", > "title":"GatewayType", > "value":"AND", > "description":"", > "readonly":true, > "optional":false, > "length":"" > } > ], > "roles": [ > "all", > "sequence_start", > "sequence_end", > "choreography_sequence_start", > "choreography_sequence_end", > "fromtoall", > "GatewaysMorph" > ] > }, > { > "type" : "node", > "id" : "InclusiveGateway", > "title" : "Inclusive Gateway", > "groups" : ["Gateways"], > "description" : "When splitting, one or more branches are activated based on branching conditions. When merging, it awaits all active incoming branches to complete.", > "description_ja" :"åå²ããéã¯ãå岿¡ä»¶ã«åºã¥ãã¦1ã¤ã¾ãã¯è¤æ°ã®åå²ãã¢ã¯ãã£ãåããã¾ããåæµããéã¯ãã¢ã¯ãã£ããªãã¹ã¦ã®å ¥ååå²ãå®äºããã¾ã§å¾ ã¡ã¾ãã", > "view" : "gateway/inclusive.svg", > "icon" : "gateway/inclusive.png", > "propertyPackages" :[ > "baseAttributes", > "flowElement", > "gateway", > "bgColor" > ], > "properties" : [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Gateways").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Gateways").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Gateways").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"gatewaytype", > "type":"String", > "title":"GatewayType", > "value":"OR", > "description":"", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"defaultgate", > "type":"String", > "title":"DefaultGate", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > } > /**, > { > "id":"gate_outgoingsequenceflow", > "type":"String", > "title":"[Gate] OutgoingSequenceFlow", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50" > }, > { > "id":"gate_assignments", > "type":"String", > "title":"[Gate] Assignments", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50", > "wrapLines":true > }**/ > ], > "roles": [ > "all", > "sequence_start", > "sequence_end", > "choreography_sequence_start", > "choreography_sequence_end", > "fromtoall", > "GatewaysMorph" > ] > }, > { > "type": "node", > "id":"ComplexGateway", > "title":"Complex Gateway", > "groups":["Gateways"], > "description":"It triggers one or more branches based on complex conditions or verbal descriptions. Use it sparingly as the semantics might not be clear.", > "description_ja":"è¤åæ¡ä»¶ã¾ãã¯å£é ã®èª¬æã«åºã¥ãã¦ã1ã¤ã¾ãã¯è¤æ°ã®åå²ãããªã¬ã¼ãã¾ããã»ãã³ãã£ã¯ã¹ãæçã§ãªããªãã®ã§ä½¿ç¨ã¯æ§ããã«ãã¦ãã ããã", > "view":"gateway/complex.svg", > "icon":"gateway/complex.png", > "propertyPackages" : [ > "baseAttributes", > "flowElement", > "gateway", > "bgColor" > ], > "properties" : [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Gateways").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Gateways").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Gateways").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"gatewaytype", > "type":"String", > "title":"GatewayType", > "value":"Complex", > "description":"", > "readonly":true, > "optional":false, > "length":"" > }, > { > "id":"activationcondition", > "type":"String", > "title":"ActivationCondition", > "value":"", > "popular":true, > "description":"Determines which combination of incoming tokens will be synchronized for activation of the Gateway.", > "description_ja":"ã²ã¼ãã¦ã§ã¤ã®ã¢ã¯ãã£ãåã®ããã«åæããå ¥åãã¼ã¯ã³ã®çµã¿åãããæ±ºå®ãã¾ãã", > "readonly":false, > "optional":true > }, > { > "id":"incomingcondition", > "type":"String", > "title":"IncomingCondition", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50" > }, > { > "id":"outgoingcondition", > "type":"String", > "title":"OutgoingCondition", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"50" > } > ], > "roles": [ > "all", > "sequence_start", > "sequence_end", > "choreography_sequence_start", > "choreography_sequence_end", > "fromtoall", > "GatewaysMorph" > ] > }, > > // Swimlanes > /** { > "type" : "node", > "id" : "Pool", > "title" : "Pool", > "groups" : ["Swimlanes"], > "description" : "Pools and Lanes represent responsibilities for activities in a process. A pool or a lane can be an organization, a role, or a system.", > "description_ja" :"ãã¼ã«ã¨ã¬ã¼ã³ã¯ãããã»ã¹å ã®ã¢ã¯ãã£ããã£ã®è²¬ä»»ã表ãã¾ãããã¼ã«ã¾ãã¯ã¬ã¼ã³ã«ã¯ãçµç¹ããã¼ã«ãã¾ãã¯ã·ã¹ãã ãå²ãå½ã¦ããã¨ãã§ãã¾ãã", > "view" : "swimlane/pool.svg", > "icon" : "swimlane/pool.png", > "propertyPackages": [ > "baseAttributes", > "pool", > "process", > "bgColor" > ], > "roles" : [ > "all", > "messageflow_start", > "messageflow_end", > "fromtoall", > "canContainArtifacts" > ], > "layout" : [{"type" : "layout.bpmn2_0.pool"}] > },**/ > /**{ > "type" : "node", > "id" : "CollapsedPool", > "title" : "Collapsed Pool", > "groups" : ["Swimlanes"], > "description" : "Collapsed Pools hide all internals of the contained processes.", > "description_ja" :"æãããã¾ãããã¼ã«ã¯ãä¸ã«å«ã¾ããããã»ã¹ã®å é¨ãã¹ã¦ãé è½ãã¾ãã", > "view" : "swimlane/collapsed.pool.svg", > "icon" : "swimlane/lane.png", > "propertyPackages": [ > "baseAttributes", > "pool", > "process", > "bgColor" > ], > "properties" : [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"#ffffff", > "description":"", > "readonly":false, > "optional":false, > "refToView":"fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ], > "roles" : [ > "all", > "messageflow_start", > "messageflow_end", > "fromtoall" > ] > },**/ > { > "type" : "node", > "id" : "Lane", > "title" : "Lane", > "groups" : ["Swimlanes"], > "description" : "Pools and Lanes represent responsibilities for activities in a process. A pool or a lane can be an organization, a role, or a system. Lanes sub-divide pools or other lanes hierarchically.", > "description_ja" :"ãã¼ã«ã¨ã¬ã¼ã³ã¯ãããã»ã¹å ã®ã¢ã¯ãã£ããã£ã®è²¬ä»»ã表ãã¾ãããã¼ã«ã¾ãã¯ã¬ã¼ã³ã«ã¯ãçµç¹ããã¼ã«ãã¾ãã¯ã·ã¹ãã ãå²ãå½ã¦ããã¨ãã§ãã¾ããã¬ã¼ã³ã¯ãã¼ã«ã¾ãã¯ä»ã®ã¬ã¼ã³ãé層çã«åå²ãã¾ãã", > "view" : "swimlane/lane.svg", > "icon" : "swimlane/lane.png", > "propertyPackages": [ > "baseAttributes" > ], > "properties" : [ > { > "id":"showcaption", > "type":"Boolean", > "title":"ShowCaption", > "value":"true", > "description":"", > "readonly":true, > "optional":false, > "refToView": ["caption", "captionDisableAntialiasing"], > "fill":true, > "visible":false, > "stroke":false, > "hidden":true > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Swimlanes").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Swimlanes").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Swimlanes").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ], > "roles": [ > "all", > "PoolChild", > "fromtoall", > "canContainArtifacts" > ], > "layout" : [ > {"type" : "layout.bpmn11.lane"}, > { > "type" : "layout.container.minBounds", > "options" : { > "ignoreChildsWithId" : [ > "http://b3mn.org/stencilset/bpmn2.0#Lane" > ] > } > } > ] > }, > /**{ > "type" : "node", > "id" : "processparticipant", > "title" : "Additional Participant", > "groups" : ["Swimlanes"], > "description" : "he additional participant can be connected to a task or sub process. It is used to visualize additional associations of roles or individuals to the respective activity (e.g. responsibility, informed persons, etc.).", > "description_ja" :"追å ã®åå è ã¯ã¿ã¹ã¯ã¾ãã¯ãµãããã»ã¹ã«æ¥ç¶ã§ãã¾ãããã¼ã«ã¾ãã¯å人ã®è¿½å ã®é¢é£ã対å¿ããåã¢ã¯ãã£ããã£ï¼è²¬ä»»ãéç¥ããã人ç©ãªã©ï¼ã«å¯¾ãã¦å¯è¦åããããã«ä½¿ç¨ããã¾ãã", > "view" : "swimlane/process.participant.svg", > "icon" : "swimlane/process.participant.png", > "defaultAlign" : "northeast", > "propertyPackages": [ > "baseAttributes", > "flowElement", > "artifact", > "bgColor" > ], > "roles": [ > "all", > "from_participant", > "to_participant", > "fromtoall", > "eventSubprocessElement" > ] > },**/ > > // Artifacts > > { > "type" : "node", > "id" : "Group", > "title" : "Group", > "groups" : ["Artifacts"], > "description" : "An arbitrary set of objects can be defined as a Group to show that they logically belong together.", > "description_ja" :"ä»»æã®ãªãã¸ã§ã¯ãã®ã»ãããã°ã«ã¼ãã¨ãã¦å®ç¾©ããè«ççãªã¾ã¨ã¾ãã表ããã¨ãã§ãã¾ãã", > "view" : "artifact/group.svg", > "icon": "artifact/group.png", > "propertyPackages" : [ > "baseAttributes", > "flowElement", > "artifact" > ], > "properties" : [ > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Artifacts").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Artifacts").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > }, > { > "id":"artifacttype", > "type":"String", > "title":"ArtifactType", > "value":"Group", > "description":"", > "readonly":true, > "optional":false, > "length":"" > } > ], > "roles": [ > "all", > "fromtoall", > "canContainArtifacts" > ] > }, > { > "type" : "node", > "id" : "TextAnnotation", > "title" : "Text Annotation", > "groups" : ["Artifacts"], > "description" : "Any object can be associated with a Text Annotation to provide additional documentation.", > "description_ja" :"ä»»æã®ãªãã¸ã§ã¯ããããã¹ã注éã«é¢é£ä»ãã追å ã®ããã¥ã¡ã³ãã¨ãã¦æä¾ãããã¨ãã§ãã¾ãã", > "view" : "artifact/text.annotation.svg", > "icon" : "artifact/text.annotation.png", > "defaultAlign" : "northeast", > "propertyPackages": [ > "baseAttributes", > "flowElement", > "artifact" > ], > "properties" : [ > { > "id":"text", > "type":"String", > "title":"Text", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"text", > "length":"", > "wrapLines":true > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Artifacts").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Artifacts").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > }, > { > "id":"artifacttype", > "type":"String", > "title":"ArtifactType", > "value":"Annotation", > "description":"", > "readonly":true, > "optional":false, > "length":"" > } > ], > "roles": [ > "all", > "from_artifact", > "to_artifact", > "TextAnnotationMorph" > ] > }, > > // Data Objects > { > "type" : "node", > "id" : "DataObject", > "title" : "Data Object", > "description" : "A Data Object represents information flowing through the process, such as business documents, e-mails or letters.", > "description_ja" :"ãã¼ã¿ãªãã¸ã§ã¯ãã¯ããã¸ãã¹ããã¥ã¡ã³ããé»åã¡ã¼ã«ãæç´ãªã©ãããã»ã¹ãæµããæ å ±ã表ãã¾ãã", > "groups" : ["Data Objects"], > "view" : "dataobject/data.object.svg", > "icon" : "dataobject/data.object.png", > "defaultAlign" : "southeast", > "propertyPackages": [ > "baseAttributes", > "flowElement", > "properties", > "bgColor" > ], > "properties" : [ > /**{ > "id":"state", > "type":"String", > "title":"State", > "value":"", > "description":"", > "refToView":"text_state", > "readonly":false, > "optional":true, > "directlyEditable":false > },**/ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Data Objects").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Data Objects").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Data Objects").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"input_output", > "type":"Choice", > "title":"Input/Output", > "value":"None", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "items":[ > { > "id":"c1", > "title":"None", > "value":"None", > "refToView":"none" > }, > { > "id":"c2", > "title":"Input", > "value":"Input", > "icon" : "dataobject/list/input.png", > "refToView":"input" > }, > { > "id":"c3", > "title":"Output", > "value":"Output", > "icon" : "dataobject/list/output.png", > "refToView":"output" > } > ] > }, > { > "id":"type", > "type":"Choice", > "title":"Type", > "value":"None", > "description":"", > "readonly":false, > "optional":true, > "items":[ > { > "id":"c1", > "title":"Object", > "value":"Object" > }, > { > "id":"c2", > "title":"Boolean", > "value":"Boolean" > }, > { > "id":"c3", > "title":"Float", > "value":"Float" > }, > { > "id":"c3", > "title":"Integer", > "value":"Integer" > }, > { > "id":"c3", > "title":"List", > "value":"List" > }, > { > "id":"c3", > "title":"String", > "value":"String" > } > ] > } > /**, > { > "id" : "iscollection", > "type" : "Boolean", > "title" : "is Collection", > "value" : false, > "description" : "A Collection Data Object represents a collection of information, e.g. a list of order items.", > "description_ja" : "ã³ã¬ã¯ã·ã§ã³ãã¼ã¿ãªãã¸ã§ã¯ãã¯ãçºæ³¨åç®ã®ãªã¹ããªã©ãæ å ±ã®ã³ã¬ã¯ã·ã§ã³ã表ãã¾ãã", > "readonly" : false, > "optional" : true, > "refToView" : "collection" > }**/ > ], > "roles" : [ > "all", > "from_task_event", > "to_task_event", > "fromtoall", > "DataObjectMorph" > ] > }, >// { >// "type" : "node", >// "id" : "ITSystem", >// "title" : "IT System", >// "groups" : ["Artifacts"], >// "description" : "An IT System can be associated with an activity. It is a system or application used while fulfilling the activity.", >// "description_ja" :"ITã·ã¹ãã ã¯ã¢ã¯ãã£ããã£ã«é¢é£ä»ãããã¨ãã§ãã¾ããã¢ã¯ãã£ããã£ãå®è¡ããéã«ä½¿ç¨ãããã·ã¹ãã ã¾ãã¯ã¢ããªã±ã¼ã·ã§ã³ã§ãã", >// "view" : "dataobject/it.system.svg", >// "icon" : "dataobject/it.system.png", >// "propertyPackages" : [ >// "baseAttributes", >// "flowElement" >// ], >// "properties" : [ >// { >// "id":"bgcolor", >// "type":"Color", >// "title":"BackgroundColor", >// "value":"#e1e1e1", >// "description":"", >// "readonly":false, >// "optional":false, >// "refToView":"fill_el", >// "fill":true, >// "stroke":false >// } >// ], >// "roles" : [ >// "all", >// "from_task_event", >// "to_task_event", >// "fromtoall", >// "DataObjectMorph" >// ] >// }, > /**{ > "type" : "node", > "id" : "DataStore", > "title" : "Data Store", > "groups" : ["Data Objects"], > "description" : "A Data Store is a place where the process can read or wirte date, e.g. a database or a filling cabinet. It persists beyond the lifetime of the process instance.", > "description_ja" :"ãã¼ã¿ã¹ãã¢ã¯ããã¼ã¿ãã¼ã¹ããã¡ã¤ãªã³ã°ãã£ãããããªã©ãããã»ã¹ããã¼ã¿ãèªã¿æ¸ãã§ããå ´æã§ããããã»ã¹ã¤ã³ã¹ã¿ã³ã¹ã®å¯¿å½ãè¶ ãã¦åç¶ãã¾ãã", > "view" : "dataobject/data.store.svg", > "icon" : "dataobject/data.store.png", > "propertyPackages": [ > "baseAttributes", > "flowElement", > "itemAwareElement", > "bgColor" > ], > "properties" : [ > { > "id" : "capacity", > "type" : "Integer", > "title" : "Capacity", > "description" : "", > "readonly" : false, > "optional" : true, > "length" : "" > }, > { > "id" : "isUnlimited", > "type" : "Boolean", > "title" : "is Unlimited", > "value" : false, > "description" : "", > "readonly" : false, > "optional" : true > }, > { > "id" : "dataStoreRef", > "type" : "String", > "title" : "DataStoreRef", > "description" : "", > "readonly" : false, > "optional" : true, > "length": 50, > "wrapLines" : true > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"#ffffff", > "description":"", > "readonly":false, > "optional":false, > "refToView":"fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ], > "roles" : [ > "all", > "fromtoall", > "to_task_event", > "from_task_event", > "DataObjectMorph" > ] > },**/ > /** { > "type" : "node", > "id" : "Message", > "title" : "Message", > "groups" : ["Data Objects"], > "description" : "A Message is used to depict the contents of a communication between two Participants.", > "description_ja" :"ã¡ãã»ã¼ã¸ã¯ã2人ã®åå è ã®éã®ã³ãã¥ãã±ã¼ã·ã§ã³ã表ç¾ããããã«ä½¿ç¨ããã¾ãã", > "view" : "dataobject/message.svg", > "icon" : "dataobject/message.png", > "propertyPackages": [ > "baseAttributes", > "flowElement", > "itemAwareElement" > ], > "properties" : [ > { > "id" : "structureref", > "type" : "String", > "title" : "StructureRef", > "description" : "", > "readonly" : false, > "optional" : true, > "length" : 50, > "wrapLines" : true > }, > { > "id" : "initiating", > "type" : "Boolean", > "title" : "is initiating", > "description" : "", > "value" : true, > "inverseBoolean":true, > "refToView" : ["nonInitiating", "nonInitiating2"], > "readonly" : false, > "optional" : true > }, > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"#ffffff", > "description":"", > "readonly":true, > "optional":false, > "refToView":["bg_frame","bg_frame2"], > "fill":true, > "stroke":false, > "hidden":true > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ], > "roles" : [ > "all", > "fromtoall", > "DataObjectMorph" > ] > }, **/ > > // Start Events > > { > "type" : "node", > "id": "StartNoneEvent", > "title": "Start Event", > "groups" : ["Start Events"], > "description" : "Untyped start event.", > "description_ja" :"ã¿ã¤ãã®ãªãéå§ã¤ãã³ãã", > "view" : "startevent/none.svg", > "icon" : "startevent/none.png", > "propertyPackages": [ > "baseAttributes", > "catchEventAttributes", > "bgColor" > ], > "roles" : [ > "all", > "Startevents_all", > "sequence_start", > "choreography_sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "StartEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Start Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Start Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Start Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > } > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"None", > "description":"", > "readonly":true, > "optional":false > }**/ > ] > }, > { > "type" : "node", > "id" : "StartMessageEvent", > "title" : "Start Message Event", > "groups" : ["Start Events"], > "description" : "A process instance is started on receive of a message.", > "description_ja" :"ããã»ã¹ã¤ã³ã¹ã¿ã³ã¹ã¯ãã¡ãã»ã¼ã¸ãåä¿¡ããã¨ãã«éå§ãã¾ãã", > "view" : "startevent/message.svg", > "icon" : "startevent/message.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "bgColor" > ], > "roles": [ > "all", > "messageflow_end", > "to_task_event", > "from_task_event", > "fromtoall", > "sequence_start", > "Startevents_all", > "StartEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Start Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Start Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Start Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Message", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"messageref", > "type":"String", > "title":"MessageRef", > "value":"", > "description":"Message Ref", > "description_ja":"ã¡ãã»ã¼ã¸åç §", > "readonly":false, > "optional":true > } > ] > }, > { > "type" : "node", > "id" : "StartTimerEvent", > "title" : "Start Timer Event", > "groups" : ["Start Events"], > "description" : "A process instance is started on cyclic timer events, points in time, after time spans or timeouts.", > "description_ja" :"ããã»ã¹ã¤ã³ã¹ã¿ã³ã¹ã¯ã卿ã¿ã¤ãã¤ãã³ãã®çºçæãç¹å®ã®æå»ãç¹å®ã®æéçµéå¾ãã¾ãã¯ã¿ã¤ã ã¢ã¦ãå¾ã«éå§ãã¾ãã", > "view" : "startevent/timer.svg", > "icon" : "startevent/timer.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "bgColor" > ], > "roles" : [ > "all", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "Startevents_all", > "choreography_sequence_start", > "StartEventsMorph" > ], > "properties": [ > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Timer", > "description":"", > "readonly":true, > "optional":false > },**/ > /**{ > "id":"timedate", > "type":"String", > "title":"Time Date", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > },**/ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Start Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Start Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Start Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"timeduration", > "type":"Text", > "title":"Time Duration", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > }, > { > "id":"timecycle", > "type":"Text", > "title":"Time Cycle", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > }, > { > "id":"timecyclelanguage", > "type":"Choice", > "title":"Time Cycle Language", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "items": [ > { > "id":"nolang", > "title":"None", > "value":"none" > }, > { > "id":"cron", > "title":"Cron", > "value":"cron" > } > ] > } > ] > }, > { > "type": "node", > "id":"StartEscalationEvent", > "title":"Start Escalation Event", > "groups":["Start Events"], > "description":"Reacts on an escalation to another role in the organization. This event is only used inside of a event subprocess.", > "description_ja":"çµç¹ã®å¥ã®ãã¼ã«ã¸ã®ã¨ã¹ã«ã¬ã¼ã·ã§ã³ãçºçããã¨ãã«åå¿ãã¾ãããã®ã¤ãã³ãã¯ãã¤ãã³ããµãããã»ã¹å é¨ã§ã®ã¿ä½¿ç¨ããã¾ãã", > "view":"startevent/escalation.svg", > "icon":"startevent/escalation.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "bgColor" > ], > "roles" : [ > "all", > "eventSubprocessElement", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "Startevents_all", > "StartEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Start Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Start Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Start Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Escalation", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"escalationcode", > "type":"String", > "title":"EscalationCode", > "value":"", > "description":"Escalation code", > "description_ja":"ã¨ã¹ã«ã¬ã¼ã·ã§ã³ã³ã¼ã", > "readonly":false, > "optional":true > } > ] > }, > { > "type" : "node", > "id" : "StartConditionalEvent", > "title" : "Start Conditional Event", > "groups" : ["Start Events"], > "description" : "A process instance is started based on changed business conditions or matching business rules.", > "description_ja" :"ããã»ã¹ã¤ã³ã¹ã¿ã³ã¹ã¯ããã¸ãã¹æ¡ä»¶ã®å¤åã¾ãã¯ãã¸ãã¹ã«ã¼ã«ã®ä¸è´ã«åºã¥ãã¦éå§ãã¾ãã", > "view" : "startevent/conditional.svg", > "icon" : "startevent/conditional.png", > "propertyPackages": [ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "condition", > "bgColor" > ], > "roles" : [ > "all", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "Startevents_all", > "choreography_sequence_start", > "StartEventsMorph" > ], > "properties": [ > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Conditional", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Start Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Start Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Start Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"conditionlanguage", > "type":"Choice", > "title":"Language", > "value":"drools", > "description":"Defines the condition language.", > "description_ja":"æ¡ä»¶è¨èªãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"drools", > "value":"drools" > }, > { > "id": "c2", > "title": "mvel", > "value": "mvel" > } > ] > }, > { > "id":"conditionexpression", > "type":"Text", > "title":"Expression", > "value":"", > "description":"", > "readonly":false, > "optional":true > } > ] > }, > { > "type": "node", > "id":"StartErrorEvent", > "title":"Start Error Event", > "groups":["Start Events"], > "description":"Catches named errors. This event is only used inside of a event subprocess.", > "description_ja":"ååä»ãã¨ã©ã¼ããã£ãããã¾ãããã®ã¤ãã³ãã¯ãã¤ãã³ããµãããã»ã¹å é¨ã§ã®ã¿ä½¿ç¨ããã¾ãã", > "view":"startevent/error.svg", > "icon":"startevent/error.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "bgColor" > ], > "roles": [ > "all", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "Startevents_all", > "StartEventsMorph" > ], > "properties": [ > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Error", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Start Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Start Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Start Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"errorref", > "type":"Text", > "title":"ErrorRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > } > ] > }, > { > "type": "node", > "id":"StartCompensationEvent", > "title":"Start Compensation Event", > "groups":["Start Events"], > "description":"Compensation handling. This event is only used inside of a event subprocess.", > "description_ja":"Compensationå¦çããã®ã¤ãã³ãã¯ãã¤ãã³ããµãããã»ã¹å é¨ã§ã®ã¿ä½¿ç¨ããã¾ãã", > "view":"startevent/compensation.svg", > "icon":"startevent/compensation.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "bgColor", > "compensation" > ], > "roles": [ > "all", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "Startevents_all", > "StartEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Start Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Start Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Start Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > } > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Compensation", > "description":"", > "readonly":true, > "optional":false > }**/ > ] > }, > { > "type" : "node", > "id" : "StartSignalEvent", > "title" : "Start Signal Event", > "groups" : ["Start Events"], > "description" : "A process instance is started based on signalling across different processes. (One signal thrown can be caught multiple times)", > "description_ja" :"ããã»ã¹ã¤ã³ã¹ã¿ã³ã¹ã¯ãè¤æ°ã®ããã»ã¹ã«æ¸¡ãã·ã°ããªã³ã°ã«åºã¥ãã¦éå§ãã¾ãï¼ã¹ãã¼ããã1ã¤ã®ã·ã°ãã«ãè¤æ°åãã£ããããã¾ãï¼ã", > "view" : "startevent/signal.svg", > "icon" : "startevent/signal.png", > "propertyPackages": [ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "bgColor" > ], > "roles" : [ > "all", > "sequence_start", > "Startevents_all", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_start", > "StartEventsMorph" > ], > "properties": [ > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Signal", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Start Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Start Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Start Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"signalref", > "type":"Text", > "title":"SignalRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > } > ] > }, > /**{ > "type" : "node", > "id" : "StartMultipleEvent", > "title" : "Start Multiple Event", > "groups" : ["Start Events"], > "description" : "A process instance is started upon occurence of one out of a set of possible events.", > "description_ja" :"ããã»ã¹ã¤ã³ã¹ã¿ã³ã¹ã¯ãå¯è½æ§ã®ããã¤ãã³ãã®ã»ããã®ãã¡ãããã1ã¤ãçºçããã¨ãã«éå§ãã¾ãã", > "view" : "startevent/multiple.svg", > "icon" : "startevent/multiple.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "bgColor" > ], > "roles" : [ > "all", > "messageflow_end", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "Startevents_all", > "choreography_sequence_start", > "StartEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Multiple", > "description":"", > "readonly":true, > "optional":false > } > ] > },**/ > /**{ > "type": "node", > "id":"StartParallelMultipleEvent", > "title":"Start Parallel Multiple Event", > "groups":["Start Events"], > "description":"A process instance is started upon occurence of all possible events.", > "description_ja":"ããã»ã¹ã¤ã³ã¹ã¿ã³ã¹ã¯ãå¯è½æ§ã®ãããã¹ã¦ã®ã¤ãã³ããçºçããã¨ãã«éå§ãã¾ãã", > "view":"startevent/multiple.parallel.svg", > "icon":"startevent/multiple.parallel.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "bgColor" > ], > "roles" : [ > "all", > "messageflow_end", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "Startevents_all", > "choreography_sequence_start", > "StartEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Parallel Multiple", > "description":"", > "readonly":true, > "optional":false > } > ] > },**/ > > // Intermediate Events Catching > { > "type": "node", > "id":"IntermediateMessageEventCatching", > "title":"Message Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"This event reacts on the arrival of a message.", > "description_ja":"ãã®ã¤ãã³ãã¯ãã¡ãã»ã¼ã¸ã®å°çã«åå¿ãã¾ãã", > "view":"intermediateevent/message.catching.svg", > "icon":"catching/message.png", > "propertyPackages":[ > "baseAttributes", > "interrupting", > "boundaryevent", > "bgColor" > ], > "roles":[ > "all", > "messageflow_end", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "FromEventbasedGateway", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "EventOnChoreographyActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Catching Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Catching Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Catching Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Message", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > },**/ > { > "id":"messageref", > "type":"String", > "title":"MessageRef", > "value":"", > "description":"Message Ref", > "description_ja":"ã¡ãã»ã¼ã¸åç §", > "readonly":false, > "optional":true > } > ] > }, > { > "type": "node", > "id":"IntermediateTimerEvent", > "title":"Timer Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Process execution is delayed until a certain point in time is reached or a particular duration is over.", > "description_ja":"ããã»ã¹ã®å®è¡ã¯ãç¹å®ã®æå»ã«éããããä¸å®ã®æéãçµéããã¾ã§é å»¶ãã¾ãã", > "view":"intermediateevent/timer.svg", > "icon":"catching/timer.png", > "propertyPackages":[ > "baseAttributes", > "interrupting", > "boundaryevent", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_start", > "choreography_sequence_end", > "FromEventbasedGateway", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "EventOnChoreographyActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Catching Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Catching Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Catching Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Timer", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > },**/ > /**{ > "id":"timedate", > "type":"String", > "title":"Time Date", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > },**/ > { > "id":"timeduration", > "type":"Text", > "title":"Time Duration", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > }, > { > "id":"timecycle", > "type":"Text", > "title":"Time Cycle", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > }, > { > "id":"timecyclelanguage", > "type":"Choice", > "title":"Time Cycle Language", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "items": [ > { > "id":"nolang", > "title":"None", > "value":"none" > }, > { > "id":"cron", > "title":"Cron", > "value":"cron" > } > ] > } > ] > }, > { > "type": "node", > "id":"IntermediateEscalationEvent", > "title":"Escalation Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"This event reacts on the escalation of a case. It needs to be attached to the boundary of an activity.", > "description_ja":"ãã®ã¤ãã³ãã¯ãã±ã¼ã¹ã®ã¨ã¹ã«ã¬ã¼ã·ã§ã³ã«åå¿ãã¾ããã¢ã¯ãã£ããã£ã®Boundaryã«ã¢ã¿ããããå¿ è¦ãããã¾ãã", > "view":"intermediateevent/escalation.catching.svg", > "icon":"catching/escalation.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "boundaryevent", > "bgColor" > ], > "roles":[ > "all", > "eventSubprocesElement", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Catching Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Catching Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Catching Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Escalation", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > },**/ > { > "id":"escalationcode", > "type":"String", > "title":"EscalationCode", > "value":"", > "description":"Escalation code", > "description_ja":"ã¨ã¹ã«ã¬ã¼ã·ã§ã³ã³ã¼ã", > "readonly":false, > "optional":true > } > ] > }, > { > "type": "node", > "id":"IntermediateConditionalEvent", > "title":"Conditional Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Process execution is delayed until a changed business condition or business rule matches.", > "description_ja":"ããã»ã¹ã®å®è¡ã¯ããã¸ãã¹æ¡ä»¶ãå¤åãããããã¸ãã¹ã«ã¼ã«ãä¸è´ããã¾ã§é å»¶ãã¾ãã", > "view":"intermediateevent/conditional.svg", > "icon":"catching/conditional.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "boundaryevent", > "condition", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "sequence_end", > "choreography_sequence_start", > "choreography_sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "FromEventbasedGateway", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "EventOnChoreographyActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Catching Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Catching Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Catching Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Rule", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > },**/ > { > "id":"conditionlanguage", > "type":"Choice", > "title":"Language", > "value":"drools", > "description":"Defines the condition language.", > "description_ja":"æ¡ä»¶è¨èªãå®ç¾©ãã¾ãã", > "readonly":false, > "optional":true, > "items": [ > { > "id": "c1", > "title":"drools", > "value":"drools" > }, > { > "id": "c2", > "title": "mvel", > "value": "mvel" > } > ] > }, > { > "id":"conditionexpression", > "type":"Text", > "title":"Expression", > "value":"", > "description":"", > "readonly":false, > "optional":true > } > ] > }, > /**{ > "type": "node", > "id":"IntermediateLinkEventCatching", > "title":"Link Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Off-page connectors. Two corresponding link events correspond to a sequence flow.", > "description_ja":"ãªããã¼ã¸ã³ãã¯ã¿ã2ã¤ã®å¯¾å¿ãããªã³ã¯ã¤ãã³ããã·ã¼ã±ã³ã¹ããã¼ã«å¯¾å¿ãã¾ãã > "view":"intermediateevent/link.catching.svg", > "icon":"catching/link.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_start", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"entry", > "type":"DiagramLink", > "title":"Diagram Link", > "value":"", > "description":"", > "readonly":false, > "refToView" : "diagramLink", > "optional":false > }, > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Link", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > } > ] > },**/ > { > "type": "node", > "id":"IntermediateErrorEvent", > "title":"Error Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Catches a named error, which was thrown be an inner scope (e.g. subprocess). This event needs to be attached to the boundary of an activity.", > "description_ja":"å å´ã®ã¹ã³ã¼ãï¼ãµãããã»ã¹ãªã©ï¼ã§ã¹ãã¼ãããååä»ãã¨ã©ã¼ããã£ãããã¾ãããã®ã¤ãã³ãã¯ãã¢ã¯ãã£ããã£ã®Boundaryã«ã¢ã¿ããããå¿ è¦ãããã¾ãã", > "view":"intermediateevent/error.svg", > "icon":"catching/error.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "boundaryevent", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Catching Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Catching Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Catching Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Error", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > },**/ > { > "id":"errorref", > "type":"Text", > "title":"ErrorRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > } > ] > }, > /**{ > "type": "node", > "id":"IntermediateCancelEvent", > "title":"Cancel Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Reacts on a transaction, which was cancelled inside an inner scope (e.g. subprocess). This event needs to be attached to the boundary of an activity.", > "description_ja":"å å´ã®ã¹ã³ã¼ãï¼ãµãããã»ã¹ãªã©ï¼å ã§ãã£ã³ã»ã«ããããã©ã³ã¶ã¯ã·ã§ã³ã«åå¿ãã¾ãããã®ã¤ãã³ãã¯ãã¢ã¯ãã£ããã£ã®Boundaryã«ã¢ã¿ããããå¿ è¦ãããã¾ãã", > "view":"intermediateevent/cancel.svg", > "icon":"catching/cancel.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "boundaryevent", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "to_task_event", > "from_task_event", > "fromtoall", > "IntermediateEventOnSubprocessBoundary", > "EventOnChoreographyActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Cancel", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > } > ] > },**/ > /**{ > "type": "node", > "id":"IntermediateCompensationEventCatching", > "title":"Compensation Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Compensation handling in case of partially failed operations. This event needs to be attached to the boundary of an activity.", > "description_ja":"ãªãã¬ã¼ã·ã§ã³ãé¨åçã«å¤±æããå ´åã®Compensationå¦çããã®ã¤ãã³ãã¯ãã¢ã¯ãã£ããã£ã®Boundaryã«ã¢ã¿ããããå¿ è¦ãããã¾ãã", > "view":"intermediateevent/compensation.catching.svg", > "icon":"catching/compensation.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "boundaryevent", > "compensation", > "bgColor" > ], > "roles":[ > "all", > "from_task_event", > "fromtoall", > "EventOnChoreographyActivityBoundary", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Compensation", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > } > ] > },**/ > { > "type": "node", > "id":"IntermediateSignalEventCatching", > "title":"Signal Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Process execution is delayed until a particular signal is catched. Signalling can happen across different processes.", > "description_ja":"ããã»ã¹ã®å®è¡ã¯ãç¹å®ã®ã·ã°ãã«ããã£ãããããã¾ã§é å»¶ãã¾ããã·ã°ããªã³ã°ã¯ç°ãªãããã»ã¹éã§ãçºçå¯è½ã§ãã", > "view":"intermediateevent/signal.catching.svg", > "icon":"catching/signal.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "boundaryevent", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_start", > "choreography_sequence_end", > "FromEventbasedGateway", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Catching Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Catching Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Catching Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Signal", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > },**/ > { > "id":"signalref", > "type":"Text", > "title":"SignalRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > } > ] > }, > /**{ > "type": "node", > "id":"IntermediateMultipleEventCatching", > "title":"Multiple Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Process execution is delayed until one out of a set of possible events is triggered.", > "description_ja":"ããã»ã¹ã®å®è¡ã¯ãå¯è½æ§ã®ããã¤ãã³ãã®ã»ããã®ãã¡ã®ãããã1ã¤ãããªã¬ã¼ãããã¾ã§é å»¶ãã¾ãã", > "view":"intermediateevent/multiple.catching.svg", > "icon":"catching/multiple.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "boundaryevent", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "messageflow_end", > "choreography_sequence_start", > "choreography_sequence_end", > "FromEventbasedGateway", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Multiple", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > } > ] > },**/ > /**{ > "type": "node", > "id":"IntermediateParallelMultipleEventCatching", > "title":"Parallel Multiple Intermediate Event", > "groups":["Catching Intermediate Events"], > "description":"Process execution is delayed until all possible events have been triggered.", > "description_ja":"ããã»ã¹ã®å®è¡ã¯ãå¯è½æ§ã®ãããã¹ã¦ã®ã¤ãã³ããããªã¬ã¼ãããã¾ã§é å»¶ãã¾ãã", > "view":"intermediateevent/multiple.parallel.svg", > "icon":"catching/multiple.parallel.png", > "propertyPackages":[ > "baseAttributes", > "catchEventAttributes", > "interrupting", > "boundaryevent", > "bgColor" > ], > "roles":[ > "all", > "messageflow_end", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_start", > "choreography_sequence_end", > "IntermediateEventOnSubprocessBoundary", > "IntermediateEventOnActivityBoundary", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Multiple", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > } > ] > },**/ > > // Intermediate Events Throwing > { > "type": "node", > "id":"IntermediateEvent", > "title":"Intermediate Event", > "groups":["Throwing Intermediate Events"], > "description":"This event marks the occurrence of a particular business event. Process execution is not delayed.", > "description_ja":"ãã®ã¤ãã³ãã¯ãç¹å®ã®ãã¸ãã¹ã¤ãã³ãã®çºçããã¼ã¯ãã¾ããããã»ã¹ã®å®è¡ã¯é å»¶ãã¾ããã", > "view":"intermediateevent/none.svg", > "icon":"throwing/none.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_end", > "choreography_sequence_start", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Throwing Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Throwing Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Throwing Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > } > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"None", > "description":"", > "readonly":true, > "optional":false, > "refToView":"", > "length":"" > }**/ > ] > }, > { > "type": "node", > "id":"IntermediateMessageEventThrowing", > "title":"Message Intermediate Event", > "groups":["Throwing Intermediate Events"], > "description":"The throwing message event sends a message to a communication partner and afterwards continues process execution.", > "description_ja":"ã¡ãã»ã¼ã¸ã¹ãã¼ã¤ãã³ãã¯ãã³ãã¥ãã±ã¼ã·ã§ã³ç¸æã«ã¡ãã»ã¼ã¸ãéä¿¡ãããã®å¾ã«ããã»ã¹ã®å®è¡ãç¶è¡ãã¾ãã", > "view":"intermediateevent/message.throwing.svg", > "icon":"throwing/message.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles":[ > "all", > "messageflow_start", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Throwing Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Throwing Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Throwing Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Message", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"messageref", > "type":"String", > "title":"MessageRef", > "value":"", > "description":"Message Ref", > "description_ja":"ã¡ãã»ã¼ã¸åç §", > "readonly":false, > "optional":true > } > ] > }, > { > "type": "node", > "id":"IntermediateEscalationEventThrowing", > "title":"Escalation Intermediate Event", > "groups":["Throwing Intermediate Events"], > "description":"This event triggers the escalation of the case to another role in the organisation. After this, process execution is resumed.", > "description_ja":"ãã®ã¤ãã³ãã¯ãçµç¹å ã®å¥ã®ãã¼ã«ã¸ã®ã±ã¼ã¹ã®ã¨ã¹ã«ã¬ã¼ã·ã§ã³ãããªã¬ã¼ãã¾ãããã®å¾ãããã»ã¹ã®å®è¡ã¯åéããã¾ãã", > "view":"intermediateevent/escalation.throwing.svg", > "icon":"throwing/escalation.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles":[ > "all", > "eventSubprocessElement", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Throwing Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Throwing Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Throwing Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Escalation", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"escalationcode", > "type":"String", > "title":"EscalationCode", > "value":"", > "description":"Escalation code", > "description_ja":"ã¨ã¹ã«ã¬ã¼ã·ã§ã³ã³ã¼ã", > "readonly":false, > "optional":true > } > ] > }, > /** { > "type": "node", > "id":"IntermediateLinkEventThrowing", > "title":"Link Intermediate Event", > "groups":["Throwing Intermediate Events"], > "description":"Off-page connectors. Two corresponding link events correspond to a sequence flow.", > "description_ja":"ãªããã¼ã¸ã³ãã¯ã¿ã2ã¤ã®å¯¾å¿ãããªã³ã¯ã¤ãã³ããã·ã¼ã±ã³ã¹ããã¼ã«å¯¾å¿ãã¾ãã > "view":"intermediateevent/link.throwing.svg", > "icon":"throwing/link.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles":[ > "all", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_end", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"entry", > "type":"DiagramLink", > "title":"Diagram Link", > "value":"", > "description":"", > "refToView": "diagramLink", > "readonly":false, > "optional":false > }, > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Link", > "description":"", > "readonly":true, > "optional":false > } > ] > },**/ > /**{ > "type": "node", > "id":"IntermediateCompensationEventThrowing", > "title":"Compensation Intermediate Event", > "groups":["Throwing Intermediate Events"], > "description":"Triggers a compensation.", > "description_ja":"Compensationãããªã¬ã¼ãã¾ãã", > "view":"intermediateevent/compensation.throwing.svg", > "icon":"throwing/compensation.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor", > "compensationThrowing", > "compensation" > ], > "roles":[ > "all", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Compensation", > "description":"", > "readonly":true, > "optional":false > } > ] > },**/ > { > "type": "node", > "id":"IntermediateSignalEventThrowing", > "title":"Signal Intermediate Event", > "groups":["Throwing Intermediate Events"], > "description":"The throwing signal event fires up a signal. Afterwards it continues process execution. One signal thrown can be caught multiple times by different catching signal events.", > "description_ja":"ã·ã°ãã«ã¹ãã¼ã¤ãã³ãã¯ãã·ã°ãã«ãçºä¿¡ãã¾ãããã®å¾ãããã»ã¹ã®å®è¡ãç¶è¡ãã¾ããã¹ãã¼ããã1ã¤ã®ã·ã°ãã«ã¯ãç°ãªãã·ã°ãã«ãã£ããã¤ãã³ãã«ãã£ã¦è¤æ°åãã£ããããããã¨ãããã¾ãã", > "view":"intermediateevent/signal.throwing.svg", > "icon":"throwing/signal.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles":[ > "all", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("Throwing Intermediate Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("Throwing Intermediate Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("Throwing Intermediate Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Signal", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"signalref", > "type":"Text", > "title":"SignalRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > } > ] > }, > /**{ > "type": "node", > "id":"IntermediateMultipleEventThrowing", > "title":"Multiple Intermediate Event", > "groups":["Throwing Intermediate Events"], > "description":"The throwing multiple event throws one out of a set of possible events. Afterwards it continues process execution.", > "description_ja":"ãã«ãã¹ãã¼ã¤ãã³ãã¯ãå¯è½æ§ã®ããã¤ãã³ãã®ã»ããã®ãã¡ãããã1ã¤ãã¹ãã¼ãã¾ãããã®å¾ãããã»ã¹ã®å®è¡ãç¶è¡ãã¾ãã", > "view":"intermediateevent/multiple.throwing.svg", > "icon":"throwing/multiple.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles":[ > "all", > "messageflow_start", > "sequence_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "IntermediateEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Multiple", > "description":"", > "readonly":true, > "optional":false > } > ] > },**/ > > // End Events > > { > "type" : "node", > "id": "EndNoneEvent", > "title": "End Event", > "groups" : ["End Events"], > "description" : "The untyped end event typically marks the standard end of a process.", > "description_ja" : "ã¿ã¤ããªãçµäºã¤ãã³ãã¯ãé常ãããã»ã¹ã®æ¨æºçãªçµäºããã¼ã¯ãã¾ãã", > "view" : "endevent/none.svg", > "icon" : "endevent/none.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles" : [ > "all", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_end", > "Endevents_all", > "EndEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("End Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("End Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("End Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > } > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"None", > "description":"", > "readonly":true, > "optional":false > }**/ > ] > }, > { > "type": "node", > "id":"EndMessageEvent", > "title":"Message End Event", > "groups":["End Events"], > "description":"At the end of the process, a message is sent.", > "description_ja":"ããã»ã¹ã®çµäºæã«ã¡ãã»ã¼ã¸ãéä¿¡ããã¾ãã", > "view":"endevent/message.svg", > "icon":"endevent/message.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles": [ > "all", > "messageflow_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "Endevents_all", > "EndEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("End Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("End Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("End Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Message", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"messageref", > "type":"String", > "title":"MessageRef", > "value":"", > "description":"Message Ref", > "description_ja":"ã¡ãã»ã¼ã¸åç §", > "readonly":false, > "optional":true > } > ] > }, > { > "type": "node", > "id":"EndEscalationEvent", > "title":"Escalation End Event", > "groups":["End Events"], > "description":"The case is escalated with the end of the process.", > "description_ja":"ã±ã¼ã¹ã¯ããã»ã¹çµäºæã«ã¨ã¹ã«ã¬ã¼ã·ã§ã³ããã¾ãã", > "view":"endevent/escalation.svg", > "icon":"endevent/escalation.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles": [ > "all", > "eventSubprocessElement", > "EndEventsMorph", > "Endevents_all", > "sequence_end" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("End Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("End Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("End Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Escalation", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"escalationcode", > "type":"String", > "title":"EscalationCode", > "value":"", > "description":"Escalation code", > "description_ja":"ã¨ã¹ã«ã¬ã¼ã·ã§ã³ã³ã¼ã", > "readonly":false, > "optional":true > } > ] > }, > { > "type": "node", > "id":"EndErrorEvent", > "title":"Error End Event", > "groups":["End Events"], > "description":"The process ends in an error state. As result a named error is thrown.", > "description_ja":"ããã»ã¹ã¯ã¨ã©ã¼ç¶æ ã§çµäºãã¾ããçµæã¨ãã¦ååä»ãã¨ã©ã¼ãã¹ãã¼ããã¾ãã", > "view":"endevent/error.svg", > "icon":"endevent/error.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles": [ > "all", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "Endevents_all", > "EndEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("End Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("End Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("End Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Error", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"errorref", > "type":"Text", > "title":"ErrorRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > } > ] > }, > { > "type": "node", > "id":"EndCancelEvent", > "title":"Cancel End Event", > "groups":["End Events"], > "description":"Triggering cancellation of a transaction.", > "description_ja":"ãã©ã³ã¶ã¯ã·ã§ã³ã®ãã£ã³ã»ã«ã®ããªã¬ã¼ã", > "view":"endevent/cancel.svg", > "icon":"endevent/cancel.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles":[ > "all", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "Endevents_all", > "EndEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("End Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("End Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("End Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > } > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Cancel", > "description":"", > "readonly":true, > "optional":false > }**/ > ] > }, > { > "type": "node", > "id":"EndCompensationEvent", > "title":"Compensation End Event", > "groups":["End Events"], > "description":"Triggering compensation as final process step.", > "description_ja":"æçµããã»ã¹ã¹ãããã¨ãã¦ã®Compensationã®ããªã¬ã¼ã", > "view":"endevent/compensation.svg", > "icon":"endevent/compensation.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor", > "compensationThrowing", > "compensation" > ], > "roles": [ > "all", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "Endevents_all", > "EndEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("End Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("End Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("End Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > } > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Compensation", > "description":"", > "readonly":true, > "optional":false > }**/ > ] > }, > { > "type": "node", > "id":"EndSignalEvent", > "title":"Signal End Event", > "groups":["End Events"], > "description":"At the end of the process, a signal is thrown. (One signal thrown can be caught multiple times)", > "description_ja":"ããã»ã¹ã®çµäºæã«ã·ã°ãã«ãã¹ãã¼ããã¾ãï¼ã¹ãã¼ããã1ã¤ã®ã·ã°ãã«ãè¤æ°åãã£ããããã¾ãï¼ã", > "view":"endevent/signal.svg", > "icon":"endevent/signal.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles": [ > "all", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "Endevents_all", > "EndEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("End Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("End Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("End Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Signal", > "description":"", > "readonly":true, > "optional":false > },**/ > { > "id":"signalref", > "type":"Text", > "title":"SignalRef", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "refToView":"", > "length":"" > } > ] > }, > /**{ > "type": "node", > "id":"EndMultipleEvent", > "title":"Multiple End Event", > "groups":["End Events"], > "description":"At the end of the process, one out of a set of possible events is triggered.", > "description_ja":"ããã»ã¹ã®çµäºæã«ãå¯è½æ§ã®ããã¤ãã³ãã®ã»ããã®ãã¡ãããã1ã¤ãããªã¬ã¼ããã¾ãã", > "view":"endevent/multiple.svg", > "icon":"endevent/multiple.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles": [ > "all", > "messageflow_start", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "Endevents_all", > "EndEventsMorph" > ], > "properties": [ > { > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Multiple", > "description":"", > "readonly":true, > "optional":false > } > ] > },**/ > { > "type": "node", > "id":"EndTerminateEvent", > "title":"Terminate End Event", > "groups":["End Events"], > "description":"Triggering the immediate termination of a process instance. All steps still in execution in parallel branches are terminated.", > "description_ja":"ããã»ã¹ã¤ã³ã¹ã¿ã³ã¹ã®å³æçµäºã®ããªã¬ã¼ã並ååå²ã§ã¾ã å®è¡ä¸ã®ãã¹ã¦ã®ã¹ããããçµäºããããã¾ãã", > "view":"endevent/terminate.svg", > "icon":"endevent/terminate.png", > "propertyPackages":[ > "baseAttributes", > "throwEventAttributes", > "bgColor" > ], > "roles": [ > "all", > "sequence_end", > "to_task_event", > "from_task_event", > "fromtoall", > "choreography_sequence_end", > "EndEventsMorph" > ], > "properties": [ > { > "id":"bgcolor", > "type":"Color", > "title":"BackgroundColor", > "value":"$colortheme.("End Events").bgColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": "fill_el", > "fill":true, > "stroke":false > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"$colortheme.("End Events").borderColor$", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"$colortheme.("End Events").fontColor$", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > } > /**{ > "id":"trigger", > "type":"String", > "title":"Trigger", > "value":"Terminate", > "description":"", > "readonly":true, > "optional":false > }**/ > ] > }, > > // Edges > > { > "type": "edge", > "id":"SequenceFlow", > "title":"Sequence Flow", > "description":"Sequence Flow defines the execution order of activities.", > "description_ja":"ã·ã¼ã±ã³ã¹ããã¼ã¯ãã¢ã¯ãã£ããã£ã®å®è¡é åºãå®ç¾©ãã¾ãã", > "groups":["Connecting Objects"], > "view":"connector/sequenceflow.svg", > "icon":"connector/sequenceflow.png", > "propertyPackages":[ > "baseAttributes" > ], > "roles": [ > "all", > "ConnectingObjectsMorph" > ], > "properties":[ > { > "id":"ConditionType", > "type":"Choice", > "title":"ConditionType", > "value":"None", > "description":"Determine the typ of the flow object.", > "description_ja":"ããã¼ãªãã¸ã§ã¯ãã®ã¿ã¤ããå®ç¾©ãã¾ãã", > "readonly":false, > "optional":false, > "items": [ > { > "id":"none", > "title":"Standard", > "value":"None" > }, > { > "id":"expression", > "title":"Conditional Flow", > "value":"Expression", > "icon" : "connector/list/type.expression.png", > "refToView":"" > }, > { > "id":"default", > "title":"Default Flow", > "value":"Default", > "icon" : "connector/list/type.default.png", > "refToView":"default" > } > ] > }, > { > "id":"conditionexpression", > "type":"Expression", > "title":"Condition Expression", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true > }, > { > "id":"conditionexpressionlanguage", > "type":"Choice", > "title":"Condition Expression Language", > "value":"java", > "description":"", > "readonly":false, > "optional":true, > "length":"", > "wrapLines":true, > "items": [ > { > "id": "c1", > "title": "java", > "value": "java" > }, > { > "id": "c2", > "title": "drools", > "value": "drools" > } > ] > }, > { > "id":"priority", > "type":"Integer", > "title":"Priority", > "value":"", > "description":"priority", > "description_ja":"åªå 度", > "readonly":false, > "optional":true, > "min":"1" > }, > { > "id":"isimmediate", > "type":"Boolean", > "title":"isImmediate", > "value":"", > "description":"An optional Boolean value specifying whether Activities or Choreography Activities not in the model containing the Sequence Flow can occur between the elements connected by the Sequence Flow. If the value is true, they MAY NOT occur. If the value is false, they MAY occur. Also see the isClosed attribute on Process, Choreography, and Collaboration.", > "description_ja":"ã¢ãã«å ã«ãªããã·ã¼ã±ã³ã¹ããã¼ãå«ãã¢ã¯ãã£ããã£ã¾ãã¯Choreographyã¢ã¯ãã£ããã£ãã·ã¼ã±ã³ã¹ããã¼ã«ãã£ã¦æ¥ç¶ãããè¦ç´ ã®éã§çºçå¯è½ãã©ãããæå®ãããªãã·ã§ã³ã®ãã¼ã«å¤ãå¤ãtrueã®å ´åããããã¯çºçãã¾ãããå¤ãfalseã®å ´åããããã¯çºçå¯è½ã§ããããã»ã¹ãChoreographyãããã³ã³ã©ãã¬ã¼ã·ã§ã³ã®isClosed屿§ãåç §ãã¦ãã ããã", > "readonly":false, > "optional":false > }, > { > "id":"showdiamondmarker", > "type":"Boolean", > "title":"is conditional flow", > "value":false, > "description":"System intern variable to set the Diamond invisible, if sourceShape is a gateway and ConditionType is set to Expression", > "description_ja":"sourceShapeãã²ã¼ãã¦ã§ã¤ã§ConditionTypeãExpressionã«è¨å®ããã¦ããå ´åã«ããã¤ã¤ãä¸å¯è¦ã«è¨å®ããã·ã¹ãã ã¤ã³ã¿ã¼ã³å¤æ°ã", > "readonly":true, > "optional":false, > "visible":false, > "refToView":"conditional" > } > ] > }, > { > "type": "edge", > "id":"Association_Undirected", > "title":"Association (undirected)", > "description":"Attaching a data object with an Undirected Association to a sequence flow indicates hand-over of information between the activities involved.", > "groups":["Connecting Objects"], > "view":"connector/association.undirected.svg", > "icon":"connector/association.undirected.png", > "roles": [ > "all", > "ConnectingObjectsMorph" > ], > "propertyPackages" : [ > "dataAssociation" > ], > "properties" : [ > { > "id":"type", > "type":"Choice", > "title":"Responsibilities", > "value":"none", > "description":"Describes the type of the responsibility according to RACI.", > "readonly":false, > "optional":true, > "refToView":"name", > "items": [ > { > "id":"c1", > "title":"", > "value":"none" > }, > { > "id":"c2", > "title":"responsible", > "value":"performs" > }, > { > "id":"c3", > "title":"accountable", > "value":"approves" > }, > { > "id":"c4", > "title":"consulted", > "value":"consulted" > }, > { > "id":"c5", > "title":"informed", > "value":"isNotified" > } > ] > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "description_ja":"ãã©ã³ãã®è²", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "description_ja":"ãã©ã³ãã®ãµã¤ãº", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ] > }, > { > "type": "edge", > "id":"Association_Unidirectional", > "title":"Association (unidirectional)", > "description":"A Directed Association indicates information flow. A data object can be read at the start of an activity or written upon completion.", > "description_ja":"ææ¹åé¢é£ã¯ãæ å ±ã®æµãã表ãã¾ãããã¼ã¿ãªãã¸ã§ã¯ãã¯ãã¢ã¯ãã£ããã£ã®éå§æã«èªã¿åããå®äºæã«æ¸ãè¾¼ãã¾ãã", > "groups":["Connecting Objects"], > "view":"connector/association.unidirectional.svg", > "icon":"connector/association.unidirectional.png", > "roles": [ > "all", > "ConnectingObjectsMorph", > "Directed_Association" > ], > "propertyPackages" : [ > "dataAssociation" > ], > "properties" : [ > { > "id":"text", > "type":"String", > "title":"Name", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "length":"", > "refToView":"name", > "wrapLines":true, > "popular":true > }, > { > "id":"bordercolor", > "type":"Color", > "title":"BorderColor", > "value":"#000000", > "description":"", > "readonly":false, > "optional":false, > "refToView": ["edge", "fill_border", "bg_frame", "frame", "frame2", "frame3", "frame4", "frame5", "frame6", "frame7", "frame8", "frame9", "frame10", "frame11", "frame12", "frame13", "frame14", "frame15", "frame16", "frame17", "frame18", "frame19", "frame20", "frame21", "frame22", "frame23", "frame24", "frame25", "frame26", "border"], > "fill":false, > "stroke":true > }, > { > "id":"fontcolor", > "type":"Color", > "title":"Font Color", > "value":"#000000", > "description":"Font color", > "readonly":false, > "optional":false, > "refToView": ["text_name"], > "fill":true, > "stroke":false > }, > { > "id":"fontsize", > "type":"Choice", > "title":"Font Size", > "value":"", > "description":"The Font Size", > "readonly":false, > "optional":false, > "refToView":"text_name", > "items":[ > { > "id":"c1", > "title":"8", > "value":"8" > }, > { > "id":"c2", > "title":"9", > "value":"9" > }, > { > "id":"c3", > "title":"10", > "value":"10" > }, > { > "id":"c4", > "title":"11", > "value":"11" > }, > { > "id":"c5", > "title":"12", > "value":"12" > }, > { > "id":"c6", > "title":"14", > "value":"14" > }, > { > "id":"c7", > "title":"18", > "value":"18" > }, > { > "id":"c8", > "title":"20", > "value":"20" > }, > { > "id":"c9", > "title":"24", > "value":"24" > }, > { > "id":"c10", > "title":"36", > "value":"36" > }, > { > "id":"c11", > "title":"48", > "value":"48" > }, > { > "id":"c12", > "title":"72", > "value":"72" > } > ] > } > ] > }, > /**{ > "type": "edge", > "id":"Association_Bidirectional", > "title":"Association (bidirectional)", > "description":"A Bidirected Association indicates that the data object is modified, i.e. read and written during the execution of an actvity.", > "description_ja":"åæ¹åé¢é£ã¯ããã¼ã¿ãªãã¸ã§ã¯ãã®æ¹å¤ã表ãã¾ããã¤ã¾ããã¢ã¯ãã£ããã£ã®å®è¡ä¸ã«èªã¿æ¸ããçºçãããã¨ã表ãã¾ãã", > "groups":["Connecting Objects"], > "view":"connector/association.bidirectional.svg", > "icon":"connector/association.bidirectional.png", > "roles": [ > "all", > "ConnectingObjectsMorph", > "Directed_Association" > ], > "propertyPackages" : [ > "dataAssociation" > ], > "properties" : [ > { > "id":"text", > "type":"String", > "title":"Name", > "value":"", > "description":"", > "readonly":false, > "optional":true, > "length":"", > "refToView":"name", > "wrapLines":true, > "popular":true > } > ] > },**/ > /**{ > "type": "edge", > "id":"MessageFlow", > "title":"Message Flow", > "description":"Message Flow symbolizes information flow across organizational boundaries. Message flow can be attached to pools, activities, or message events. The order of message exchanges can be specified by combining message flow and sequence flow.", > "description_ja":"ã¡ãã»ã¼ã¸ããã¼ã¯ãçµç¹ã®Boundaryãè¶ããæ å ±ããã¼ãè¨å·åãã¾ããã¡ãã»ã¼ã¸ããã¼ã¯ããã¼ã«ãã¢ã¯ãã£ããã£ãã¾ãã¯ã¡ãã»ã¼ã¸ã¤ãã³ãã«ã¢ã¿ããã§ãã¾ããã¡ãã»ã¼ã¸äº¤æã®é åºã¯ãã¡ãã»ã¼ã¸ããã¼ã¨ã·ã¼ã±ã³ã¹ããã¼ãçµã¿åããããã¨ã§æå®ã§ãã¾ãã", > "groups":["Connecting Objects"], > "view":"connector/messageflow.svg", > "icon":"connector/messageflow.png", > "propertyPackages":[ > "baseAttributes" > ], > "roles": [ > "ConnectingObjectsMorph", > "MessageContainer" > ] > }**/ > ], > > "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"] > }, > { > "from":"choreography_sequence_start", > "to":["choreography_sequence_end"] > }, > { > "from":"Exclusive_Eventbased_Gateway", > "to":["FromEventbasedGateway"] > },{ > "from" : "EventbasedGateway", > "to" : ["FromEventbasedGateway"] > } > ] > }, > { > "role":"MessageFlow", > "connects": [ > { > "from":"messageflow_start", > "to":["messageflow_end"] > } > ] > }, > { > "role":"ChoreographyMessageFlowStart", > "connects": [ > { > "from":"messageflow_start", > "to":["choreography_messageflow_end"] > } > ] > }, > { > "role":"ChoreographyMessageFlowEnd", > "connects": [ > { > "from":"choreography_messageflow_start", > "to":["messageflow_end"] > } > ] > }, > { > "role":"IntermediateEventOnActivityBoundary", > "connects": [ > { > "from":"Task", > "to":["IntermediateEventOnActivityBoundary"] > } > ] > }, > { > "role":"IntermediateEventOnSubprocessBoundary", > "connects": [ > { > "from":"CollapsedSubprocess", > "to":["IntermediateEventOnSubprocessBoundary"] > }, > { > "from":"Subprocess", > "to":["IntermediateEventOnSubprocessBoundary"] > } > ] > }, > { > "role":"EventOnChoreographyActivityBoundary", > "connects": [ > { > "from":"ChoreographyMorph", > "to":["EventOnChoreographyActivityBoundary"] > } > ] > }, > { > "role" : "Directed_Association", > "connects" : [ > { > "from" : "from_task_event", > "to" : ["DataObject"] > }, > { > "from" : "from_task_event", > "to" : ["DataStore"] > }, > { > "from" : "from_task_event", > "to" : ["ITSystem"] > }, > { > "from" : "DataObject", > "to" : ["to_task_event"] > }, > { > "from" : "DataStore", > "to" : ["to_task_event"] > }, > { > "from" : "ITSystem", > "to" : ["to_task_event"] > }, > { > "from" : "IntermediateCompensationEventCatching", > "to" : ["to_task_event"] > } > ] > }, > { > "role" : "Association_Undirected", > "connects" : [ > { > "from" : "SequenceFlow", > "to" : ["DataObject"] > }, > { > "from" : "DataObject", > "to" : ["SequenceFlow"] > }, > { > "from" : "DataObject", > "to" : ["MessageFlow"] > }, > { > "from" : "MessageFlow", > "to" : ["DataObject"] > }, > { > "from" : "ITSystem", > "to" : ["to_task_event"] > }, > { > "from" : "from_task_event", > "to" : ["ITSystem"] > }, > { > "from" : "DataStore", > "to" : ["to_task_event"] > }, > { > "from" : "from_task_event", > "to" : ["DataStore"] > }, > { > "from" : "fromtoall", > "to" : ["TextAnnotation"] > }, > { > "from" : "TextAnnotation", > "to" : "fromtoall" > }, > { > "from" : "Message", > "to" : ["MessageFlow"] > }, > { > "from" : "MessageFlow", > "to" : ["Message"] > }, > { > "from" : "Message", > "to" : ["ChoreographyElement"] > }, > { > "from" : "ChoreographyElement", > "to" : ["Message"] > }, > { > "from" : "ChoreographyElement", > "to" : ["TextAnnotation"] > }, > { > "from" : "TextAnnotation", > "to" : "ChoreographyElement" > }, > { > "from" : "ActivitiesMorph", > "to" : ["to_participant"] > }, > { > "from" : "to_participant", > "to" : ["ActivitiesMorph"] > } > ] > } > ], > "containmentRules" : [ > { > "role" : "BPMNDiagram", > "contains" : ["all"] > }, > { > "role" : "EventSubprocess", > "contains" : [ > "eventSubprocessElement", > "sequence_start", > "sequence_end" > ] > }, > { > "role" : "Pool", > "contains" : [ > "Lane" > ] > }, > { > "role" : "Lane", > "contains" : ["all"] > }, > { > "role" : "Subprocess", > "contains" : [ > "sequence_start", > "sequence_end", > "from_task_event", > "to_task_event", > "EventSubprocess", > "CollapsedEventSubprocess", > "TextAnnotation", > "from_participant" > ] > }, > { > "role" : "AdHocSubprocess", > "contains" : [ > "sequence_start", > "sequence_end", > "from_task_event", > "to_task_event", > "EventSubprocess", > "CollapsedEventSubprocess", > "TextAnnotation", > "from_participant" > ] > }, > { > "role" : "MultipleInstanceSubprocess", > "contains" : [ > "sequence_start", > "sequence_end", > "from_task_event", > "to_task_event", > "EventSubprocess", > "CollapsedEventSubprocess", > "TextAnnotation", > "from_participant" > ] > }, > { > "role" : "MessageContainer", > "contains" : ["Message"] > }, > { > "role" : "ChoreographyElement", > "contains" : ["ChoreographyParticipant"] > }, > { > "role" : "ChoreographySubprocessExpanded", > "contains": [ > "ChoreographyElement", > "choreography_sequence_start", > "choreography_sequence_end", > "Message", > "TextAnnotation" > > ] > } > ], > "morphingRules": [ > { > "role": "ActivitiesMorph", > "baseMorphs": ["Task"], > "preserveBounds" : true > }, > { > "role": "EventActivitiesMorph", > "baseMorphs": ["CollapsedEventSubprocess"] > }, > { > "role": "GatewaysMorph", > "baseMorphs": ["Exclusive_Databased_Gateway"] > }, > { > "role": "StartEventsMorph", > "baseMorphs": ["StartNoneEvent"], > "showInShapeMenu":false > }, > { > "role": "IntermediateEventsMorph", > "baseMorphs": ["IntermediateEvent"] > }, > { > "role": "EndEventsMorph", > "baseMorphs": ["EndNoneEvent"] > }, > { > "role": "TextAnnotationMorph", > "baseMorphs": ["TextAnnotation"] > }, > { > "role": "DataObjectMorph", > "baseMorphs": ["DataObject"] > }, > { > "role": "ConnectingObjectsMorph", > "baseMorphs": ["SequenceFlow"] > }, > { > "role": "ChoreographyMorph", > "baseMorphs": ["ChoreographyTask"] > }, > { > "role": "AssociationMorph", > "baseMorphs": [""] > } > ], > "layoutRules" : [ > { > "role": "ActivitiesMorph", > "outs":[{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1,"r":2,"b":1,"l":2}], > "ins": [{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1, "r":2, "b":1, "l":2}] > }, > { > "role": "EventActivitiesMorph", > "outs":[{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1,"r":2,"b":1,"l":2}], > "ins": [{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1, "r":2, "b":1, "l":2}] > }, > { > "role": "ChoreographyMorph", > "outs":[{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1,"r":2,"b":1,"l":2}], > "ins": [{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1, "r":2, "b":1, "l":2}] > }, > { > "role": "GatewaysMorph", > "outs": [{"t":2, "r":1, "b":2, "l":1}] > }, > { > "role": "StartEventsMorph", > "outs":[{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1,"r":2,"b":1,"l":2}], > "ins": [{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1, "r":2, "b":1, "l":2}] > }, > { > "role": "IntermediateEventsMorph", > "outs":[{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1,"r":2,"b":1,"l":2}], > "ins": [{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1, "r":2, "b":1, "l":2}] > }, > { > "role": "EndEventsMorph", > "outs":[{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1,"r":2,"b":1,"l":2}], > "ins": [{"edgeRole":"MessageFlow","t":2, "r":1, "b":2, "l":1}, > {"t":1, "r":2, "b":1, "l":2}] > } > ] > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 824392
:
587236
| 587646