/mcpWorkflowAction API Parameters Notes Possible Values Description Type Parameter The id in the URI maps to the primary key of the WorkflowAction. — The URI to get a new copy of the WorkflowAction object. String uri Must be unique. Maximum of 64characters. — The name of the workflow action. String name BROWSER_POP, HTTP_REQUEST The type of workflow action String type For FINESSE_DESKTOP, the Finesse workflow engine runs the action. For OTHER, the action event is published on the OpenAJAX hub but is not run by the Finesse desktop. This allows a third-party gadget to run the action. FINESSE_DESKTOP, OTHER Indicates what handles the action when it is triggered by a workflow. String handledBy — A list of Param subobjects. Object params Params are flexible and can contain any value. Validation is based on the type of the WorkflowAction in which they are contained. See the following tables for more information. — Includes a name and value pair. Object -->Param — The name of the parameter. String --->name — The value of the parameter. String --->value — List of ActionVariable subobjects. Object actionVariables Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 311 Cisco Finesse Configuration APIs WorkflowAction API Parameters