diff --git a/doc-content/drools-docs/src/main/asciidoc/AuthoringAssets/XLSDecisionTable-section.adoc b/doc-content/drools-docs/src/main/asciidoc/AuthoringAssets/XLSDecisionTable-section.adoc index 3e22d2917b..c513c804e2 100644 --- a/doc-content/drools-docs/src/main/asciidoc/AuthoringAssets/XLSDecisionTable-section.adoc +++ b/doc-content/drools-docs/src/main/asciidoc/AuthoringAssets/XLSDecisionTable-section.adoc @@ -1,4 +1,6 @@ +:context: decision-tables + include::decision-tables-con.adoc[] include::decision-tables-use-case-con.adoc[leveloffset=+1] diff --git a/doc-content/drools-docs/src/main/asciidoc/AuthoringAssets/decision-tables-con.adoc b/doc-content/drools-docs/src/main/asciidoc/AuthoringAssets/decision-tables-con.adoc index b78bc3ed02..8ab62edd28 100644 --- a/doc-content/drools-docs/src/main/asciidoc/AuthoringAssets/decision-tables-con.adoc +++ b/doc-content/drools-docs/src/main/asciidoc/AuthoringAssets/decision-tables-con.adoc @@ -1,4 +1,4 @@ -[id='decision-tables-con'] +[id='decision-tables-con_{context}'] = Decision tables Decision tables are XLS or XLSX spreadsheets that you can use to define business rules in a tabular format and that you can upload to your project in {CENTRAL}. Each row in the spreadsheet is a rule, and each column is a condition, an action, or another rule attribute. After you create and upload your decision tables, the rules you defined are compiled into Drools Rule Language (DRL) rules as with all other rule assets. diff --git a/doc-content/drools-docs/src/main/asciidoc/DMN/dmn-decision-tables-ref.adoc b/doc-content/drools-docs/src/main/asciidoc/DMN/dmn-decision-tables-ref.adoc index 622b81a2e2..e965938289 100644 --- a/doc-content/drools-docs/src/main/asciidoc/DMN/dmn-decision-tables-ref.adoc +++ b/doc-content/drools-docs/src/main/asciidoc/DMN/dmn-decision-tables-ref.adoc @@ -13,7 +13,7 @@ ifdef::DM,PAM[] {URL_UPLOADED_DECISION_TABLES}[{UPLOADED_DECISION_TABLES}]. endif::[] ifdef::DROOLS,JBPM,OP[] -<<_decision_tables_in_spreadsheets>>. +xref:decision-tables-con_decision-tables[]. endif::[] == Hit policies diff --git a/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Activities-section.adoc b/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Activities-section.adoc index ac1cf8a9c6..c3eae1d93e 100644 --- a/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Activities-section.adoc +++ b/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Activities-section.adoc @@ -169,7 +169,6 @@ It contains the following properties: * __Id__: The id of the node (which is unique within one node container). * __Name__: The display name of the node. * __Variables__: Additional variables can be defined to store data during the execution of this node. - See section "`<<_sec.data>>`" for details. == Multi-instance sub-process diff --git a/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Events-section.adoc b/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Events-section.adoc index 827a306bd4..d91f1130c4 100644 --- a/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Events-section.adoc +++ b/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Events-section.adoc @@ -66,7 +66,7 @@ Represents a timer that can trigger one or multiple times after a given period o A Timer Event should have one incoming connection and one outgoing connection. The timer delay specifies how long the timer should wait before triggering the first time. When a Timer Event is reached in the process, it will start the associated timer. -The timer is canceled if the timer node is canceled (e.g., by completing or aborting the enclosing process instance). Consult the section "`<<_sec.timers>>`" for more information. +The timer is canceled if the timer node is canceled (e.g., by completing or aborting the enclosing process instance). Consult the section "`<<_timers>>`" for more information. The Timer Event contains the following properties: * __Id__: The id of the node (which is unique within one node container). diff --git a/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Process-section.adoc b/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Process-section.adoc index 12c6b5eca4..f856753fce 100644 --- a/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Process-section.adoc +++ b/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Process-section.adoc @@ -140,10 +140,9 @@ image::BPMN2/ProcessProperties.png[] In addition to that following can be defined as well: -* __Variables__: Variables can be defined to store data during the execution of your process. - See section "`<<_sec.data>>`" for details. +* __Variables__: Variables can be defined to store data during the execution of your process. See section "`<<_variables>>`" for details. * __Swimlanes__: Specify the swimlanes used in this process for assigning human tasks. - See chapter "`<<_ch.human_tasks>>`" for details. + See chapter "`<<_jbpmtaskservice>>`" for details. .BPMN2 process variables image::BPMN2/ProcessVariables.png[] diff --git a/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Process-section.html b/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Process-section.html index 5325a8fd77..a00fa36359 100644 --- a/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Process-section.html +++ b/doc-content/jbpm-docs/src/main/asciidoc/BPMN2/Process-section.html @@ -617,7 +617,7 @@

Details: Process properties