What are the advantages of using Script Tasks to implement business logic? Choose 2 answers

What are the advantages of using Script Tasks to implement business logic? Choose 2 answersA . To allow re-use of business logicB . To allow implementation of quick prototypingC . To allow implementation of simple operationsD . To prevent code changes by a process modelerE . To allow access to...

January 14, 2021 No Comments READ MORE +

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:

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) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D

January 13, 2021 No Comments READ MORE +

What are the mandatory actions to embed the Alfresco Process Services application into an existing application? Choose 2 answers

What are the mandatory actions to embed the Alfresco Process Services application into an existing application? Choose 2 answersA . Add the Alfresco Process Services JavaScript files to your existing application.B . Add the necessary Alfresco Process Services Spring configuration DeansC . Reference the correct Alfresco Process Services Maven dependencies...

January 12, 2021 No Comments READ MORE +

Which URL path automatically secures Custom REST Endpoints via Basic Authentication? Choose 1 answer.

Which URL path automatically secures Custom REST Endpoints via Basic Authentication? Choose 1 answer.A . /api/activitiB . /api/enterpriseC . /api/publicD . /api/privateView AnswerAnswer: D

January 9, 2021 No Comments READ MORE +

How can a developer programmatically implement a feature to save all entered task form values, whenever a user leaves a task form field? Choose 1 answer.

How can a developer programmatically implement a feature to save all entered task form values, whenever a user leaves a task form field? Choose 1 answer.A . By implementing the save functionality in the formRendered form extension methodB . By Implementing the save functionality in the formFieldVaIueChanged form extension methodC...

January 8, 2021 No Comments READ MORE +

How are additional web resources loaded by the browser for each Alfresco Process Services App?

How are additional web resources loaded by the browser for each Alfresco Process Services App?A . By loading the resources which have been placed in the class pathB . By loading the resources which have been placed in each app folderC . By loading the resources which have been defined...

January 7, 2021 No Comments READ MORE +

In which package must a custom REST endpoint be placed to make it accessible via HTTP basic authentication? Choose 1 answer.

In which package must a custom REST endpoint be placed to make it accessible via HTTP basic authentication? Choose 1 answer.A . com.activiti.extension.restB . com activiti extension apiC . com.activiti.extension.basicD . com.activiti.extension.httpView AnswerAnswer: A

January 6, 2021 No Comments READ MORE +

Which of the following identifiers is always required by Alfresco Process Services Engine REST API requests? Choose 1 answer.

Which of the following identifiers is always required by Alfresco Process Services Engine REST API requests? Choose 1 answer.A . A repository identifier in the url.B . A tenant identifier in the JSON bodyC . a repository identifier in the JSON body.D . The tenant identifier in the urlView AnswerAnswer:...

January 6, 2021 No Comments READ MORE +

In which file are the globally available form extension methods registered? Choose 1 answer

In which file are the globally available form extension methods registered? Choose 1 answerA . activiti-app/index.htmlB . activiti-app/workflow/index.htmlC . activiti-app/editor/index.htmlD . activiti-app/forms/index.htmlView AnswerAnswer: D

January 6, 2021 No Comments READ MORE +

What mechanism should be used to direct process engine events to a new data source? Choose 1 answer.

What mechanism should be used to direct process engine events to a new data source? Choose 1 answer.A . Extend the abstract class EngineEventProcessor.B . Implement the interface RuntimeEventListener.C . Configure a new Event Data Source using the Alfresco Process Services Admin application.D . Configure a new Event Data Source...

January 4, 2021 No Comments READ MORE +