tracking data of business process execution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 04:30 AM
Dear everyone,
Please help me.
Before I use web logic, in web logic we can get the tracking data of execution of business process from the schema SOA_INFRA. From these data I can get the information of execution time, number of call, number of failure and success.
Now I use activiti and WSO2. I don't know how can I get the tracking data/payload.
Please reply me if you know the solution.
thanks,
sophea
Please help me.
Before I use web logic, in web logic we can get the tracking data of execution of business process from the schema SOA_INFRA. From these data I can get the information of execution time, number of call, number of failure and success.
Now I use activiti and WSO2. I don't know how can I get the tracking data/payload.
Please reply me if you know the solution.
thanks,
sophea
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 05:00 AM
Sure, all the information is in the ACT_HI tables
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 05:30 AM
Dear jbarrez,
Thank you so much for your detail.
could you give me more detail info about this table?
I don't know how to access it, because I just install WSO2.
In web logic, i am the one who install the data base and create schema. So I know how to access.
when I use WSO2, i don't unstall the database, could you give a little bit detail.
thanks,
sophea
Thank you so much for your detail.
could you give me more detail info about this table?
I don't know how to access it, because I just install WSO2.
In web logic, i am the one who install the data base and create schema. So I know how to access.
when I use WSO2, i don't unstall the database, could you give a little bit detail.
thanks,
sophea
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 05:47 AM
Dear jbarrez,
If you could tell me step by step to get the execution data, it is great.
1. how to access to the database
2. query
thanks,
sophea
If you could tell me step by step to get the execution data, it is great.
1. how to access to the database
2. query
thanks,
sophea
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2014 03:29 AM
1. how to access to the databaseYou should have jdbc connection url in the activiti configuration (file activiti.cfg.xml)
TO access history from the code:
http://www.activiti.org/userguide/#historyQuery
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2014 04:37 AM
dear Martin,
thank you so much for your reply.
regards,
sophea
thank you so much for your reply.
regards,
sophea
