02-11-2021 02:32 AM
02-12-2021 03:27 AM
could you please describe your question a bit more?
02-12-2021 07:53 AM
Yes, if you would like to call a REST endpoint form a groovy script, can you get the endpoint that is defined in the tenant somehow? Like the way you access process instance variables with execution.getVariable()?
The same endpoint definition that is used with REST call activity.
02-15-2021 05:01 AM
You can access Endpoint from script task like below.
I have tried with javascript.
java.lang.System.out.println(endpointService.getConfigurationByName("Demo").getHost());
02-15-2021 05:34 AM
Where can you find endpointService documentation?
Explore our Alfresco products with the links below. Use labels to filter content by product module.