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

Fix context of sub chain in RunOperationOnList operation

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 5.5
    • Fix Version/s: 5.5.0-HF14, 5.6
    • Component/s: Automation

      Description

      If the sub chain is run with an isolated context, it's not possible to retrieve the item defined in the operation RunOperationOnList

      This is because the item is not put in the sub context before running the chain, but in the main context, which will not be available.

                  ctx.put(itemName, value);
                  service.run(subctx, chainId);
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: