Manual:Extension/Workflows/Activity/SetTemplateParams and Setup:Release History: Difference between pages

(Difference between pages)
No edit summary
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
==Description==
{{Featurepage|featured=true|featuredesc=Latest release: {{#ask: [[releasepatch::+]]|limit=1|searchlabel=-|order=desc}}|featurestart=07/20/2023}}
The ''SetTemplateParams'' activity allows automatic setting of template parameters on a wiki page.
{{Messagebox|boxtype=note|Note text=Support für BlueSpice 3.x ended on March 15, 2023.}}   


* Templates are accessed by the order of appearance on the page, starting at 0. Non-existing templates are counted as links, so they do not count in this list.
BlueSpice  versioning follows the ''Semantic Versioning Specification'' from [https://semver.org/lang/de/ semver.org].    
* Parameters inside the template can be specified by their name or the index in case of non-named parameters.
* Index for non-named params starts at 1 (not 0!), as to be consistent with how template params are accessed in the template
* itself.
* Nested templates are currently not supported


== Example ==
{| class="wikitable" style="width:100%;"
<syntaxhighlight lang="xml">
|+
<bpmn:task id="EditTemplate" name="Edit template">
!Major Release
    <bpmn:extensionElements>
!Version
<wf:type>set_template_param</wf:type>
!Published
</bpmn:extensionElements>
!Details
<bpmn:property name="title" default="DummyPage" validation="required,existing-title"/>
!Type
<bpmn:property name="user" default="WikiSysop" validation="existing-user"/>
|-
<!-- Index of the template on page (starting from 0) -->
! rowspan="17" |'''BlueSpice 4'''
<bpmn:property name="template-index" default="2"/>
|4.3.2
<!-- Param to modify. Can be a string in case of named params, or a number, in case of non-named params (starting from 1, accessor for the param) -->
|September 14, 2023
<bpmn:property name="template-param" default="1"/>
|[[Setup:Release Notes#4.3.2|Release notes]]
<!-- New value to set -->
|Patch release
<bpmn:property name="value" default="Super edited param"/>
|-
<bpmn:property name="minor" default="0"/>
|4.3.1
 
|July 20, 2023
<!-- Output properties -->
|[[Setup:Release Notes#4.3.1|Release notes]]
<bpmn:property name="revisionId"/>
|Patch release
<bpmn:property name="timestamp"/>
|-
      <bpmn:incoming>Flow_1qh6vpl</bpmn:incoming>
|4.3
      <bpmn:outgoing>Flow_0if1kyp</bpmn:outgoing>
|June 29, 2023
 
|[[BlueSpice 4.3|Description]],<br />[[Setup:Release Notes#4.3|Release notes]]
    </bpmn:task>
|Minor release
</syntaxhighlight>
[[Setup:Release Notes/Content changes|Triggers content changes]]
{| class="wikitable"
|-
! colspan="2" |'''Short profile'''
|4.2.7
|May 22, 2023
|[[Setup:Release Notes#4.2.7|Release notes]]
|Patch release
|-
| style="background-color:;" class="" |4.2.6
| style="background-color:;" class="" |March 16, 2013
| style="background-color:;" class="" |[[Setup:Release Notes#4.2.6|Release notes]]
| style="background-color:;" class="" |Patch release
|-
|4.2.5
|February 21, 2023
|[[Setup:Release Notes#4.2.5|Release notes]]
|Patch release
|-
|-
|Name
|4.2.4
|SetTemplateParams
|December 15, 2022
|[[Setup:Release Notes#4.2.4|Release notes]]
|Patch release
|-
|-
|Async
|4.2.3
|Yes
|November 17, 2022
|[[Setup:Release Notes#4.2.3|Release notes]]
|Patch release
|-
|-
|BPMN type
|4.2.2
|<code>bpmn:task</code>
|October 27, 2022
|[[Setup:Release Notes#4.2.2|Release notes]]
|Patch release
|-
|-
|BPMN Extension Element "wf:type"
|4.2.1
|<code>set_template_param</code>
|September 15, 2022
|}
|[[Setup:Release Notes#4.2.1|Release notes]]
 
|Patch release
==Properties==
Security patch!
{| class="wikitable"
! style="vertical-align:middle;text-align:left;width:70px;" |'''Name of property'''
!'''Source'''
!'''Description'''
!'''Type'''
|-
|-
|<code>title</code>
|4.2
|UIActivity
|July 28, 2022
|
|[[BlueSpice 4.2|Description]],
|string
[[Setup:Release Notes#4.2|Release notes]]
|Minor release
[[Setup:Release Notes/Content changes|Triggers content changes]]
|-
|-
| style="width:70px;" |<code>user</code>
|4.1.4
|UIActivity
|June 15, 2022
|
|[[Setup:Release Notes#4.1.3|Release notes]]
|
|Patch release
 
Security patch!
|-
|-
|<code>template-index</code>
|4.1.3
|''InstructedActivity?''
|April 26, 2022
|
|[[Setup:Release Notes#4.1.3|Release notes]]
|
|Patch release
Security patch!
|-
|-
|<code>template- param</code>
|4.1.2
|
|March 17, 2022
|
|[[Setup:Release Notes#4.1.2|Release notes]]
|
|Patch release
|-
|-
|<code>value</code>
|4.1.1
|
|February 10, 2022
|
|[[Setup:Release Notes#4.1.1|Release notes]]
|
|Patch release
|-
|-
|<code>minor</code>
|4.1.0
|
|January 19, 2022
|
|[[BlueSpice 4.1|Description]],
|
[[Setup:Release Notes#4.1.0|Release notes]]
|Combined major/minor release
|-
|-
|<code>revisionId</code>
|4.1.0-RC2
|
|(Release candidate: December 15, 2021)
|
|[[BlueSpice 4.1|Description]]
|
|Combined major/minor release
|-
|-
|<code>timestamp</code>
!'''BlueSpice 1-3'''
|
| colspan="4" |[[Setup:Release History/BlueSpice 1-3|Release history]]
|
|
|}
|}
[[Category:Setup]]

Revision as of 15:02, 27 September 2023

Note:Support für BlueSpice 3.x ended on March 15, 2023.


BlueSpice versioning follows the Semantic Versioning Specification from semver.org.

Major Release Version Published Details Type
BlueSpice 4 4.3.2 September 14, 2023 Release notes Patch release
4.3.1 July 20, 2023 Release notes Patch release
4.3 June 29, 2023 Description,
Release notes
Minor release

Triggers content changes

4.2.7 May 22, 2023 Release notes Patch release
4.2.6 March 16, 2013 Release notes Patch release
4.2.5 February 21, 2023 Release notes Patch release
4.2.4 December 15, 2022 Release notes Patch release
4.2.3 November 17, 2022 Release notes Patch release
4.2.2 October 27, 2022 Release notes Patch release
4.2.1 September 15, 2022 Release notes Patch release

Security patch!

4.2 July 28, 2022 Description,

Release notes

Minor release

Triggers content changes

4.1.4 June 15, 2022 Release notes Patch release

Security patch!

4.1.3 April 26, 2022 Release notes Patch release

Security patch!

4.1.2 March 17, 2022 Release notes Patch release
4.1.1 February 10, 2022 Release notes Patch release
4.1.0 January 19, 2022 Description,

Release notes

Combined major/minor release
4.1.0-RC2 (Release candidate: December 15, 2021) Description Combined major/minor release
BlueSpice 1-3 Release history




To submit feedback about this documentation, visit our community forum.

Discussions