...
In order to execute a workflow or any other action from the swagger endpoint, you will need an appropriate token. You can do this with any client that has access to the cos_workflow_api
ressource, which you can request using the scope with the same name. An easy way to do this is in postman.
...
...
In this case, you need the secret or clientId (those are two parameters in the ps1-script) that are encrypted in the COS cofigurations (e.g. C:\ProgramData\itsense\Configuration\ElsaWorkflow_DashboardConfiguration.json ), you will have to use a decryption method or tool for this operation. A provided tool is called MachineCryptoTool which is part of the dev solution. (But actually, it was tested with “I:\Wiki & Tools\ITSENSE\MachineCryptoTool 8000” on COS 8.x ).
...
Step 2: Open up the swagger documentation
...