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

Fix Seam.AddInfoMessage should support context variables and chain parameters

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: 5.8
    • Fix Version/s: 5.8.0-HF41
    • Component/s: Automation

      Description

      When using Seam.AddInfoMessage with context variable or chain parameters, it does not display anything.

      Here is an example with a chain and a subchain
      The chain

      - Context.FetchDocument
      - Context.RunOperation:
          id: UIMessage
          isolate: "false"
          parameters:
            Message: "MsgParam from another chain!"
      

      The subchain

      params:
        - Message:
            type: string
      operations:
        - Context.FetchDocument
        - LogOperation:
            level: error
            message: "@{ChainParameters['Message']}"
        - Seam.AddInfoMessage:
            message: "@{ChainParameters['Message']}"
      

      The message is displayed in the logs but not in the UI.

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 minute
                1m