update ams

This commit is contained in:
Gaby Heinle 2025-07-24 15:05:43 +02:00
parent 60d2d90114
commit fd668439c8
6 changed files with 20 additions and 20 deletions

View file

@ -1,4 +1,4 @@
FROM imixs/imixs-office-workflow:5.1.1-SNAPSHOT-wildfly-27.0.1.Final-jdk17 FROM imixs/imixs-office-workflow:5.1.1-wildfly-27.0.1.Final-jdk17
#FROM imixs/imixs-office-workflow:5.1.0 #FROM imixs/imixs-office-workflow:5.1.0
# Setup debug configuration # Setup debug configuration

View file

@ -1,4 +1,4 @@
FROM imixs/imixs-office-workflow:5.1.1-SNAPSHOT-wildfly-27.0.1.Final-jdk17 FROM imixs/imixs-office-workflow:5.1.1-wildfly-27.0.1.Final-jdk17
#FROM imixs/imixs-office-workflow:5.1.0 #FROM imixs/imixs-office-workflow:5.1.0
# Deploy artefact # Deploy artefact

4
devi
View file

@ -30,13 +30,13 @@ if [[ "$(strip_dash $1)" == "setup" ]]; then
echo " starting dev enrvionment..." echo " starting dev enrvionment..."
mvn clean install -Pdebug mvn clean install -Pdebug
cp ./*-app/target/*.war ./docker/deployments/ cp ./*-app/target/*.war ./docker/deployments/
docker-compose -f docker-compose.yml up docker compose -f docker-compose.yml up
fi fi
if [[ "$(strip_dash $1)" == "start" ]]; then if [[ "$(strip_dash $1)" == "start" ]]; then
echo " Start Dev Environment..." echo " Start Dev Environment..."
docker-compose -f docker-compose.yml up docker compose -f docker-compose.yml up
fi fi
if [[ "$(strip_dash $1)" == "build" ]]; then if [[ "$(strip_dash $1)" == "build" ]]; then

View file

@ -4,7 +4,7 @@
<ui:fragment rendered="#{!readonly}"> <ui:fragment rendered="#{!readonly}">
<h:selectOneMenu required="#{empty required?false:required}" <h:selectOneMenu required="#{required?validationController.required:false}"
value="#{workflowController.workitem.item['space.ref']}"> value="#{workflowController.workitem.item['space.ref']}">
<f:selectItem itemLabel=""></f:selectItem> <f:selectItem itemLabel=""></f:selectItem>
<c:forEach <c:forEach

View file

@ -2,7 +2,7 @@
<!-- origin at X=0.0 Y=0.0 --><bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:ext="http://org.eclipse.bpmn2/ext" xmlns:imixs="http://www.imixs.org/bpmn2" xmlns:open-bpmn="http://open-bpmn.org/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.2.SNAPSHOT-v20200602-1600-B1" id="Definitions_1" targetNamespace="http://www.imixs.org/bpmn2"> <!-- origin at X=0.0 Y=0.0 --><bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:ext="http://org.eclipse.bpmn2/ext" xmlns:imixs="http://www.imixs.org/bpmn2" xmlns:open-bpmn="http://open-bpmn.org/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.2.SNAPSHOT-v20200602-1600-B1" id="Definitions_1" targetNamespace="http://www.imixs.org/bpmn2">
<bpmn2:extensionElements> <bpmn2:extensionElements>
<imixs:item name="txtworkflowmodelversion" type="xs:string"> <imixs:item name="txtworkflowmodelversion" type="xs:string">
<imixs:value><![CDATA[rechnungseingang-dwc-1.0]]></imixs:value> <imixs:value><![CDATA[rechnungseingang-ams-1.0]]></imixs:value>
</imixs:item> </imixs:item>
<imixs:item name="txtfieldmapping" type="xs:string"> <imixs:item name="txtfieldmapping" type="xs:string">
<imixs:value><![CDATA[Ersteller|$creator]]></imixs:value> <imixs:value><![CDATA[Ersteller|$creator]]></imixs:value>
@ -3879,7 +3879,7 @@ Export erfolgt über eine asynchrone Verarbeitung im Modell 'cargosoft-export']]
<bpmn2:documentation id="documentation_7jGpxA"/> <bpmn2:documentation id="documentation_7jGpxA"/>
</bpmn2:sequenceFlow> </bpmn2:sequenceFlow>
</bpmn2:process> </bpmn2:process>
<bpmn2:process id="process_2" name="Invoice receipt" processType="Public"> <bpmn2:process id="process_2" name="Rechnungseingang" processType="Public">
<bpmn2:documentation id="documentation_yUm3kA"/> <bpmn2:documentation id="documentation_yUm3kA"/>
</bpmn2:process> </bpmn2:process>
<bpmn2:message id="message_1" name="Message 1"> <bpmn2:message id="message_1" name="Message 1">

View file

@ -2,7 +2,7 @@
<!-- origin at X=0.0 Y=0.0 --><bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:ext="http://org.eclipse.bpmn2/ext" xmlns:imixs="http://www.imixs.org/bpmn2" xmlns:open-bpmn="http://open-bpmn.org/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.2.SNAPSHOT-v20200602-1600-B1" id="Definitions_1" targetNamespace="http://www.imixs.org/bpmn2"> <!-- origin at X=0.0 Y=0.0 --><bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:ext="http://org.eclipse.bpmn2/ext" xmlns:imixs="http://www.imixs.org/bpmn2" xmlns:open-bpmn="http://open-bpmn.org/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.5.2.SNAPSHOT-v20200602-1600-B1" id="Definitions_1" targetNamespace="http://www.imixs.org/bpmn2">
<bpmn2:extensionElements> <bpmn2:extensionElements>
<imixs:item name="txtworkflowmodelversion" type="xs:string"> <imixs:item name="txtworkflowmodelversion" type="xs:string">
<imixs:value><![CDATA[rechnungseingang-sachrechnung-de-1.0]]></imixs:value> <imixs:value><![CDATA[rechnungseingang-sachrechnung-ams-1.0]]></imixs:value>
</imixs:item> </imixs:item>
<imixs:item name="txtfieldmapping" type="xs:string"> <imixs:item name="txtfieldmapping" type="xs:string">
<imixs:value><![CDATA[Ersteller|$creator]]></imixs:value> <imixs:value><![CDATA[Ersteller|$creator]]></imixs:value>