POST /API/runtimeAPI/addAttachment/{instanceUUID}/{name}
value=…&fileName=…&options=…
API Example:
AbstractRemoteRuntimeAPI.addAttachment({'instanceUUID': /* instanceUUID the process instance UUID */, 'name': /* name the attachment name */, 'value': /* value the content of the attachment */, 'fileName': /* fileName the file name */, 'options': /* options the options map (domain, queyList, user) */});
Add an attachment to a process instance.
Output:
void
Form parameters:
value - the content of the attachment
fileName - the file name
options - the options map (domain, queyList, user)