Which of the following is NOT a valid value to be passed for the HTTP header activiti-user-value-type? Choose 1 answer.
Which service can be used to obtain the process engine configuration in a Service Task? Choose 1 answer.
Answer : A
Which of the following characterizes Event Listeners? Choose 1 answer.
Answer : C
What mechanism should be used to direct process engine events to a new data source? Choose 1 answer.
Answer : B
How does a Call Activity component differ from a Subprocess component?
Answer : A
https://docs.alfresco.com/process-services1.6/topics/call_activity.html
A call activity is used to execute another process definition as part of the current process instance.
The main difference between a sub-process and a call activity is that the call activity does not share context with the process instance. Process variables are explicitly mapped between the process instance and the call activity.
Which of the following packages will Alfresco Process Services automatically scan for Spring Beans?
What are valid reasons for implementing business logic as a custom Spring Bean instead of as a Java Delegate? Choose 2 answers
Answer : A, C