Don't see our process in the designer

When I do a GET /repository/process-definitions, I can see that I have 10 process definitions but when I look in the Designer (processes tab) I only see 3. The majority of these I deployed via the REST API but the three were manually imported via the Modeler browser. I’ve confirmed my services and the Designer to be pointing to the same database. Should I be seeing all 10 in the Designer or am I conceptually missing something?

The flowable-modeler and the flowable-tak (flowable-rest) applications are 2 completely separate applications that have their own persistence.

This means that processes which are deployed directly over REST to the engine are not present in the Designer. The engine itself is unaware about the Designer.

Cheers,
Filip

Thanks so much for your reply, that affirms our suspicion.