Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-6653

make input/output operation types being plug-able in automation

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.4.1
    • Fix Version/s: 5.4.2-RC1, 5.4.2
    • Component/s: Automation

      Description

      In automation client and server, we need a way for plugging new types of input/output. This will be achieved by contributing custom POJO marshallers in client and server framework.

      Marshallers will be referenced in json content by using a type name. A typical input content will be :

      {"input":"myobject:

      {\"message\": \"hello world\"}

      ","params":{},"context":{}}

      and output content :
      {
      "entity-type": "myobject",
      "message": "hello world"
      }

      Also, we want to be able to use references instead of inline content in input.

        Attachments

          Activity

            People

            • Assignee:
              slacoin Stéphane Lacoin
              Reporter:
              slacoin Stéphane Lacoin
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: