/mcpNotes Possible Values Description Type Parameter You can assign up to five ActionVariable parameters to a workflow. — Set of information about one ActionVariable. Object -->ActionVariable Maximum of 32 characters. — The name of the variable. String --->name Maximum of 500 characters. SYSTEM variables are name references to the values returned by SystemVariable and do not require a node value. CUSTOM variables are self-defining and require a node and a unique name that does not conflict with any system variable. — The XPath to extract from the dialog XML. String --->node CUSTOM, SYSTEM Indicates the type of variable String --->type Maximum of 128 characters. — The value used to test the variable. String --->testValue Param Values (BROWSER_POP) Required? Size Possible Values Description Parameter Yes 500 The URL path is validated only to make sure its length is at least 1 and no longer than the maximum length. It is up to the user to provide a valid URL. Variables can be embedded into the URL by using a dollar sign and curly braces. For example: http://www.example.com?q=${callVariable1} causes the workflow engine to substitute the value of callVariable1 into the path. If a literal curly brace or dollar sign is needed in the URL, it must be escaped with a backslash (for example, { ). A literal backslash must be escaped with another backslash (\). The path to use in the BROWSER_POP action path Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 312 Cisco Finesse Configuration APIs WorkflowAction API Parameters