HOR-4483
This commit is contained in:
@@ -16,12 +16,19 @@
|
||||
*/
|
||||
class Task extends BaseTask
|
||||
{
|
||||
const tas_type_events = [
|
||||
'INTERMEDIATE-THROW-MESSAGE-EVENT',
|
||||
'INTERMEDIATE-THROW-EMAIL-EVENT',
|
||||
'INTERMEDIATE-CATCH-TIMER-EVENT',
|
||||
'INTERMEDIATE-CATCH-MESSAGE-EVENT'
|
||||
];
|
||||
/**
|
||||
* This value goes in the content table
|
||||
* @var string
|
||||
*/
|
||||
protected $tas_title_content = '';
|
||||
|
||||
|
||||
/**
|
||||
* Get the tas_title column value.
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user