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:
parent
ce7a7394b5
commit
ee80f8d011
2 changed files with 10 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue