Merged develop into feature/PMCORE-639

This commit is contained in:
Paula Quispe
2020-10-16 12:14:28 -04:00
33 changed files with 1212 additions and 200 deletions

View File

@@ -13,14 +13,15 @@ class Task extends Model
public $timestamps = false;
// The following types will execute without user and run automatically
public static $typesRunAutomatically = [
"WEBENTRYEVENT",
"END-MESSAGE-EVENT",
"START-MESSAGE-EVENT",
"INTERMEDIATE-THROW-MESSAGE-EVENT",
"INTERMEDIATE-CATCH-MESSAGE-EVENT",
"INTERMEDIATE-CATCH-TIMER-EVENT",
"SCRIPT-TASK",
"SERVICE-TASK",
"START-MESSAGE-EVENT",
"START-TIMER-EVENT",
"INTERMEDIATE-CATCH-TIMER-EVENT"
"WEBENTRYEVENT",
];
const DUMMY_TASKS = [