Skip to content

Commit e1ecc42

Browse files
author
Simon Schweizer
committed
minor adjustments
1 parent 016a7f7 commit e1ecc42

File tree

10 files changed

+56
-24
lines changed

10 files changed

+56
-24
lines changed

docs/src/process-development/api-v1/concept.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Concepts
33
icon: info
44
---
55

6-
## API 1 Description
7-
86
::: warning Work in progress
97

108
This site is work in progress, please come back later.

docs/src/process-development/api-v1/javadoc.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ title: JavaDoc
33
icon: code
44
---
55

6-
<iframe class="content-viewer" src="/assets/javadoc/api-v1/index.html"/>
6+
<a href="/assets/javadoc/api-v1/index.html" target="_blank">Open Fullscreen</a>
7+
<iframe id="content-viewer" class="content-viewer" src="/assets/javadoc/api-v1/index.html"/>
78
89
<style>
910
.content-viewer {
1011
width: 100%;
1112
height: 1000px;
1213
}
13-
</style>
14+
</style>

docs/src/process-development/api-v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: API 2 (alpha) Overview
2+
title: API 2 (next) Overview
33
icon: code
44
---
55
## Overview

docs/src/process-development/api-v2/best-practices.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Best Practices
33
icon: info
44
---
55

6-
## Best Practices
7-
86
::: warning Work in progress
97

108
This site is work in progress, please come back later.

docs/src/process-development/api-v2/concept.md

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,51 @@ title: Concepts
33
icon: info
44
---
55

6-
<meta http-equiv="refresh" content="0;url=/process-development/api-v1/">
76

8-
## API 2 Description
9-
10-
::: warning Work in progress
7+
::: warning Work in progress - Outdated Content
118

129
This site is work in progress, please come back later.
13-
:::
10+
:::
11+
12+
## BPMN
13+
- [Conditions](bpmn/conditions.md)
14+
- [Gateways](bpmn/gateways.md)
15+
- [Messaging](bpmn/messaging.md)
16+
- [Sequence Flow](bpmn/sequence-flow.md)
17+
- [Service Tasks](bpmn/service-tasks.md)
18+
- [Timer Intermediate Catching Events](bpmn/timer-intermediate-catching-events.md)
19+
20+
## FHIR
21+
- [ActivityDefinition](fhir/activitydefinition.md)
22+
- [Codesystem](fhir/codesystem.md)
23+
- [Task](fhir/task.md)
24+
- [ValueSet](fhir/valueset.md)
25+
26+
## DSF
27+
- [BPMN Process Execution](dsf/bpmn-process-execution.md)
28+
- [BPMN Process Variables](dsf/bpmn-process-variables.md)
29+
- [Draft Task Resources](dsf/draft-task-resources.md)
30+
- [Environment Variables](dsf/environment-variables.md)
31+
- [Message Correlation](dsf/message-correlation.md)
32+
- [Message Delegates](dsf/message-delegates.md)
33+
- [Organization Identifiers](dsf/organization-identifiers.md)
34+
- [Process Plugin API](dsf/process-plugin-api.md)
35+
- [Process Plugin Definition](dsf/process-plugin-definition.md)
36+
- [Read Access Tag](dsf/read-access-tag.md)
37+
- [Requester and Recipient](dsf/requester-and-recipient.md)
38+
- [Service Delegates](dsf/service-delegates.md)
39+
- [Spring Framework Integration](dsf/spring-framework-integration.md)
40+
- [Versions, Placeholders and URLs](dsf/versions-placeholders-urls.md)
41+
42+
## Guides
43+
- [Accessing BPMN Process Variables](guides/accessing-bpmn-process-variables.md)
44+
- [Accessing Task Resources During Execution](guides/accessing-task-resources-during-execution.md)
45+
- [Adding Task Input Parameters to Task Profiles](guides/adding-task-input-parameters-to-task-profiles.md)
46+
- [Configuring Read Access Tags](guides/configuring-read-access-tags.md)
47+
- [Creating ActivityDefinitions](guides/creating-activity-definitions.md)
48+
- [Creating CodeSystems for DSF Processes](guides/creating-codesystems-for-dsf-processes.md)
49+
- [Creating Task Resources Based on a Definition](guides/creating-task-resources-based-on-a-definition.md)
50+
- [Creating ValueSets for DSF Processes](guides/creating-valuesets-for-dsf-processes.md)
51+
- [Managing Multiple Incoming Messages and Missing Messages](guides/managing-mutiple-incoming-messages-and-missing-messages.md)
52+
- [Setting Targets for Message Events](guides/setting-targets-for-message-events.md)
53+
- [Starting a Process via Task Resources](guides/starting-a-process-via-task-resources.md)

docs/src/process-development/api-v2/create.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Create a new Process Plugin
33
icon: plugin
44
---
55

6-
## Create a new Process Plugin
7-
86
::: warning Work in progress
97

108
This site is work in progress, please come back later.

docs/src/process-development/api-v2/implementation.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ title: Implementation Guide
33
icon: note
44
---
55

6-
## Implementation Guide
7-
8-
::: warning Work in progress
9-
10-
This site is work in progress, please come back later.
11-
:::
6+
You can find the FHIR Implementation Guide [here](../../dsf-development/v2/fhir-ig.md).

docs/src/process-development/api-v2/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migration Guide
33
icon: update
44
---
55

6-
## Migration Guide API 1 to API 2
6+
## Migration from API 1 to API 2
77

88
::: warning Work in progress
99

docs/src/process-development/api-v2/testing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Process Plugin Testing
33
icon: code
44
---
55

6-
## Testing
7-
86
::: warning Work in progress
97

108
This site is work in progress, please come back later.

docs/src/process-development/api-v2/tutorials/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ title: Tutorials
33
icon: slides
44
---
55

6-
## Process plugin tutorials
6+
## Process plugin tutorial
7+
8+
Click [here](https://github.com/datasharingframework/dsf-process-tutorial) to open the current tutorial on GitHub.
9+
10+
## Other Resources
711

812
Visit the [how the DSF can help you](../../../explore/concepts/README.md) page to get started.
913

0 commit comments

Comments
 (0)