The ProcessDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description |
Gets the Description of the process definition.
| |
Id |
Gets the ID of the process definition.
| |
Inputs |
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.
| |
Name |
Gets the Name of the process definition.
| |
PublishedVersion |
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.
|