added status return codes to activities, and fixed a problem with workflow parameters
This commit is contained in:
parent
4dc0fc073d
commit
ac1a9c7eae
30 changed files with 135 additions and 59 deletions
|
|
@ -145,7 +145,7 @@ sub execute {
|
|||
methodName=>$instance->get("methodName"),
|
||||
parameters=>$instance->get("parameters")
|
||||
});
|
||||
return defined $cron ? 1 : 0;
|
||||
return defined $cron ? $self->COMPLETE : $self->ERROR;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue