Home > Forum > Actions > Running a PowerShell script that is not connected to only one case.

Running a PowerShell script that is not connected to only one case.
0

We would like to run a PowerShell script periodically, to prepare data for selected cases in one of our interfaces. BPS Studio version 2023.1.3.202 doesn't give us an option to add that type of action in global actions (configured for the process). So currently we have to use a task, that is configured in TaskScheduler on the application server, to run it.
Is there an option in BPS Studio to run a PowerShell script that is not connected to only one particular case data? Are there any plans to implement such a solution?

MVP

Hi,
You can create a technical workflow and on the path add this action, the circuit move this path using the global cyclic action. (multiple versions will be created)
I created a global cyclic action that registers a new technical document every time, on the path the action is called.
A second cyclic action once a week deletes documents older than, for example, a month, to maintain verifiability.

Regards.