- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 05:32 AM
I would like to call the execute method of a Java class via ServiceTask. That works just fine. But how can I pass some input parameters to the execution? I can access the execution variables - no problem. But my input parameters are not available as variables. I thought I could use an InputParameter for this. That would be great. But how can I access the input parameters oin the execute method?
--Heiko
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 06:26 AM
Hi,
Is there something of interest here -> https://hub.alfresco.com/t5/alfresco-process-services/activiti-enterprise-developer-series-service-t... ?
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 06:26 AM
Hi,
Is there something of interest here -> https://hub.alfresco.com/t5/alfresco-process-services/activiti-enterprise-developer-series-service-t... ?
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 11:12 AM
Yeah - great - you saved my life 🙂
Field injection is your friend!
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 11:21 AM
Hi @tdtappe,
You're welcome - just glad I could help & that you've got a fix.
Thanks also for accepting it as a solution - super helpful for others with a similar problem.
Problem solved? Click Accept as Solution!
