Use the Script tab in the Action form to define the action.
Include the variable that contains the input value.
Function wf_start() As Long
dim sstatus As String
sstatus = WipParamGet("STATUSVALUE")
dim lset As Long
lset = ObjPropertSet(SSTATUS,0,"VALUE.STATUS","","","STATUSIND",1)
End Function