Versions Compared

Key

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

...

Returns workflows from the JS7 inventory.

SYNTAX

Get-JS7Workflow [[-WorkflowPath] <String>] [[-WorkflowVersionId] <String>] [[-Folder] <String>] [-Recursive] [[-RegularExpression] <String>] [-Compact] [<CommonParameters>]

...

-WorkflowPath <String>
Optionally specifies the path and name of a workflow that should be returned.
If the name of a workflow is specified then the -Folder parameter is used to determine the folder.
Otherwise the -WorkflowPath parameter is assumed to include the full path and name of the workflow.

One of the parameters -Folder, -WorkflowPath or -RegularExpression has to be specified.

...

-Folder <String>
Optionally specifies the folder for which workflows should be returned.

One of the parameters -Folder and , -WorkflowPath or -RegularExpression has to be specified.

Required?false
Position?3
Default value/
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-RegularExpression <String>
Limits result to workflow paths that correspond the given regular expression.

One of the parameters -Folder, -WorkflowPath or -RegularExpression has to be specified.

Required?false
Position?4
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...