Merged in bugfix/PMCORE-1884-A (pull request #7516)
PMCORE-1884 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -13,14 +13,15 @@ class Task extends Model
|
|||||||
public $timestamps = false;
|
public $timestamps = false;
|
||||||
// The following types will execute without user and run automatically
|
// The following types will execute without user and run automatically
|
||||||
public static $typesRunAutomatically = [
|
public static $typesRunAutomatically = [
|
||||||
"WEBENTRYEVENT",
|
|
||||||
"END-MESSAGE-EVENT",
|
"END-MESSAGE-EVENT",
|
||||||
"START-MESSAGE-EVENT",
|
|
||||||
"INTERMEDIATE-THROW-MESSAGE-EVENT",
|
"INTERMEDIATE-THROW-MESSAGE-EVENT",
|
||||||
"INTERMEDIATE-CATCH-MESSAGE-EVENT",
|
"INTERMEDIATE-CATCH-MESSAGE-EVENT",
|
||||||
|
"INTERMEDIATE-CATCH-TIMER-EVENT",
|
||||||
"SCRIPT-TASK",
|
"SCRIPT-TASK",
|
||||||
|
"SERVICE-TASK",
|
||||||
|
"START-MESSAGE-EVENT",
|
||||||
"START-TIMER-EVENT",
|
"START-TIMER-EVENT",
|
||||||
"INTERMEDIATE-CATCH-TIMER-EVENT"
|
"WEBENTRYEVENT",
|
||||||
];
|
];
|
||||||
|
|
||||||
public function process()
|
public function process()
|
||||||
|
|||||||
Reference in New Issue
Block a user