Removed unused param to create sub $skipRealtime

This commit is contained in:
Kaleb Murphy 2008-09-17 01:37:02 +00:00
parent f743e38d92
commit b9d7008001

View file

@ -58,7 +58,7 @@ The settable properties of the workflow instance. See the set() method for detai
=cut
sub create {
my ($class, $session, $properties, $skipRealtime) = @_;
my ($class, $session, $properties) = @_;
# do singleton check
my $placeHolders = [$properties->{workflowId}];