Add more tests, and fix the POD documentation for the new method.
This commit is contained in:
parent
d43d06ea1a
commit
0c62ee3666
2 changed files with 20 additions and 6 deletions
|
|
@ -257,7 +257,7 @@ sub getWorkflow {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 new ( session, instanceId )
|
||||
=head2 new ( session, instanceId, [isNew] )
|
||||
|
||||
Constructor.
|
||||
|
||||
|
|
@ -271,7 +271,9 @@ A unique id refering to a workflow instance.
|
|||
|
||||
=head3 isNew
|
||||
|
||||
A boolean, that, if true, sets that the instance is ready to run.
|
||||
A boolean, that, if true, sets that the instance is new and hasn't been started
|
||||
yet. This option is really for the L<create> method to use, and should not
|
||||
be used by developers unless your name starts with JT and ends in Smith.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue