AEM 6.4 unable to see the custom workflow process in the dropdown
Hey Guys,
After refactoring code to 6.4 i am not able to see the custom process in the dropdown for the custom process step for the workflow
Am i missing something?
Refactored the annotations alone
@Component(immediate = false, property={
Constants.SERVICE_DESCRIPTION + "=Description.",
Constants.SERVICE_VENDOR + "=vendor",
"process.label" + "=Label"
})