All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rib.ftp-workitem.7.33.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy

{
        "name" : "FTP",
        "displayName" : "FTP",
        "defaultHandler" : "mvel: new org.jbpm.process.workitem.ftp.FTPUploadWorkItemHandler()",
        "documentation" : "ftp-workitem/index.html",
        "module" : "ftp-workitem",
        "icon" : "FTP.png",
            "category" : "FTP",
            "description" : "Upload a file via FTP",
            "keywords" : [
                                "ftp"
                ,"file"
                ,"upload"

            ],
                "isaction" : "true",
                "actiontitle" : "Upload a file using FTP",
            "requiresauth" : "false",
            "parameters" : [
                                   {
                                       "name" : "FilePath",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "User",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "File",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Password",
                                       "type" : "new StringDataType()"
                                   }

            ],
            "mavenDependencies" : [
                                   {
                                       "groupId" : "org.jbpm.contrib",
                                       "artifactId" : "ftp-workitem",
                                       "version" : "7.33.0.Final"
                                   }

            ]
}

,




© 2015 - 2025 Weber Informatics LLC | Privacy Policy