Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type: Map<String, Map<String, String>>

ПримерSample:

<property name="attributesMappingByWorkflow">
    <map>
        <entry key="activiti$perform">
            <map>
                <entry key="icaseTask:performers" value="wfperf:performers"/>
                <entry key="icaseTask:controller" value="wfperf:controller"/>
                <entry key="wfperf:enableControl" value="wfperf:enableControl"/>
                <entry key="wfperf:performerPermission" value="wfperf:performerPermission"/>
                <entry key="wfperf:controllerPermission" value="wfperf:controllerPermission"/>
            </map>
        </entry>
    </map>
</property>

...

Further is the list of  PROPERTY_OF_CASE_TASK->PROPERTY_OF_BPMN_PROCESS pairs. 


workflowTransmittedVariables – Attributes which are to be transferred from  one process to another.

...

Next is the list of transmitted attributes.