FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
11-09-2022 11:39 AM
Hello@webiq-sk
I use the WebIQ API in a standalone html file.
When I start my java script with the API commands, before I loaded my workspace project into the Designer I get an error (see below).
After I load the project into the designer everything works perfect.
How can I start the workspace project with the WebIQ API? I had a look to "project.load" command, but without success.
Solved! Go to Solution.
11-18-2022 04:40 PM - edited 11-18-2022 04:47 PM
I found the solution. It is the WebIQ API command "workspace.recover".
Description from docu:
Attempts to load a workspace with the given GUID. May be used if a software component was shut down before the workspace was properly closed. Workspaces are automatically garbage collected after not being accessed for 30 days.
My conclusion. Additionally to the recover of the workspace, the project is also started.