CR observations
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
use \ProcessMaker\BusinessModel\WebEntryEvent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* class.case.php
|
* class.case.php
|
||||||
* @package workflow.engine.classes
|
* @package workflow.engine.classes
|
||||||
@@ -197,10 +199,17 @@ class Cases
|
|||||||
{
|
{
|
||||||
$rows[] = array('uid' => 'char', 'value' => 'char');
|
$rows[] = array('uid' => 'char', 'value' => 'char');
|
||||||
$tasks = array();
|
$tasks = array();
|
||||||
$arrayTaskTypeToExclude = array("WEBENTRYEVENT", "END-MESSAGE-EVENT", "START-MESSAGE-EVENT",
|
$arrayTaskTypeToExclude = array(
|
||||||
"INTERMEDIATE-THROW-MESSAGE-EVENT", "INTERMEDIATE-CATCH-MESSAGE-EVENT",
|
"WEBENTRYEVENT",
|
||||||
"SCRIPT-TASK", "START-TIMER-EVENT", "INTERMEDIATE-CATCH-TIMER-EVENT");
|
"END-MESSAGE-EVENT",
|
||||||
$webEntryEvent = new \ProcessMaker\BusinessModel\WebEntryEvent();
|
"START-MESSAGE-EVENT",
|
||||||
|
"INTERMEDIATE-THROW-MESSAGE-EVENT",
|
||||||
|
"INTERMEDIATE-CATCH-MESSAGE-EVENT",
|
||||||
|
"SCRIPT-TASK",
|
||||||
|
"START-TIMER-EVENT",
|
||||||
|
"INTERMEDIATE-CATCH-TIMER-EVENT"
|
||||||
|
);
|
||||||
|
$webEntryEvent = new WebEntryEvent();
|
||||||
$arrayWebEntryEvent = array();
|
$arrayWebEntryEvent = array();
|
||||||
//Set the parameter $considerShowInCase=true, to consider the WE_SHOW_IN_CASE
|
//Set the parameter $considerShowInCase=true, to consider the WE_SHOW_IN_CASE
|
||||||
//configuration to filter the Start events with WebEntry.
|
//configuration to filter the Start events with WebEntry.
|
||||||
|
|||||||
Reference in New Issue
Block a user