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

I can use the serialized string output of GetTask when updating a task via rest

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • L3 - Default
    • None
    • None
    • None

    Description

      User story

      As a user, I want to use the serialized String output of Get Task Variable REST API directly in the Put Task variable REST API, so that I can complete my workflow without pre-processing the variables.

      Background

      Currently, the user needs to add the double quotes in the String value and escape it in the PUT request body (as shown below). 

      {
          "type": "Object",
          "value": "\"someString\"",
          "valueInfo": {
              "objectTypeName": "java.lang.String",
              "serializationDataFormat": "application/json"
          }
      }

      Else, it will raise the following error: 

      The expected behavior is that I can use the output of Get Task Variable REST API directly to update a task variable via Put Task variable REST API.

      Acceptance criteria

       

       

       

       

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              andre.bappert Andre
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Salesforce