Commit graph

35 commits

Author SHA1 Message Date
Paul Driver
182fc16021 added WaitForUserConfirmation activity 2011-07-25 14:07:01 -05:00
Colin Kuskie
8b25005515 Allow Workflow activities to do cleanup when they're deleted. Fixes bug #11924. 2010-10-26 11:44:26 -07:00
Colin Kuskie
a614d4f230 '' is no longer a special value for Workflow Activities, that will cause them to pull their defaultValue. Instead, only undef will do that. Fixes bug #11900 2010-10-12 10:50:26 -07:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
JT Smith
bc5fd3c727 - Added a wait timeout parameter to the WAITING method, so that Spectre
doesn't have to check something that the workflow activity knows it will 
   have to wait on for a while.
 - Added --stop and --start aliases to spectre.pl.
2008-11-19 01:15:31 +00:00
Colin Kuskie
b2f641e723 refix the Workflow bug the correct way 2008-11-17 03:05:41 +00:00
Colin Kuskie
726bd5ee05 Export a method from Workflow::Activity for timeouts and use it in all current Workflows 2008-08-30 20:34:52 +00:00
Colin Kuskie
85ecaa9a09 Document that WAITING is for requeueing yourself. 2008-08-30 18:08:12 +00:00
JT Smith
e4d76f0b3b very close to having ship driver management working 2008-03-08 00:11:09 +00:00
Colin Kuskie
b1990836d0 Refactor out the getEditForm code from WebGUI::Workflow::Activity and
put it into HTMLForm.  Now HTMLForm can generate dynamic, definition
based forms for WebGUI.
2008-02-24 04:04:36 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
JT Smith
1b4022205a converted workflow system to use WebGUI::Pluggable 2008-01-04 19:15:13 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
Graham Knop
ac5675cf18 workflow activitied pick up new default values 2007-10-16 20:55:53 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
fa74d270b1 use max(sequenceNumber) instead of count(*) to prevent any future sequenceNumber clashes 2007-06-20 05:01:44 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Wouter van Oijen
e81ce2759a Fixed POD in 12 files reported by new test for invalid whitespace 2006-05-20 10:39:16 +00:00
JT Smith
1b2c824a9c added save buttons at the top of HTML forms 2006-04-07 04:37:20 +00:00
JT Smith
3931d8dcd2 a bunch of bug fixes and ease of use modifications for workflow/versioning 2006-03-20 21:07:26 +00:00
JT Smith
ac1a9c7eae added status return codes to activities, and fixed a problem with workflow parameters 2006-03-16 22:01:39 +00:00
JT Smith
eb6a7a9416 started adding new workflow based approval process 2006-03-15 20:15:55 +00:00
JT Smith
726f7c61af fixing some problems with the workflow editor 2006-03-15 04:50:34 +00:00
JT Smith
75aa3b2468 workflow editor mostly working, still needs some things 2006-02-28 21:13:11 +00:00
JT Smith
aa6fa763c1 bug fixes, and working on next workflow activity 2006-02-16 21:54:58 +00:00
JT Smith
b92b4044ec more tweaks 2006-02-16 17:20:00 +00:00
JT Smith
5be7a021d8 getting activity forms into a working condition 2006-02-16 15:27:48 +00:00
JT Smith
6ee05b85af first round of changes to create the ui for building workflows, more to come
a few small bug fixes
2006-02-15 21:23:22 +00:00
JT Smith
a4578d1d7d adding dynamic loading of classes 2006-02-15 04:04:20 +00:00
JT Smith
dc0ff0d1ed wahoo, created our first workflow and cron. 2006-02-12 18:05:57 +00:00
JT Smith
063e8703c7 introduced type concept into workflow 2006-02-11 21:03:14 +00:00
JT Smith
ec5193e5d3 more workflow stuff 2006-02-09 18:45:14 +00:00
JT Smith
806e47e51c getting a baseline activity working for testing 2006-02-08 22:32:05 +00:00
JT Smith
87287d9b58 fixed docs in Id
started adding workflow activity base class
2006-02-08 20:56:13 +00:00