Versions Compared

Key

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

...

Use Cases

Examples

Start a Workflow on demand

...

  • Code Block
    languagepowershell
    titleCmdlets 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
TypeHow To
Labelsjs7 powershell howto

Display content by label
TypeFAQ
Labelsjs7 powershell faq