Hello,
I have created an object model using xCP 2.2. Some of my Content objects have a stateless process that is invoked as a Business Event on the Create condition. As expected this works correctly when importing a file inside the xCP Application.
I wanted to try if the Business Event would be invoked if the Content is created from other sources. For example, if I create a Content from DA, I didn't see the instance of the Business Event. I believe that the case would be the same if I create the Content through DFC.
May I conclude that creating xCP objects with DFC would not invoke a Stateless process? If I need to invoke that Business Event, would it be a good idea to call the Rest service related after executing the DFC create statement? I believed that those Business Events would act as a Business Logic Layer that could be executed always.