12-20-2012 05:26 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" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="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">
<process id="processWithEmptyUserTask" name="processWithEmptyUserTask">
<startEvent id="startevent1" name="Start"></startEvent>
<userTask id="usertask1" name="Empty User Task"></userTask>
<sequenceFlow id="flow1" name="" sourceRef="startevent1" targetRef="usertask1"></sequenceFlow>
<endEvent id="endevent1" name="End"></endEvent>
<sequenceFlow id="flow2" name="" sourceRef="usertask1" targetRef="endevent1"></sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_processWithEmptyUserTask">
<bpmndi:BPMNPlane bpmnElement="processWithEmptyUserTask" id="BPMNPlane_processWithEmptyUserTask">
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
<omgdc:Bounds height="35" width="35" x="180" y="150"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1">
<omgdc:Bounds height="55" width="105" x="260" y="140"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
<omgdc:Bounds height="35" width="35" x="420" y="150"></omgdc:Bounds>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
<omgdi:waypoint x="215" y="167"></omgdi:waypoint>
<omgdi:waypoint x="260" y="167"></omgdi:waypoint>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
<omgdi:waypoint x="365" y="167"></omgdi:waypoint>
<omgdi:waypoint x="420" y="167"></omgdi:waypoint>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
12-20-2012 08:29 AM
12-20-2012 10:25 AM
I haven't tried but i think it is not buggy. You designed a process with a user task and this task doesn't have an assignee and a form….
If this is the case someone could still claim(via rest)
12-20-2012 03:51 PM
12-21-2012 05:54 AM
Claiming the task via the java api does work… So try to use that then
12-21-2012 08:33 AM
12-21-2012 06:29 PM
Please keep in mind that explorer is a DEMO application to give an example on how activiti API and concepts could be used… The UI task-part is strongly focussed on assignment and candidate-user/groups, so it makes sense that (from a normal user perspective) you don't see those tasks. It's the responsibility of the developer/process designer to make sure tasks don't become unassigned/cadidate-less OR make sure an admin-console is built to track them down.
12-22-2012 04:16 AM
The activiti explorer is a part of activiti stack.development time, yes. And maybe to some extend for an admin during production, but if you develop a real application beyond vacation requests, it fails. That is not critisism, since as a demo app it serves its purpose very well. Maybe to wel, so people start using it for production.
12-23-2012 09:38 AM
The activiti explorer is a part of activiti stack.development time, yes. And maybe to some extend for an admin during production, but if you develop a real application beyond vacation requests, it fails. That is not critisism, since as a demo app it serves its purpose very well. Maybe to wel, so people start using it for production.
12-24-2012 03:32 AM
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.