Hey @Catalyst344,
When you are integrating with LDAP then nothing is stored in the Flowable Database. The LdapIdentityService
is used instead and the users / groups are fetched via LDAP. You should not use the Flowable REST API to create users or groups in this case.
When you are in Flowable Task can you login with the users that are in LDAP and can you assign tasks to them?
Can you perhaps share the LDAP properties that you have used to configure the applications.
I’d also suggest looking into the flowable-spring-boot-sample-ldap
Cheers,
Filip