• Can you pass a on user demand workflow parameter into a script

    We are looking to publish a workflow in ARS that will allow a user to input a parameter. The parameter would be a ServiceNow RITM number. We would like to pass that parameter to a powershell script inside the workflow. In the script we will query a log…

  • Pass OperationReason control to a workflow when triggered from a PS script?

    Hello, we are triggering an on-demand workflow from a Powershell script using Set-QADObject but we need to record the request reference number as the OperationReason in the workflows activity operation so if someone checks the users change history the…

  • retrieve ARS Workflow Parameter saved in SecureString - as plain text using PowerShell

    Hi,

    I'm writing a powershell script that connects via api to a vendor tool.

    I want to save the password in the workflow as syntax type SecureString, so that the password's hidden in the workflow properties.

    Per documentation the SecureString syntax…