Utilizing the out of the box functions available under Windows/Linux

    • lokeshkumar.tiwari
      Participant
      3 years, 3 months ago #3499

      Hi All,

      We have a requirement where we want to use the out of the box function “Copy Files From Linux To Windows” which is available on windows along with some customly created atomic function. I could see the function in Ignio UI but unable to find the signature of the function which i could use from groovy code.

      Is there any documentation available using which we could check the signature of out of the box functions available.

      Currently we are on SP6 Patch 2

    • Dhanasekar
      Participant
      3 years, 3 months ago #3512
      Up
      1
      Down
      ::

      in Studio, if you add the particular Technology bundle as dependency (here Windows),
      then you can navigate and see your function listed under

      Dependency -> Windows (Project) -> Windows (entity)-> Functions -> <your function name>
      You can view the name, caption, input parameters and output paramters [except Code]

      In some cases, If the function is in abstract level, you may need to check in Operating System bundle functions list.
      Also ensure the version of bundle while adding as dependency, otherwise you may not be able to find the function.

      Hope it helps 🙂

      • lokeshkumar.tiwari
        Participant
        3 years, 3 months ago #3515
        Up
        0
        Down
        ::

        Thank you Dhanasekar for the information. Does the windows bundle in UI and dependency in studio need to be of same version?

Viewing 1 reply thread

You must be logged in to reply to this topic.