Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-2734

OperationNotFoundException when using a Scripting Automation chain in another chain

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Blocker
    • Resolution: Fixed
    • Affects Version/s: 24.2
    • Fix Version/s: 24.7
    • Component/s: Automation

      Description

      Say you have:

      • An Automation Scripting chain called myJSOp, which has Document as input and output and just does return input
      • And an Automation Chain that does the following (it's about login, mainly)
        - Context.FetchDocument
        - Log:
            level: warn
            message: "Before"
        - javascript.myJSOp
        - Log:
            level: warn
            message: "After"
        

      Save, deploy, test. This leads to an error, OperationNotFoundException: No operation was bound on ID: javascript.myJSOp.

      (The whole error is in attachment)

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: