Posted by: Pdfprep
Post Date: January 30, 2021
What are valid reasons for implementing business logic as a custom Spring Bean instead of as a Java Delegate? Choose 2 answers
A . To invoke the business logic in more than just one workflow.
B . To guarantee the implementation is only used from a Service Task
C . To invoke the business logic also from a Script Task
D . To auto wire dependencies on the Java class implementation
E . To guarantee access to the internal Java API
Answer: A,C
Leave a Reply