Which of the following code snippets will correctly set the variable. ''upperCaseString'' to an upper case version of the expression which is pass in?
Choose 1 answer:
A)
B)
C)
D)
Answer : D
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.
How do you trigger synchronization of all users and groups from a custom identity provider at startup?
Choose 1 answer
Answer : B
Why would a developer create a custom BPMN editor stencil? Choose 2 answers
Answer : C, E