AT:
- I can POST the content of a binary variable:
POST /execution/
{id}/localVariables/{varId}/dataPOST /process-instance/{id}
/variables/
{varId}/data
Content type is multipart/form-data
Parts:
- data: the data. content type is either
- octet-stream => handling as byte array
- application/json => handling as serializable, "type" is required
- type: only for type Serializable: the java type of the json serialized data