You are here

updateVariablesForProcess

- (AlfrescoRequest *)updateVariablesForProcess:(AlfrescoWorkflowProcess *)process variables:(NSDictionary *)variables completionBlock:(AlfrescoBOOLCompletionBlock)completionBlock; Updates the variables for a given process.

Parameters

(AlfrescoWorkflowProcess *) process
The process 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 *)

Example