Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Stardust/Knowledge Base/Modeling/Pattern/Copying Process Data in a Route Activity

Data mappings on route activities are used to copy data from one process data to another.

Stardust Modelling Pattern Copying Process data using a route activity image 1.gif

  • Create two primitive process data and a route activity.
  • Add an in data mapping from the source data to the route activity.
  • Add an out data mapping from the route activity to the target data.

Stardust Modelling Pattern Copying Process data using a route activity image 3.jpg

  • Double-click the route activity and select the out data mappings’ properties panel. Notice the warning symbol indicating a missing Access Point
  • Set the Access Point to the in data mapping you created for the source data.

Stardust Modelling Pattern Copying Process data using a route activity image 5.jpg

  • The validation warning has disappeared. Now the source data will be copied to the target data during the execution of the route activity.


Back to the top