cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to get current stage / process name

Hi is it possible to read the current stage and process name? Is there a suitable Business Object like "Utility - xxx" which can do this or any other way? /Bjorn
3 REPLIES 3

John__Carter
Staff
Staff
No unfortunately not. The best available option is to hardcode the process name into a data item - see our template processes.

bharathchalavad
Level 2
If you know on what resource you are running the process on ... we can get the process name by executing a MS SQL query select name from [].[dbo].[BPAProcess] where processid in (select processid from [].[dbo].[BPASession] where runningresourceid in (select resourceid from [].[dbo].[BPAResource] where name = '') and statusid = 1)

MiguelCarrillo
Level 5
Definetely this is an Utility VBO to consider for bring it support, right now the only way to get more details is through:
- Control room
- Query the database
- AutomateC but only gives you a very tiny amount of information, that in most cases wouldnt be enough.

------------------------------
Miguel Carrillo
------------------------------