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});
|
$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;
|
1;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -53,9 +53,10 @@ is singleton and an instance of it already exists.
|
||||||
A reference to the current session.
|
A reference to the current session.
|
||||||
|
|
||||||
=head3 properties
|
=head3 properties
|
||||||
|
|
||||||
The settable properties of the workflow instance. See the set() method for details.
|
The settable properties of the workflow instance. See the set() method for details.
|
||||||
|
|
||||||
|
A key/value for C<workflowId> is required in the properties for this method.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub create {
|
sub create {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue