Question Shashvati Dash · May 23

How to a Set a property of Custom Task to Directory selector

I need to create a task to read the contents of file in an IRIS file system and store it in Persistent DB. What is the type of property thats defined in the Task that lets user select the input directory.

Product version: IRIS 2023.1

Comments

Eduard Lebedyuk · May 23

There are three property types which result in custom selectors:

  • %Boolean
  • %Integer
  • %SYS.Task.Password

None of them are a directory unfortunately. Path datatype would be nice to have. Please submit a WRC request for it.

0