Skip to main content

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.

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


Reply