Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Workflows are returned from JOC Cockpit - independent of their deployment status with specific Controller instances.
Workflows can be selected either by the folder of the workflow location including sub-folders or by an individual workflow path.

Resulting workflows can be forwarded to other cmdlets for pipelined bulk operations.

...

PS > $workflows = Get-JS7Workflow -Folder /some_path folder -Recursive

Returns all workflows that are configured with the specified path folder including any sub-folders.

...