Hi @Fanindra_Surat, thanks for your response!What is the correct
resource type or alternative to adding workflow models or workflow steps
in the code repository without getting this violation?
I was thinking I could probably write a service to connect to a mail
server and process mail items that way. I've done something similar in
other environments. A scheduler with a CRON expression could check
several times a day and process any new messages.
Hi @Manasi29 -When you submit a dialog, the properties entered into the
dialog will be saved to that particular component using a POST call to
the specific component path on the page. You can observe this in the
Network tab of your browser Dev tools.Additionally, all clientlibs that
have been marked with the category 'cq.authoring.dialog' and the custom
clientlibs included as 'extraClientLibs' on your dialog get executed.
Hi @sunil_kumar_ This is what I found in folder config.publish >
org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.cfg.json.
This came with the maven archetype only. We didn't add it. {
"resource.resolver.mapping": [ "/content/careers/
Hi @mrudul - What are the values that you are trying to read from the
environment variables? Do they vary per AEM's environment like DEV, QA,
Stage and Prod? If yes, any reason why runmodes don't fit into your
requirement? Thanks,Fani
Hi @Pseuplex - Looks like you have a transient workflow running that is
throwing an exception during an email send, and they don't leave a
footprint to purge the running workflow instances.You can proceed by
looking for the transient workflows available in your instance, start
them one by one and verify the logs to identify which one of them is
throwing this exception and fix it accordingly. Thanks,Fani