I am creating a flow service on webMethods.io and defined input and output elements for the flow service. But the output elements are not available in the pipeline when I am trying to map the transformed input. Am I missing anything.
Output variables always shows at the last flow step by default. If you have Try block and there are no steps defined yet in Catch block, then it will show in the last step of Try Block. Once you add any step in Catch block , it will show at the last step which is now in catch block.
If you want to have output variable to be mapped in between step, you can do copy field from I/O tab and then paste it in output pipeline of that step. Once it is mapped, subsequent steps will have that variable available.
Select the field in Output fields tab and copy it . You can copy using CTRL+C or Copy button