Skip to main content
Nintex Community Menu Bar

Action in SourceCode.Workflow.Client "MetaData"

  • June 3, 2008
  • 1 reply
  • 5 views

Forum|alt.badge.img+1

SourceCode.Workflow.Client.Action has a field MetaData.  We would like to use it (to specify which ActivityInstanceDestination fields are required for this action).


 


How do you set this field?  All I can find is description, but that isn't MetaData and doesn't make it through to the API level anyways.

1 reply

Forum|alt.badge.img+9
  • February 9, 2010

In client event wizards, actions have a "Description" property. In the API, SourceCode.Workflow.Client.Action has a Metadata property but not a Description property. This is a bug as there is not supposed to be a Metadata property for Actions but a Description property. Thus the Action.Metadata will always be empty.


Thanks


Kallie