diff options
author | MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> | 2021-06-17 14:08:57 +0530 |
---|---|---|
committer | MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> | 2021-06-17 14:11:09 +0530 |
commit | 77b03b51cd278eb7a972df467ffd0308cf810220 (patch) | |
tree | a4319e4eaa5dd15f5e2f6d56278bf72685d4560c /bpmn/mso-infrastructure-bpmn/src/main/resources/META-INF | |
parent | e7dc04d315cacbe219c9044dbfd4b3ccd078621f (diff) |
Merging dynamic_BPMN code to Custom_Workflow branch
Issue-ID: SO-3674
Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: I565ef9e4efa1955739d3963fa2d28a4f875ff7c5
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/src/main/resources/META-INF')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/src/main/resources/META-INF/processes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/src/main/resources/META-INF/processes.xml b/bpmn/mso-infrastructure-bpmn/src/main/resources/META-INF/processes.xml new file mode 100644 index 0000000000..8b93a4e404 --- /dev/null +++ b/bpmn/mso-infrastructure-bpmn/src/main/resources/META-INF/processes.xml @@ -0,0 +1,15 @@ +<?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 name="mso_war_poc"> + <process-engine>default</process-engine> + <properties> + <property name="isDeleteUponUndeploy">true</property> + <property name="isScanForProcessDefinitions">true</property> + </properties> + </process-archive> + +</process-application> |