McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 452

↗ View in doc context
page
452
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::436

Returns {String} The handledBy value of the WorkflowAction which is finesse.containerservices.WorkflowActionEvent.HandledBy. getName() Retrieves the WorkflowActionEvent name. Returns {String} The name of the WorkflowAction. getParams() Retrieves the WorkflowActionEvent parameters map. Returns {Object} The object for the parameters map, where key is the param name, and value is the Object such as name, value, and expandedValue (). The type of the WorkflowAction are BROWSER_POP and HTTP_REQUEST. BROWSER_POP • windowName—Name of the window as seen on the browser tab header. • path—URL to open. HTTP_REQUEST • method—PUT or POST. • location—FINESSE or OTHER. • contentType—If applicable, then MIME type of request body. For example, text or plain. • path—Request URL. • body—Request content for POST requests. getType() Retrieves the WorkflowActionEvent type. Returns {String} The type of the WorkflowAction (BROWSER_POP or HTTP_REQUEST). Workflow Action Event.HandledBy Class finesse.containerservices.WorkflowActionEvent.HandledBy Contains information about the set of possible HandledBy values used for WorkflowActionEvent from ContainerServices. This is provided from the finesse.containerservices.WorkflowActionEvent.getHandledBy method. Field Details Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 436 Cisco Finesse JavaScript APIs Workflow Action Event.HandledBy