WorkflowGen Documentation
10.0
10.0
  • WorkflowGen Administration Guide
  • Administration Module Overview
  • Configuration Panel
  • User Management
    • Directories
    • Users
    • Groups
    • Delegations
  • Directory Synchronization
  • Global Information
    • Participants
    • Applications
    • Categories
    • Global Lists
  • Process Definition
    • Editing
    • Participants
    • Data
  • Form
    • Structure, Sections & Fields
    • Appearance, Behavior & Mapping
    • Management
  • Workflow
    • Actions
    • Parameters
    • Conditions & Exceptions
    • Notifications
  • Reports
  • Remote Approval
  • Custom Notification Templates
  • Macros
  • WorkflowGen URLs
  • Custom Menus
  • Portlet
  • Error Messages
  • Workflow Applications
    • EFORMASPX
    • XMLTODATABASE
    • GETUSERSFROMDIR
    • XMLTRANS
    • RAISEEXCEPTION
    • UPDATEPROCESSDATA
    • STARTPROCESS
    • COMPLETEACTION
    • GETPROCESSDATA
    • GETFORMDATA
    • CANCELREQUEST
    • MERGEFORM
    • COPYDATA
    • SENDMESSAGE
    • SENDHTTPPOST
    • RESTAPICLIENT
    • EXECSQL
    • JSONTODATA
    • DocuSign
      • DOCUSIGNSEND
      • DOCUSIGNCHECK
    • Adobe Sign
      • ADOBESIGNSEND
      • ADOBESIGNCHECK
    • Docaposte
      • DOCAPOSTESEND
      • DOCAPOSTECHECK
    • Yousign
      • YOUSIGNSEND
      • YOUSIGNCHECK
    • OpenAI
      • OPENAITRANSCRIPTION
      • OPENAICHAT
      • OPENAIADDMESSAGE
    • COUNTER
    • GETAGENTTOOLDATA
    • GETAGENTTOOL
Powered by GitBook
On this page
  • Overview
  • How it works
  • Parameters
  • Example
Export as PDF
  1. Workflow Applications

GETAGENTTOOLDATA

PreviousCOUNTERNextGETAGENTTOOL

Overview

The GETAGENTTOOLDATA workflow application allows you to extract information from a tool that can be provided by an application such as .

How it works

  • The application allows you to extract the name, identifier, and parameters of the tool being manipulated.

  • It's also possible to extract the parameters one by one by specifying the name of the parameter directly in the name.

Parameters

Parameter
Type
Direction
Description

TOOL_DATA

TEXT

IN

Required Tool in JSON format to manipulate

TOOL_NAME

TEXT

OUT

Name of tool

TOOL_ID

TEXT

OUT

ID of tool

TOOL_PARAMETERS

TEXT

OUT

Tool parameters in JSON format

propertyToExtract

TEXT

OUT

Property to extract in settings

Example

IN

Parameter
Value

TOOL_DATA

{ "name":"GET_STOCK_INFORMATION", "id":"call_75hCa1n3NZtlLLx1VGqSXY8C", "parameters": { "serial_number":"v456" } }

OUT

Parameter
Value

TOOL_NAME

GET_STOCK_INFORMATION

TOOL_ID

call_75hCa1n3NZtlLLx1VGqSXY8C

TOOL_PARAMETERS

{ "serial_number":"v456" }

serial_number

v456

OPENAICHAT