Organization hierarchy

Hi there,

Sorry if this is a noob question, but i’m starting to implement flowable on my organization.

How can i create a hierarchy flow?
The most simple way to explain: let’s suppose i have a vacation process were an employer wants to schedule his vacation days. This need to be approved by his superior/manager. This process is for all departments of the organization. each department have a manager, and so on…

Regards

Flowable doesn’t have anything to model these relationships. Typically, that information comes from ldap (or another system), so you’d need to call that in the layer above the Flowable engine and pass that information when assigning tasks.