Skip to content

Commit

Permalink
add link to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
wetret committed Sep 15, 2023
1 parent 07c6cef commit 6915056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

In this repository you will find the process to transfer data-sets of an approved data usage project from a DIC to a DMS.

## Documentation

The documentation of the process including the description, the deployment and configuration guides as well as instructions on how to start a process instance can be found in the [wiki](https://github.com/medizininformatik-initiative/mii-process-data-transfer/wiki).

## Development
Branching follows the git-flow model, for the latest development version see branch [develop](https://github.com/medizininformatik-initiative/mii-process-data-transfer/tree/develop).

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bpe/send.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<bpmn:incoming>Flow_1txtbeg</bpmn:incoming>
<bpmn:outgoing>Flow_1c71l1d</bpmn:outgoing>
<bpmn:timerEventDefinition id="TimerEventDefinition_0f9vpum">
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT45M</bpmn:timeDuration>
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT5M</bpmn:timeDuration>
</bpmn:timerEventDefinition>
</bpmn:intermediateCatchEvent>
<bpmn:endEvent id="DataSendEndEvent" name="end data send process">
Expand Down

0 comments on commit 6915056

Please sign in to comment.