- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-20 05:53 AM
I am looking for a way to create objects/process by altering some xml template (since these are stored as xml files) without having to open studio.
It's an ambitious attempt towards automating the development itself.
Has anyone had any luck with this in past, or someone who can guide me in the right direction.
Under the hood, creating an object should require 2 things (I maybe wrong here)
1. Inserting the data in some Tables in DB.
2. Generating XML config for the Object/Process which again maybe inserted to some Table.
------------------------------
Sahil Raina
RPA Engineer
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-20 02:35 PM
I've done it some before for funsies, and I'd definitely suggest to follow Eric's advice to use the import feature of Blue Prism (by CLI or UI) rather than inserting directly into the database. Blue Prism has some validation logic built in when you use the import feature and it 'should' tell you if somethings wrong with the schema. In any case, I'm sure you'd want to open the object/process afterward to verify.
------------------------------
Dave Morris
Cano Ai
Atlanta, GA
------------------------------
Dave Morris, 3Ci at Southern Company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-20 01:39 PM
From there, you can use command line calls to AutomateC.Exec to import your new processes/objects in to the database. I would NOT recommend that try inserting them into the database manually.
Having said this, please be aware that the XML schema periodically changes as new features are added or optimizations are made.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-20 01:41 PM
------------------------------
Paras Pabari
Financial Officer
International Monetary Fund
America/New_York
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-20 02:35 PM
I've done it some before for funsies, and I'd definitely suggest to follow Eric's advice to use the import feature of Blue Prism (by CLI or UI) rather than inserting directly into the database. Blue Prism has some validation logic built in when you use the import feature and it 'should' tell you if somethings wrong with the schema. In any case, I'm sure you'd want to open the object/process afterward to verify.
------------------------------
Dave Morris
Cano Ai
Atlanta, GA
------------------------------
Dave Morris, 3Ci at Southern Company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-11-20 02:14 PM
------------------------------
Sahil Raina
RPA Engineer
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-11-20 02:47 PM
I imagine Blue Prism Cloud has this now so you could try a trial version of it and see if it's there. I've still been focusing on the use of Blue Prism Core so I can't confirm if the trial version has it or not.
------------------------------
Dave Morris
Cano Ai
Atlanta, GA
------------------------------
Dave Morris, 3Ci at Southern Company
