summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD
AgeCommit message (Collapse)Author
2013-11-11Vertex ID, Edge ID, width and height values were defined as bytes, Andrew Branson
Guy created more than 127 vertices in a workflow, so it's now an integer.
2013-10-27Beta?Andrew Branson
2013-10-25Changes and refactoring to gui requirementsAndrew Branson
Used descriptions must use an integer version.
2013-09-16MoreAndrew Branson
2013-09-16StateMachine mapfileAndrew Branson
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
version viewpoint of '0'.
2013-05-23Agent and Item were out of line with the new module versions of NewItemAndrew Branson
and NewAgent, and the mapfile.
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
it's not already there. Supports 'jobList' attribute to enable job pushing
2013-03-27Module didn't allow empty AggregationsAndrew Branson
2013-02-28First unit tests, and their detected correction to theAndrew Branson
CompositeActivityDef schema.
2012-07-12Formatting and cleanupAndrew Branson
2012-07-12Suspend transition now can carry an optional 'Errors' outcome whereAndrew Branson
client processes can record the reason for the suspension. Errors XML is marshalled ErrorInfo. UserCodeProcess automatically sends fatal ErrorInfos through suspend jobs. Job API added to to support all this. fixes #23
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel.
2012-07-02Removed persistency of VertexOutlineCreator - containing subclassesAndrew Branson
should set this. Fixed persistency of GTimeStamp Fixed CompActOutcome not showing when loaded
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
and class identifiers
2012-06-19Refactor modulesAndrew Branson
Support workflows on module resources
2012-05-30Initial Maven ConversionAndrew Branson