As I understand it, Granite is Adobe's name for the combination of Felix, Sling and CRX as a base platform. I am currently looking into CQ workflows, especially into developing a custom WorkflowProcess
. I noticed that among others there are two seemingly equivalent packages, com.adobe.granite.workflow.exec
(Package Overview) and com.day.cq.workflow.exec
(Package Overview).
I see that deprecated classes (e.g. JavaProcess
) have been removed and new ones have been added (e.g. InboxItem
) while others seem to have stayed the same (e.g. WorkflowProcess
). Whose package's WorkflowProcess
interface should my custom WorkflowProcess
class implement?