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:
Victor Saisa Lopez
2014-06-30 16:26:12 -04:00
parent 28bbc80de2
commit b3aaa69a6d
4 changed files with 140 additions and 4 deletions

View File

@@ -959,7 +959,7 @@ class DynaForm
$this->getFieldNameByFormatFieldName("DYN_DESCRIPTION") => $record["DYN_DESCRIPTION"] . "",
$this->getFieldNameByFormatFieldName("DYN_TYPE") => $record["DYN_TYPE"] . "",
$this->getFieldNameByFormatFieldName("DYN_CONTENT") => $record["DYN_CONTENT"] . "",
$this->getFieldNameByFormatFieldName("DYN_VERSION") => $record["DYN_VERSION"] . ""
$this->getFieldNameByFormatFieldName("DYN_VERSION") => (int)($record["DYN_VERSION"])
);
} catch (\Exception $e) {
throw $e;