The ProcessDefinition type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets the Description of the process definition.
Public propertyId
Gets the ID of the process definition.
Public propertyInputs
Gets the Xml schema for the inputs to the published version of this process. The inputs can change when a new version of a process is published, so ensure you are watching the ProcessDefinition object for changes via the ProcessDefinitionList.
Public propertyName
Gets the Name of the process definition.
Public propertyPublishedVersion
Gets the Published Version of this process. When launching a process IPA will always launch the published version. Watch for changes to the published version to determine when inputs, etc to the process have changed.

See Also