Connect your own Blue Prism estate (via Blue Prism Hub + Authentication Server v4.7+) to see and manage your processes, sessions, work queues, and runtime resources from Imperal -- list processes and start/stop sessions against them, manage work queue items, browse connected runtime resources, and read credential metadata. Uses your own Authentication Server Service Account (OAuth2 client credentials) -- nothing is hosted or proxied by Imperal beyond the request itself. Requires Blue Prism Hub + Authentication Server v4.7+; classic Blue Prism Server without Hub has no REST surface this connector can reach.
connect_blue_prismwriteConnect your Blue Prism estate (via Blue Prism Hub + Authentication Server v4.7+) by saving your Service Account's client_id/client_secret plus the Authentication Server URL and Hub/API base URL, after checking the credentials actually work. Requires Blue Prism Hub + Authentication Server v4.7+ -- classic Blue Prism Server without Hub has no REST surface this connector can reach.
list_connectionsreadList the connected Blue Prism estates.
disconnect_blue_prismwriteDisconnect one Blue Prism estate. Nothing in Blue Prism itself is changed; only the saved credentials here are deleted.
list_processesreadList processes available in the connected Blue Prism estate.
get_processreadRead one Blue Prism process in full.
list_sessionsreadList recent sessions (process runs) in the connected Blue Prism estate, most recent first, optionally filtered by process.
get_sessionreadRead one session in full -- status, timing, resource, and any error info.
start_sessionwriteStart a session: run a process now, either on explicit runtime resources or by letting Blue Prism pick, with optional input parameters.
stop_sessionwriteStop a running session: 'stop' for graceful stop, 'terminate' to force-kill immediately.
list_work_queuesreadList Work Queues configured in the connected Blue Prism estate -- the queue/queue-item pattern used for high-volume unattended work.
list_queue_itemsreadList items in a Work Queue, optionally filtered by status ('Pending', 'Locked', 'Completed', 'Exception').
add_queue_itemwriteAdd a new work item to a Work Queue -- the payload a process will pick up and process.
set_queue_item_statuswriteManually set a queue item's outcome to 'Completed' or 'Exception'.
list_resourcesreadList registered Runtime Resources in the connected Blue Prism estate -- their name, status, and resource pool.
list_credentialsreadList Credential Vault entries in the connected Blue Prism estate -- name and type only, never the secret value.
bulk_stop_sessionswriteStop several running Sessions in one call, by explicit session ids. Continues past per-item failures and reports each outcome.
audit_estatereadBuild one aggregated health report across every Runtime Resource in the connected Blue Prism estate: resource status, exception queue item counts, and running session counts.
Install Blue Prism and let Webbee use it across your workflow.
Open in panel