Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Process Manager (Stardust) » How to show data input in manual activity in the process history
How to show data input in manual activity in the process history [message #1713550] Thu, 05 November 2015 05:05 Go to next message
Christian Ramirez is currently offline Christian RamirezFriend
Messages: 10
Registered: April 2015
Junior Member
It's important for the process to know what data was input in the manual activities, but I can't seem to be able to show this data anywhere, it's not on the process history, not on the reports.

I know this data it's being store at the Structured_Data and Structured_Data_Value, but how can this data be shown?

Any ideas?.

Thank you.
Re: How to show data input in manual activity in the process history [message #1713551 is a reply to message #1713550] Thu, 05 November 2015 05:32 Go to previous messageGo to next message
Ashish Khole is currently offline Ashish KholeFriend
Messages: 28
Registered: April 2015
Junior Member
Hi Christian,

You can try creating descriptors to view your process data. Following is the link to the help documentation:
http://help.eclipse.org/mars/topic/org.eclipse.stardust.docs.dev/html/handbooks/modelling/mg-defdesk-9.htm?resultof=%22%64%65%73%63%72%69%70%74%6f%72%22%20

Another way to get the data would be use the workflowservice api method to get the Data Path Values. Following is a sample code to get the data values entered for StructuredType data:
ServiceFactory sf= ServiceFactoryLocator.get("motu","motu");
HashMap<String, Object> data = (HashMap<String, Object>) sf.getWorkflowService.getInDataValue(activity.getOID(),
            "default", "Struct1");


where , activity refers to your manual activity and Struct1 refers to StucturedData defined in your process.

Regards,
-Ashish
Re: How to show data input in manual activity in the process history [message #1713555 is a reply to message #1713551] Thu, 05 November 2015 06:53 Go to previous message
Christian Ramirez is currently offline Christian RamirezFriend
Messages: 10
Registered: April 2015
Junior Member
Thank your very much Ashish,
I was able to do it, it worked like a charm Smile

Previous Topic:Resuming execution of hibernated activity
Next Topic:javax.mail.Authenticator ClassNotFoundException for external smtp server
Goto Forum:
  


Current Time: Fri Apr 26 17:29:59 GMT 2024

Powered by FUDForum. Page generated in 0.03202 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top