Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-2011

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

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 7.1.0
    • None
    • engine
    • None

    Description

      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

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              sebastian.menski Sebastian Menski
              meyer Daniel Meyer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce