HOR-1518 Triggers: No es posible asignar triggers en steps

This commit is contained in:
Ronald Q
2016-07-26 16:03:53 -04:00
parent 057bdbe356
commit de395c367f

View File

@@ -197,12 +197,12 @@ class StepTriggerPostStructure
public $tri_uid;
/**
* @var string
* @var string {@required false}
*/
public $st_condition;
/**
* @var int {@from body}{@min 1}
* @var int {@from body}{@min 1} {@required false}
*/
public $st_position;
}
@@ -215,12 +215,12 @@ class StepTriggerPutStructure
public $st_type;
/**
* @var string
* @var string {@required false}
*/
public $st_condition;
/**
* @var int {@from body}{@min 1}
* @var int {@from body}{@min 1} {@required false}
*/
public $st_position;
}
@@ -238,12 +238,12 @@ class StepAssignTaskTriggerPostStructure
public $tri_uid;
/**
* @var string
* @var string {@required false}
*/
public $st_condition;
/**
* @var int {@from body}{@min 1}
* @var int {@from body}{@min 1} {@required false}
*/
public $st_position;
}
@@ -256,12 +256,12 @@ class StepAssignTaskTriggerPutStructure
public $st_type;
/**
* @var string
* @var string {@required false}
*/
public $st_condition;
/**
* @var int {@from body}{@min 1}
* @var int {@from body}{@min 1} {@required false}
*/
public $st_position;
}