Describe the bug
The channelName variable is not available in the Postprocessor script. It makes no sense that is not available, since it is available for the Deploy, Undeploy and Preprocessor scripts.
To Reproduce
- Create a channel with a Postprocessor script that makes use of the
channelName variable.
- Send a message to the channel and observe that the variable does not exist.
Expected behavior
The variable channelName should be available in the Postprocessor script.
Actual behavior
The variable channelName is not available in the Postprocessor script.
Screenshots
Environment:
- Docker image: 4.5.2-ubuntu
- OS: Linux
- Java Distribution/Version: OpenJDK 17
- Connect Version: 4.5.2
Workaround(s)
Obtain the channel name in other place that where is available and store it in another variable that the Postprocessor script has access to.
Additional context
There was already a bug report for Mirth Connect, but it was automatically closed without a fix: nextgenhealthcare/connect#3893
Describe the bug
The
channelNamevariable is not available in the Postprocessor script. It makes no sense that is not available, since it is available for the Deploy, Undeploy and Preprocessor scripts.To Reproduce
channelNamevariable.Expected behavior
The variable
channelNameshould be available in the Postprocessor script.Actual behavior
The variable
channelNameis not available in the Postprocessor script.Screenshots
Environment:
Workaround(s)
Obtain the channel name in other place that where is available and store it in another variable that the Postprocessor script has access to.
Additional context
There was already a bug report for Mirth Connect, but it was automatically closed without a fix: nextgenhealthcare/connect#3893