-
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
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.