Looking for help with feature XY of YAWL? Have a general question about YAWL?

Survey as part of my bachelor thesis on the topic of "Diffusion rate of OS business software"

Hello everybody,

in the moment i am writing my bachelor thesis on the topic "Diffusion rate of open source business software".

I want to ask you (the Community) who is using and/or supporting the Software "YAWL", if you would conduct the quick survey, based on the software "YAWL".

Under the following link, you can start with these: https://www.umfrageonline.com/s/8b5eeb1

I would be very grateful, if you could take the time and conduct the survey.

Best practice for enhancing User eXperiences

Hello Y'awl.

I've spent the last few days evaulating YAWL. I've watched all the YAWL videos (good work!), trawled through the user manual, skimmed the technical manual, and built a range of models testing most of the features I would need, but I'm left with a few questions I hope somebody might be able to help me with.

Particularly when it comes to data presentation, I will need to provide far more advanced UX for users to compare data-sets : slicing/dicing/filtering/sorting/graphing...

supported features of YAWL v4.3.1

Hi,
IN the last version of community edition YAWL :

1-processes can be exported to image or just supported BPMN format , and processes can be imported to XML or just supported BPMN format?
2-does support defining dashboard and charts?
3-is there any calendar in this tool or need connector to use external one?
4-does supports integration with the MS Sharepoint and MS outlook?
5-is this version provided with ready-to-modify template processes.?

if you can help me answer these questions , thank you!

Custom service deploy trouble

Hello!

I'm a beginner in YAWL, and I've started to test a simple Custom service to a further YAWL work integration with JADEX. To accomplish this, i've followed the tutorial in the YAWL technical manual at chapter 3. My custom service and project structure can be visualized here: https://github.com/Shothogun/YAWL-JADEX-CustomService-

Yawl to Petri Nets

Hello for all,
I create an YAWL model and upload to server, that's all ok.
But, I need to convert an yawl specification model (YAWL file) to Petri Net file (pnml).
In this conversion, I need to convert from start, joins, splits into Petri net for use this model to simulation in another system.
Please, if someone used this conversion and could share the knowledge to do this conversion. How do this?

YAWL Service consumer from other languages?

Hi all,
I would like to know if it is possible to consume service from other programming languages into YAWL, python for example?
What is the format of requests for example on interfaceB from the address http: // localhost: 8080/yawl/ib return the method: getAllRunningCases ()?
Has anyone implemented services in other languages? Is the service WSDL or http? This seems confusing, as in the Manual there is an indication to do with WSDL, however in Java language it is done through direct http.
If you can help me clarify these doubts, thank you!

How to get a resource user from current state of Workflow?

Hi,
I need to get a resource participant with started an task in workflow. I can get the taskname, the status of task, the timestamp of start task.
I try to use the method getCompleteCaseLog(<caseid>,<handle>);
However I don't have sucess and the method return:
DefaultWorklist by originator of the started task.
Wich method its possible make this?
i'll be grateful for the help!

Get both completed and uncompleted multi-instance workitems

I need to display workitem data for both completed and queued multi-instance workitems.
But exportCaseState only includes queued workitems, and doesn't update the parent data until all instances are complete. I must go to log data to find current state of completed multi-instance items. Am I missing something about how to get state of completed multi-instance items before they are all completed and merged to parent?