access activit-app.properties file entries through script task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2017 08:06 AM
Is there a way to access activit-app.properties file entries through script task? lets say i want to access alfresco.cloud.clientId (defined in activit-app.properties) in a script task. How can i do it?
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2017 11:54 AM
Hi!
But activiti-app.properties is read in start of service. If you need change, is better access to file via a Service Task with Java, I think.
Regards,
fegor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2017 07:50 PM
Hi Fernando,
Thanks for your comment. Yes, I could try to read it through service task. But i wanted to know if there is anyway the properties could be read using script task?
