get hostname in extend of AbstractBpmnActivityBehavior class
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2014 04:19 AM
Hi,
Is it possible to get the hostname of the deployed Activiti instance ?
I'm currently extend a Service Task a my service require a callback to Activiti.
It's for that who I need to get the hostname. I have actually look in ActivityExecution properties but I found nothing for that.
Thank,
Is it possible to get the hostname of the deployed Activiti instance ?
I'm currently extend a Service Task a my service require a callback to Activiti.
It's for that who I need to get the hostname. I have actually look in ActivityExecution properties but I found nothing for that.
Thank,
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2014 06:02 AM
No, the java side of things will not have any such environment information. Unless your web container adds it somewhere globally, you won't be able to get it. The only was is then to use a global configuration setting somewhere.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2014 11:51 AM
It can be logic.
Thanks.
Thanks.
