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