diff --git a/lib/WebGUI/Workflow.pm b/lib/WebGUI/Workflow.pm index 4232fdf63..29307114f 100644 --- a/lib/WebGUI/Workflow.pm +++ b/lib/WebGUI/Workflow.pm @@ -566,6 +566,14 @@ sub set { $self->session->db->setRow("Workflow","workflowId",$self->{_data}); } +=head1 SEE ALSO + +L + +After creating a workflow, you need to create an instance of that workflow to kick off activities in it. + +=cut + 1; diff --git a/lib/WebGUI/Workflow/Instance.pm b/lib/WebGUI/Workflow/Instance.pm index 2e33e85fd..7711fbd5a 100644 --- a/lib/WebGUI/Workflow/Instance.pm +++ b/lib/WebGUI/Workflow/Instance.pm @@ -53,9 +53,10 @@ is singleton and an instance of it already exists. A reference to the current session. =head3 properties - The settable properties of the workflow instance. See the set() method for details. +A key/value for C is required in the properties for this method. + =cut sub create {