Using the REST API I can update the content of a binary variable

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.1.0
    • Affects Version/s: None
    • Component/s: engine
    • None

      AT:

      • I can POST the content of a binary variable:

      POST /execution/

      {id}/localVariables/{varId}/data
      POST /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

        This is the controller panel for Smart Panels app

              Assignee:
              Sebastian Menski
              Reporter:
              Daniel Meyer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: