Skip to main content
Nintex Community Menu Bar

Passing Parameters Between Workflows

  • February 15, 2022
  • 0 replies
  • 621 views

butlerj
Nintex Employee
Forum|alt.badge.img+20
TOPIC
How to pass parameters from one workflow to another.
INSTRUCTIONS
Workflow parameters can be moved by using the Store Data and Retrieve Data workflow actions.
  • Store Data action: Store data in the current workflow instance, or specify a workflow instance ID using a variable. Assign it a key and a variable which contains the data.
  • Retrieve Data Action: Specify the current workflow instance, or an instance ID, the key for the data and the variable to store it in.
ADDITIONAL INFORMATION