WIPInfoSet
You can use this function for Optiva Workflows.
Purpose
Provides the ability to change details about the Workflow item in
		  progress. This function can set specific columns in the 
		  FsActionWipSteps table. 
		
Syntax
Dim variable As Boolean = WIPInfoSet(Parameter, ParameterValue [LineID,  ActionWIPId]) 
 
	     Arguments
| Part | Description | 
|---|---|
 
					                   Parameter 
					  
				                  | 
                      This matches a column name in the 
					 FsActionWipSteps table. 
				   | 
                  
 
					                   ParameterValue 
					  
				                  | 
                      This is the value which you insert into
                        the FsActionWipSteps table. A failure
                        occurs for the parameters that are read only in the FsValidationField.  | 
                  
 
					                   LineID 
					  
				                  | 
                      Optional. This is the 
					 LineID of a
					 particular task in the 
					 FsActionWipSteps table. If no value is
					 entered, then the current 
					 LineID is used from
					 the context. 
				   | 
                  
 
					                   ActionWIPId 
					  
				                  | 
                      Optional. This is the 
					 ActionWIPId that you
					 are retrieving. This is used when you are using the 
					 WipInfoSet function from an object other than
					 from an existing 
					 ActionWip (e.g., 
					 Pending Tasks or 
					 Gantt Chart). 
				   |