@@ -3,11 +3,51 @@ title: Concepts
3
3
icon : info
4
4
---
5
5
6
- <meta http-equiv =" refresh " content =" 0;url=/process-development/api-v1/ " >
7
6
8
- ## API 2 Description
9
-
10
- ::: warning Work in progress
7
+ ::: warning Work in progress - Outdated Content
11
8
12
9
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 )
0 commit comments