The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately.
This commit is contained in:
parent
51019e5dca
commit
01d9af6222
15 changed files with 105 additions and 72 deletions
|
|
@ -359,13 +359,12 @@ sub isParallel {
|
|||
|
||||
=head2 isRealtime ( )
|
||||
|
||||
Returns 1 if the mode is set to "realtime".
|
||||
Depricated. Always returns 0.
|
||||
|
||||
=cut
|
||||
|
||||
sub isRealtime {
|
||||
my $self = shift;
|
||||
return ($self->get("mode") eq "realtime") ? 1 : 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue