HTTP Example:POST /API/queryDefinitionAPI/getProcessMetaData/{uuid}/{key}
options=…
| API Example: RemoteQueryDefinitionAPI.getProcessMetaData({'uuid': , 'key': , 'options': }); |
Obtains the value of a process meta data. If no meta data matches with the key, null is returned. - Output:
- java.lang.String - the value of the meta data
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|