How to report GUID for a process

76 views
Skip to first unread message

amu...@itwc.ca

unread,
Nov 25, 2015, 10:48:16 AM11/25/15
to Fujitsu RunMyProcess Developer Community
Hi, we are currently pushing data from a process into an external database in order to be able to report it using an external reporting tool. I would like to be able to include the GUID as a field in the external database (so that the report can include a link to the process itself). I can find the GUID in the URL of the process, but I don't know where it's stored internally.

How would I get the GUID and store that?

Pankaj Kumar

unread,
Nov 26, 2015, 7:27:47 AM11/26/15
to Fujitsu RunMyProcess Developer Community
Hi,

You can use the "get_request_info" freemarker method to get the UID of current process instance. the return object by this method contains info about "id", "creation_date" and other fields.

Structure of the returned object:-

{"id":"########-####-####-####-############","created":#####,"name":"######","design":{"id":###,"name":"######","P_mode":"#####","P_version":####},"mode":"####"}

Please refer to below link to get more detail about this method,


Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

On Wed, Nov 25, 2015 at 9:18 PM, <amu...@itwc.ca> wrote:
Hi, we are currently pushing data from a process into an external database in order to be able to report it using an external reporting tool. I would like to be able to include the GUID as a field in the external database (so that the report can include a link to the process itself). I can find the GUID in the URL of the process, but I don't know where it's stored internally.

How would I get the GUID and store that?

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/7146cf39-5228-45fe-96a1-06214341a82f%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Reply all
Reply to author
Forward
0 new messages