04-19-2012 09:22 AM
04-20-2012 06:30 AM
What you are asking for is to add support to import an XSD and WSDL and generate the message, interface definition etc out of it.
…
I don't see the relationship with a pool with this, can you explain what you mean with this?
04-23-2012 11:15 AM
Hi all,
I've just released a new version of the Activiti Designer (5.9.1).
This version was intended to be just a bug fix release but also includes:
04-23-2012 11:56 AM
04-23-2012 12:32 PM
04-24-2012 02:26 AM
04-24-2012 05:27 AM
04-24-2012 05:53 AM
04-24-2012 03:44 PM
Are you sure that 0.9.0 is already stable?Stable or not, it works for me…
Especially new users might just silently turn away from the whole project.Or most do not have this problem…
(the Windows XP is owned by my customer and I'm not allowed to use anything different).Are you SERIOUS??? You can use the latest Activiti, the latest Eclipse and a prehistoric Windows… Then I'd find a new customer… Seriously…
04-25-2012 02:15 AM
04-25-2012 02:54 AM
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlnsmgdc="http://www.omg.org/spec/DD/20100524/DC" xmlnsmgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
<collaboration id="Collaboration">
<participant id="pool1" name="Pool" processRef="process_pool1"></participant>
<participant id="pool1" name="Pool" processRef="process_pool1"></participant>
</collaboration>
<process id="process_pool1" name="process_pool1">
<laneSet id="laneSet_process_pool1">
<lane id="lane1">
<flowNodeRef>usertask1</flowNodeRef>
</lane>
</laneSet>
<userTask id="usertask1" name="User Task"></userTask>
</process>
<process id="process_pool1" name="process_pool1">
<laneSet id="laneSet_process_pool1">
<lane id="lane2">
<flowNodeRef>usertask2</flowNodeRef>
</lane>
</laneSet>
<userTask id="usertask2" name="User Task"></userTask>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_process1">
<bpmndi:BPMNPlane bpmnElement="process1" id="BPMNPlane_process1">
<bpmndi:BPMNShape bpmnElement="pool1" id="BPMNShape_pool1" isHorizontal="true">
<omgdc:Bounds height="150" width="500" x="150" y="110"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="lane1" id="BPMNShape_lane1" isHorizontal="true">
<omgdc:Bounds height="150" width="480" x="170" y="110"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="pool1" id="BPMNShape_pool1" isHorizontal="true">
<omgdc:Bounds height="150" width="500" x="150" y="350"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="lane1" id="BPMNShape_lane1" isHorizontal="true">
<omgdc:Bounds height="150" width="480" x="170" y="110"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1">
<omgdc:Bounds height="55" width="105" x="360" y="170"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="usertask2" id="BPMNShape_usertask2">
<omgdc:Bounds height="55" width="105" x="340" y="420"></omgdc:Bounds>
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
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.