Possible to get current stage / process name
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-10-17 07:14 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-17 12:17 AM
No unfortunately not. The best available option is to hardcode the process name into a data item - see our template processes.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-10-17 11:33 AM
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)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-05-20 08:27 PM
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
------------------------------
- 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
------------------------------
