Hi,
is there any way on OIM 8.1.4 to schedule a script to be executed on a specific date without attaching this script to a process?
Is this possible?
Thanks!
Hi,
is there any way on OIM 8.1.4 to schedule a script to be executed on a specific date without attaching this script to a process?
Is this possible?
Thanks!
No, not without some external scheduling. Where should the script be run in your use case?
You could use some external scheduling and run a PowerShell script calling your script over the REST API (Application Server).
No, not without some external scheduling. Where should the script be run in your use case?
You could use some external scheduling and run a PowerShell script calling your script over the REST API (Application Server).
Thanks for your response Markus!
That is the alternative we were thinking to perform, to call the script from a powershell, so it can be executed on demand or on a schedule basis.
What we need is to create a script to perform some automatic tests on OIM. We were also thinking on create some process orchestration but in our case the process has to be executed on demand and not because of a change on any table.