commit 5ad41052d1e10844afb0053cb89ff6d0f0f99f72 Author: ProcessGit Templates Date: Thu Feb 5 21:19:34 2026 +0000 Initial template import diff --git a/.gitea/template b/.gitea/template new file mode 100644 index 0000000..159e67a --- /dev/null +++ b/.gitea/template @@ -0,0 +1,3 @@ +# Expand placeholders in README and BPMN assets +README.md +bpmn/** diff --git a/README.md b/README.md new file mode 100644 index 0000000..f805dbd --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# {{.RepoName}} + +Single **BPMN** process scratchpad repository. + +Purpose: model a BPMN process (Camunda-style), then copy `bpmn/process.bpmn` into a larger UAPF package repository. + +- Owner: {{.RepoOwner}} +- Repository: {{.RepoName}} diff --git a/bpmn/process.bpmn.xml b/bpmn/process.bpmn.xml new file mode 100644 index 0000000..171ca86 --- /dev/null +++ b/bpmn/process.bpmn.xml @@ -0,0 +1,120 @@ + + + + + + Flow_1 + + + + Flow_1 + Flow_2 + + + + Flow_2 + Flow_Approved + Flow_Rejected + + + + Flow_Approved + Flow_3 + + + + Flow_Rejected + Flow_4 + + + + Flow_3 + + + + Flow_4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +