Questions tagged [yawl]

Yet Another Workflow Language is an open-source BPM/Workflow system for Java

Yet Another Workflow Language is an open-source BPM/Workflow system for Java

Website: http://www.yawlfoundation.org/

6 questions
1
vote
2 answers

Migrating YAWL files (*.ywl) to BPMN 2.0 schema files

I'm trying to migrate from YAWL engine to another workflow engine, but I have about 500 (*.ywl) files, which I'm trying to convert to BPMN 2.0 and I think it's not reasonable to convert all of them manually. The question is if there is any tool to…
user25505
  • 11
  • 1
1
vote
1 answer

What's the difference between a common clustered system and a Petri net?

Maybe I'm comparing potatoes with apples. I'm working with YAWL, a workflow language that is based on Petri net. I'm at the very start of beginning to understand it, but there's a point that I doesn't catch: what is the difference of a "classic"…
Marco Sulla
  • 15,299
  • 14
  • 65
  • 100
0
votes
1 answer

Creating and adding codelets to YAWL

I'm developing an application with YAWL 4. I need to add a codelet to an automatized task. I wrote a java class and added it following various tutorials, but nothing worked. The YAWL engine log gives an error, but it just says "error loading codelet…
0
votes
1 answer

Tomcat doesn't start with YAWL engine

I am new to Yawl. I have successfully installed the Yawl and is able to start YAWL engine and YAWL editor. But when I try to access the JSP (http://localhost:8080/resourceService/faces/Login.jsp), the only error I can see is Unable To Connect.…
Zulqarnain
  • 11
  • 1
0
votes
1 answer

How to implement a content driven workflow in jBPM/activiti/YAWL?

I need a workflow with human tasks, where each node can be revisited at any point of execution. /A1 -- B1 \ / \ Start - AND AND - End \ / \ A1 --- B2/ So even if the current…
Asif M
  • 5
  • 1
  • 5
-1
votes
2 answers

Mapping of YAWL onto BPMN and vice versa

Can somebody please guide me whether there is an overview (diagram?) showing which language elements map onto each other (or a construct in the other language) and which are unique in either BPMN or YAWL? Can somebody please tell me which YAWL…
B--rian
  • 5,578
  • 10
  • 38
  • 89