Hello, I'm currently trying to use the System Center Orchestrator Migrator Toolkit, described here - https://docs.microsoft.com/en-us/azure/automation/automation-orchestrator-migration - to migrate a client's orchestrator workflows to Azure Automation.
The main problem is with the core functionality of the tool: anything Powershell gets converted correctly, anything non-powershell is still included in the export, visualised on Azure Automation, but cannot be used, since it is not expected as formed.
For example, time triggers on orchestrators get exported and when imported into Azure Automation, they are included as part of the runbook, rather than saying “Time trigger needs to be created separately” or providing like a Powershell/bash script that plugs everything together.
Here is the error -

Any insights are appreciated!
) in Orchestrator runbook.
). You will have to remove that activity from the Orchestrator runbook (and add similar logic using PowerShell cmdlet), else the conversion won't go through.