02-04-2011 09:42 AM
02-07-2011 05:57 AM
02-08-2011 03:41 AM
04-05-2011 03:08 PM
"name" : "task",
"properties" : [
and add new properties "activiti:type","activiti:assignee" and "activiti:field" to task shape.
{
"id":"activiti:type",
"type":"Choice",
"title":"Activiti:type",
"readonly":false,
"optional":true,
"refToView":"",
"value":"None",
"description":"",
"items":[
{id:"none",title:"None",value:"None"},
{id:"email",title:"Email",value:"mail"}
]
},
{
"id":"activiti:assignee",
"type":"String",
"title":"Activiti:assignee",
"readonly":false,
"optional":true,
"refToView":"",
"value":""
},
{
"id":"activiti:field",
"type":"Complex",
"title":"Activiti:field",
"value":"",
"readonly":false,
"optional":true,
"complexItems":[
{
"id":"name",
"name":"Name",
"type":"Choice",
"optional":false,
value:"to",
"width":100,
items: [
{
id:"c1",
title:"to",
value:"to",
"refToView":""
},
{
id:"c2",
title:"subject",
value:"subject",
"refToView":""
},
{
id:"c3",
title:"text",
value:"text",
"refToView":""
}
]
},
{
"id":"expression",
"name":"Expression",
"type":"String",
"optional":false,
value:"",
"width":400,
}
]
},
[/size]
<target name="models.convert">
<java classname="com.taximaxim.bpm.bpmn.Converter">
<classpath>
<path path="${target.jars.dir}/bpmn.jar" />
</classpath>
<classpath refid="buildtime.classpath" />
<arg value="${work.dir}/proc-tmp/OneNotice.signavio.xml" />
<arg value="resources/proc/one_notice/OneNotice.bpmn20.xml" />
<arg value="OneNotice"/>
</java>
</target>
04-05-2011 03:25 PM
04-29-2011 07:24 AM
So, new properties stored in <json-representation> in file .signavio.xml
04-29-2011 01:10 PM
Where is this file .signavio.xml? I cann't find it.
05-10-2011 09:21 PM
05-30-2011 08:43 AM
05-30-2011 04:33 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.