Added missing InlineJavascriptRequirement
This MR adds enables support for Javascript-style expressions to the concatenation
workflow.
The concatenation
workflow uses conditional expressions, which require the InlineJavascriptRequirement
. This requirement is currently missing, causing the workflow to fail at runtime.