Page History
...
- The JS7 PowerShell module is available for simplified access to the REST Web Service, see PowerShell Command Line Interface 2.0 - Introduction
- Any operation that can be performed on orders, workflows, jobs and related objects such as cancelling, suspending and resuming orders are performed by the JS7 - REST Web Service API.
- The PowerShell module offers high level functionality such as managing orders, deploying workflows, managing the daily plan, creating reports etc.
- Find the full list of PowerShell CLI 2.0 - Cmdlets
Use Cases
- The JS7 PowerShell Module can be used from the command line and for scripting purposes.
Find the full list of PowerShell CLI 2.0 - Use Cases
Examples
Start a Workflow on demand
...
Code Block language powershell title Cmdlets to cancel execution of an order in a workflow PS C:\> Import-Module JS7 # connect to a JOC Cockpit instance using certificate authentication and preselecting the Controller PS C:\> Connect-JS7 -Url https://joc-2-0-secondary.sos:7543 -KeystorePath "c:/users/me/client_certificate.p12" -Id testsuite # cancel any orders for the current day from a workflow including cyclic orders PS C:\> Get-JS7Order -WorkflowPath /TestCases/EODReports | Stop-JS7Order -Kill
Further Resources
Display content by label | ||||
---|---|---|---|---|
|
Display content by label | ||||
---|---|---|---|---|
|
Overview
Content Tools