-
Hello,
I am doing a project that have to display the workitems or anything else in another system. I think I am supposed to use interface_D. However, I am not very clear after I read the Interface_D_developer_guide.pdf. Would you give a little example just like "hello, world!", Please?.
2009-11-11 18:51:36 UTC by tyler0806
-
adamsmj committed revision 1482 to the YAWL SVN repository, changing 17 files.
2009-11-03 08:29:54 UTC by adamsmj
-
Is there any kind of API that could be used in place of the editor to make the .ywl files? I was hoping to embed a custom editor into a webpage, and have it use the engine from the YAWL editor to create .ywl files. After which I would then have the editor automatically export to .xml and upload the file. Is this feasible, or would it just be easier to write everything in xml? Thanks for your...
2009-10-28 13:46:28 UTC by gkhnoisgtht
-
Thanks for this. The fix is now in the repository .
2009-10-27 05:43:25 UTC by adamsmj
-
adamsmj committed revision 1481 to the YAWL SVN repository, changing 8 files.
2009-10-27 05:36:09 UTC by adamsmj
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-27 02:24:13 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-27 02:24:09 UTC by sf-robot
-
Sorry, I had missed the implementation on compareTo() in YParameter. On further inspection I think the "randomness" of the output parameters may come from the method YParametersSchema.getCombinedParameters()
public List<YParameter> getCombinedParams() {
List<YParameter> result = getInputParams();
int count = result.size();
// add any...
2009-10-26 16:15:05 UTC by jlcasas
-
We have a problem with YAWL version 2.0:
when you declare several output parameters in a task yawl checks them against a synthetic xml schema generated in YDataValidator.validate
It sorts the parameter collections to produce the xsd with Collections.sort(). YParameter has no compareTo() method defined so it just uses the one defined in its parent class YVariable.
public int...
2009-10-26 15:39:08 UTC by jlcasas
-
adamsmj changed the public information on the YAWL project.
2009-10-26 11:44:02 UTC by adamsmj