Instant workflows are not executed in the new environment,
the integrated "Automate" function of SharePoint is tightly integrated into the standard Power Platform environment and does not natively recognize workflows that are provided in other environments.
Alternatively, I tried to trigger the workflow manually using buttons in JSON format. Normally, the EnvironmentID & WorkflowID were sufficient in the default environment. Now, when I call it in the new environment (not the default environment), I get the error message: Required parameter "templateId" Is missing.
All attempts to read the workflow templateID have failed.
Where can this templateId be read for the explicit workflow? Does anyone have experience with this?