The following tags belong to the “object” object, and must be written inside a section for “object” (See the first section (Object) of General Object Tags)
{#objects}{#object} {sequenceNumber}{name} {/object}{/objects}
OR
{/#templaterConfig}{#subject}{#object} {sequenceNumber}{name} {/object}{/subject}{/templaterConfig}
General Process Tags
Tag | Description |
---|---|
{sequenceNumber} | The sequence number of the process |
{annotation} | The annotation attached to the process |
{goal} | The goal of the process |
{loopProcess} | Boolean value for process type = loop |
{parallelProcess} | Boolean value for process type = parallel |
{sequentialProcess} | Boolean value for process type = sequential |
{compensationProcess} | Boolean value for process type = compensation |
{adHocProcess} | Boolean value for process type = ad hoc |
{#boundaryEvents}{eventType}{/boundaryEvents} | The event type of the boundary event |
{#boundaryEvents}{characteristic}{/boundaryEvents} | The characteristic of the boundary event |
{#boundaryEvents}{description}{/boundaryEvents} | The description of the boundary event |
{#boundaryEvents}{#boundaryTargets}{name}{/boundaryTargets}{/boundaryEvents} | Name of the boundary event’s target |
{#boundaryEvents}{#boundaryTargets}{nodeType}{/boundaryTargets}{/boundaryEvents} | Type of the boundary event’s target |
{#boundaryEvents}{#boundaryTargets}{sequenceNumber}{/boundaryTargets}{/boundaryEvents} | Sequence number of the boundary event’s target |
Process Description, Map & RACI (RASCI-VS) Matrix Table
To insert the process description, map,or a(RASCI-VS) Matrix use these following tags. They are slightly different than the other tags due to richtext. Simply copy paste and insert into the the .docx document. Note that these tags must be included in the proper loop that has a description/map of the desired object:
For Description:
@@richTextDescription:{nodeId}@@
For Process Map:
@@map:{nodeId}@@
For RASCI Matrix Table:
@@rasciMatrix:{nodeId}@@
Here is an example below – the process description and map will be printed.
{#objects} //loop through all elements inside the objects array
{#object} //open a section for the object (in this case, the process we want the description and map of)
Process Description: @@richTextDescription:{nodeId}@@ //the nodeId will get replaced by the ID of the process, and the description of the process will be inserted into the document.
Process Map: @@map:{nodeId}@@ //the nodeId will get replaced by the ID of the process, and the map of the process will be inserted into the document.
RASCI Matrix Table: @@rasciMatrix:{nodeId}@@ //the nodeId will get replaced by the ID of the process, and the rasci matrix of the process will be inserted into the document.
{/object} //close the section for the object
{/objects} //end the loop for the objects array
Process Analysis Tags
Tag | Description |
---|---|
{averageActualTime} | Average actual time for the process |
{averageWaitingTime} | Average waiting time for the process |
{averageInventoryTime} | Average inventory time for the process |
{averageTransportTime} | Average transport time for the process |
{averageChangeOverTime} | Average change over time for the process |
{cost} | Cost of the process |
{averageActiveOperators} | Average Active Operators |
{averageExecutions} | Average Executions |
{currentMaturityLevel} | Current Process Maturity Level |
{#maturityTargets}{targetLevel}{/maturityTargets} | Target maturity level |
{#maturityTargets}{targetDate}{/maturityTargets} | The target date of the targeted maturity level |
Post your comment on this topic.