- (AlfrescoRequest
*)retrieveVariablesForProcess:(AlfrescoWorkflowProcess *)process
completionBlock:(AlfrescoDictionaryCompletionBlock)completionBlock;
Retrieves the variables for a given process.
Parameters
- (AlfrescoWorkflowProcess *) process
- The process to retrieve variables from.
- SkyVaultDictionaryCompletionBlock
- The block that is called on completion of the operation. The completion block has the format typedef void (^AlfrescoDictionaryCompletionBlock)(NSDictionary *dictionary, NSError *error);.
Returns
(AlfrescoRequest *)