ProcessMaker-BE "Process Variable - Endpoint execute-query"
- Se ha implementado el siguiente Endpoint:
POST /api/1.0/{workspace}/project/:prj_uid/process-variable/:var_name/execute-query
This commit is contained in:
@@ -461,7 +461,7 @@ class Variable
|
|||||||
$variableDbConnectionUid = $row["VAR_DBCONNECTION"];
|
$variableDbConnectionUid = $row["VAR_DBCONNECTION"];
|
||||||
$variableSql = $row["VAR_SQL"];
|
$variableSql = $row["VAR_SQL"];
|
||||||
} else {
|
} else {
|
||||||
throw new \Exception(\G::LoadTranslation("ID_PROCESS_VARIABLE_DOES_NOT_EXIST", array(strtolower($this->arrayFieldNameForException["varName"]), $variableName)));
|
throw new \Exception(\G::LoadTranslation("ID_PROCESS_VARIABLE_DOES_NOT_EXIST", array(strtolower("VAR_NAME"), $variableName)));
|
||||||
}
|
}
|
||||||
|
|
||||||
//Verify data
|
//Verify data
|
||||||
|
|||||||
Reference in New Issue
Block a user