1. Nokia Network Services Platform (NSP) Workflow Manager Guide, Release 23.5
Reference: Chapter "Workflow task reference".
Details: This chapter provides a comprehensive list of all out-of-the-box tasks available in the Workflow Manager. It details tasks for CLI (cli:run), REST (rest:post, rest:get, etc.), and TL1 (tl1:send). There is no corresponding built-in task listed for executing operating system shell commands.
2. Nokia Network Services Platform (NSP) Programmer Guide, Release 23.5
Reference: Chapter "Workflow custom Java tasks".
Details: This section explains that for functionality not covered by the standard tasks, developers can create custom Java beans. Executing a shell command would fall into this category of custom development, confirming it is not an "out of the box" feature. The guide states, "You can create custom Java tasks to perform functions that are not available in the standard WFM task library."