HOR-1518 Triggers: No es posible asignar triggers en steps
This commit is contained in:
@@ -197,12 +197,12 @@ class StepTriggerPostStructure
|
|||||||
public $tri_uid;
|
public $tri_uid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string {@required false}
|
||||||
*/
|
*/
|
||||||
public $st_condition;
|
public $st_condition;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int {@from body}{@min 1}
|
* @var int {@from body}{@min 1} {@required false}
|
||||||
*/
|
*/
|
||||||
public $st_position;
|
public $st_position;
|
||||||
}
|
}
|
||||||
@@ -215,12 +215,12 @@ class StepTriggerPutStructure
|
|||||||
public $st_type;
|
public $st_type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string {@required false}
|
||||||
*/
|
*/
|
||||||
public $st_condition;
|
public $st_condition;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int {@from body}{@min 1}
|
* @var int {@from body}{@min 1} {@required false}
|
||||||
*/
|
*/
|
||||||
public $st_position;
|
public $st_position;
|
||||||
}
|
}
|
||||||
@@ -238,12 +238,12 @@ class StepAssignTaskTriggerPostStructure
|
|||||||
public $tri_uid;
|
public $tri_uid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string {@required false}
|
||||||
*/
|
*/
|
||||||
public $st_condition;
|
public $st_condition;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int {@from body}{@min 1}
|
* @var int {@from body}{@min 1} {@required false}
|
||||||
*/
|
*/
|
||||||
public $st_position;
|
public $st_position;
|
||||||
}
|
}
|
||||||
@@ -256,12 +256,12 @@ class StepAssignTaskTriggerPutStructure
|
|||||||
public $st_type;
|
public $st_type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string {@required false}
|
||||||
*/
|
*/
|
||||||
public $st_condition;
|
public $st_condition;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int {@from body}{@min 1}
|
* @var int {@from body}{@min 1} {@required false}
|
||||||
*/
|
*/
|
||||||
public $st_position;
|
public $st_position;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user