WF ContextStore of string type - how to reference value

I have a contextstore of type String. Inside it is only a guid value without any xml structure. How do I reference such a value to get it like input parameter of next WF step?

I used to reference it purely by / (slash sign). Is /ROOT/value correct?

If you simply use the guid, / should be enough. If you reference it in e.g. a lookup, use string(/ROOT/value). Do you experience any problems with using just the slash?

Thank you for confirmation. Works as expected.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.