You are here

retrieveProcessDefinitionWithKey

- (AlfrescoRequest *)retrieveProcessDefinitionWithKey:(NSString *)key completionBlock:(AlfrescoProcessDefinitionCompletionBlock)completionBlock - Returns a process definition for a given process key.

Parameters

(NSString *)key
The key to use to retrieve the process definition.
(AlfrescoArrayCompletionBlock) completionBlock
The block that is called passing in the result on completion of the operation. The completion block has the format typedef void (^AlfrescoArrayCompletionBlock)(NSArray *array, NSError *error).

Returns

(AlfrescoRequest *)

Example