- (AlfrescoRequest *)updateVariablesForTask:(AlfrescoWorkflowTask
*)task variables:(NSDictionary *)variables
completionBlock:(AlfrescoBOOLCompletionBlock)completionBlock; Updates the
variables for a given task.
Parameters
- (AlfrescoWorkflowTask *) task
- The task for which to update variables.
- (NSDictionary *)variables
- The variables to update.
- (AlfrescoBOOLCompletionBlock *)completionBlock
- Completion block with the format typedef void (^AlfrescoBOOLCompletionBlock)(BOOL succeeded, NSError *error);.
Returns
(AlfrescoRequest *)