Hello,

There is no tutorial on how to import custom-made codelets into YAWL 4. It has changed a lot since version 2, and I honestly don't understand how to do that, since I'm a beginner at YAWL and any workflow problems for that matter.

Is there anyone who can tell/show me how to import codelets to YAWL 4? I need some tutorial like YAWL4 for dummies :)

Thanks a lot!

Damla

Michael Adams

Mon, 02/20/2017 - 01:10

The change from version 2 is not that dramatic - there have been 4 methods added to AbstractCodelet that provide the option to override for finer grained control.

See the bottom of the AbstractCodelet class for detail on what those optional methods do. See ExampleCodelet for detail on how to write a codelet.