OperatingSystemService how to get data from stdout

Hello,
I’m trying to run operating system command via OperatingSystemService and StartProcess method. The command normally sends stdout to console. Is there a way to catch the stdout into OutputContextStore of StartProcess method? I tried different Data Types for OutputContextStore but every time there in only value true.
I’m on Origam 2025.5.2.3862 on Windows server IIS
Thank you.

In the current state (Origam 2026.8) of OperatingSystemService catches the standard output, but it doesn’t pass it to the workflow. The return value that is passed to the result context store is true.

We would have to changed the behaviour and pass the standard output instead of the true constant. If there is no standard output we would return null.