summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/SC
AgeCommit message (Collapse)Author
2014-10-08fixing package name in script error info.Zsolt Kovcs
2014-10-08fixing package name of LoggerZsolt Kovcs
2014-10-07Adding CreateNewRole to the workflow of server ItemZsolt Kovcs
2014-10-07Repackage to org.cristaliseAndrew Branson
2014-10-02push after rebasejet
2014-10-02Check the schema type of the predefined step before bundling the paramsAndrew Branson
into a PredefinedStepOutcome. Added single parameter execution method for scripts that can't handle the ... method params.
2014-04-11Remove description editing workflows from the kernel - they have beenAndrew Branson
moved to cristal-dev. Requires future post-processing for previous Module.debug functionality
2014-02-13Fixed ServerNewEntity. Reference proper transition in PredefinedStep.Andrew Branson
The Server PredefinedSteps could do with a redesign though. Fixes #155
2014-02-13New PredefinedStep: WriteViewpoint. Non-admin users may need to createAndrew Branson
or replace named viewpoints during ordinary Item workflows. Previously, AddC2KObject was used, but as that is now Admin only, a new step is necessary to do this. Unlike the admin step, this checks that the target Outcome and Event exist and are of the correct schema before the Viewpoint is written. Fixes #154. Refs #152
2013-05-23Agent and Item were out of line with the new module versions of NewItemAndrew Branson
and NewAgent, and the mapfile.
2012-06-22Support workflows on module resourcesAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson