Removed unused param to create sub $skipRealtime
This commit is contained in:
parent
f743e38d92
commit
b9d7008001
1 changed files with 1 additions and 1 deletions
|
|
@ -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}];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue