Docpatch to Workflow / Workflow::Instance so that hopefully people have some chance of figuring out what they need to do to get this puppy to roll.

This commit is contained in:
Scott Walters 2010-10-12 13:47:22 -04:00
parent ce7a7394b5
commit ee80f8d011
2 changed files with 10 additions and 1 deletions

View file

@ -566,6 +566,14 @@ sub set {
$self->session->db->setRow("Workflow","workflowId",$self->{_data});
}
=head1 SEE ALSO
L<WebGUI::Workflow::Instance>
After creating a workflow, you need to create an instance of that workflow to kick off activities in it.
=cut
1;