Hi,
I look for an automatec.exe command for this. You have the "createqueue" for create new queues, the syntax looks like this:
AutomateC.exe /createqueue "key field name" "Running? true / false" "max attempts" /queuename "queuename" /sso (/sso or /user for autentication)
For more information of this, here you have the official documentation:
Automate.exe commandsAnd I lookfor a way to create items but I think that there is no way to create with any command or external API.
In the database, the table that store all queue items is
[BPAWorkQueueItem], but I don't recommend you to insert directly a row here. There are some fields such as the id that I don't know how they are generated internally
Another option is to create a new process to create all items that you need. For example, if you create an external API, when you call it, it insert a data in an intermediate database table. Then your process can read this table and create the items in the Queues with the action "Add to Queue" from the object "Work Queues"
Hope this helps you!
Bye 🙂
------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
634726270
------------------------------