META-INF.processes.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-platform-7-keycloak-examples-jwt Show documentation
Show all versions of camunda-platform-7-keycloak-examples-jwt Show documentation
Showcase for using Camunda Platform 7 Keycloak Identity Provider with JWT auth
<?xml version="1.0" encoding="UTF-8"?> <process-application xmlns="http://www.camunda.org/schema/1.0/ProcessApplication" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <process-archive> <process-engine>default</process-engine> <resource>forms/do-something.form</resource> <properties> <property name="isDeleteUponUndeploy">false</property> <property name="isScanForProcessDefinitions">true</property> </properties> </process-archive> </process-application>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy