Workflow references

In Nintex Workflow 2013, workflow references are placeholders for values provided by a variety of sources, including both SharePoint 2013 and Nintex Workflow 2013. Workflow references can be inserted into other values, such as workflow action configuration settings, to dynamically provide data from other sources. For more information about inserting workflow references, see the Nintex Workflow 2013 product documentation.

The following types of workflow references are available in Nintex Workflow 2013:

Resolving workflow references

Workflow references are resolved within the appropriate context in Nintex Workflow 2013, by invoking the AddContextDataToString method for the corresponding context object. For example, workflow references inserted into configuration settings for workflow actions are resolved by invoking the AddContextDataToString method of the NWWorkflowContext class, the class that represents the current workflow context. Similarly, workflow references inserted into notifications are resolved by invoking the AddContextDataToString method of the Message class, the class that represents the context of a notification to be sent by a workflow.

For custom workflow activities, the AddContextDataToString method of the NWWorkflowContext class is typically invoked when the Execute method is invoked from of the class derived from either the ProgressTrackingActivity or Activity base class, to resolve workflow references passed to the activity from the configuration settings of the corresponding custom workflow action. For more information, see Implementing the workflow activity.

See Also

Concepts

Workflows

Operations

Starting workflows

Reference

.NET Framework Reference

Web Service Reference