Which service can be used to obtain the process engine configuration in a Service Task? Choose 1 answer.
Which service can be used to obtain the process engine configuration in a Service Task? Choose 1 answer.A . ManagementServiceB . RuntimeServiceC . EngineServicesD . RepositoryServiceView AnswerAnswer: A
Which of the following is NOT a valid value to be passed for the HTTP header activiti-uservalue-type? Choose 1 answer.
Which of the following is NOT a valid value to be passed for the HTTP header activiti-userÂvalue-type? Choose 1 answer.A . userldTypeB . userEmailTypeC . userExternalldTypeD . userNameTypeView AnswerAnswer: D Explanation: https://docs.alfresco.com/processÂservices1.8/topics/rest_api_authorization.html
Which of the following methods does NOT have to be overwritten while implementing the interface for an Alfresco Process Services Custom Data Model service? Choose 1 answer.
Which of the following methods does NOT have to be overwritten while implementing the interface for an Alfresco Process Services Custom Data Model service? Choose 1 answer.A . public String storeEntity(ListattributeDefinitionsAndValues, DataModelEntityRepresentation entityDefinition, DataModelDefinitionRepresentationdataModel)B . public boolean setMappedValue(DataModelEntityRepresentation entityValue, String mappedName, Object variableValue)C . public ObjectNode getMappedValue(DataModelEntrtyRepresentation entityValue, String mappedName....
What is the scope of a new variable created using the setVariable method in a JavaDelegate? Choose 1 answer.
What is the scope of a new variable created using the setVariable method in a JavaDelegate? Choose 1 answer.A . The scope of the variable will be the one of the object instance.B . The scope of the variable will be local to the java class method.C . The scope...
Which of the following CANNOT be modifiedby creating a custom stencl? Choose 2 answers
Which of the following CANNOT be modifiedby creating a custom stencl? Choose 2 answersA . Form EditorB . BPMN EditorC . Step EditorD . Data Model EditorE . Decision Table EditorView AnswerAnswer: A,B