SkyVaultWorkflowProcessDefinition
This section describes the SkyVaultWorkflowProcessDefinition class.
The SkyVaultWorkflowProcessDefinition class represents a workflow process definition. A process definition can be thought of as a type of workflow. When a workflow process is created it is created from a workflow process definition.
Class declaration
@interface SkyVaultWorkflowProcessDefinition : NSObject <NSCoding>
Properties
Property | Description |
---|---|
@property (nonatomic, strong, readonly) NSString *identifier; | Process definition identifier. |
@property (nonatomic, strong, readonly) NSString *key; | Process definition key. |
@property (nonatomic, strong, readonly) NSString *name; | Process definition name. |
@property (nonatomic, strong, readonly) NSString *summary; | Process definition summary. |
@property (nonatomic, strong, readonly) NSNumber *version; | Process definition version. |