A developer has modified an existing workflow model in AEM, which defines series of steps to be executed. When a user starts this workflow, recent changes/workflow steps are not available in the workflow instance.
What could be the reason for this behavior of the Workflow Model?
A developer wants to overwrite an OSGi configuration via the codebase.
Which one of the Maven modules is the place to create this configuration on the codebase?
A developer needs to extend a complete dialog from the core component, except for one tab.
Which property can be used to achieve this goal?
A developer needs to remove all the selectors from the linkValue.
Assuming linkValue = 'path/page.woo.too.html', which two HTL approaches would be used to complete this task? (Choose two.)