You are here

retrieveVariablesForTask

- (AlfrescoRequest *)retrieveVariablesForTask:(AlfrescoWorkflowTask *)task completionBlock:(AlfrescoDictionaryCompletionBlock)completionBlock; Retrieves the variables for a given task.

Parameters

(AlfrescoWorkflowTask *) task
The task 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 *)

Example