- (id)initWithProperties:(NSDictionary *)properties
session:(id<AlfrescoSession>)session;
Parameters
- (NSDictionary *) properties
- The properties with which to initialize the process definition. These include name, processDescription, version, and identifier.
- (id<AlfrescoSession>)session
- The current session.
Returns
(id) - the object identifier.