BUG 6210 Request for web service to retrieve all the case variables SOLVED
- The getVariables() web service is not very useful, if you don't know which case variables have been defined. - Changed name from getAllVariables to getVariablesNames.
This commit is contained in:
@@ -1659,7 +1659,7 @@ class wsBase
|
||||
*
|
||||
* @return $result will return an object
|
||||
*/
|
||||
public function getAllVariables($caseId)
|
||||
public function getVariablesNames($caseId)
|
||||
{
|
||||
try {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user