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

-workitems-email.7.58.0.Final.source-code.serviceinfo.json Maven / Gradle / Ivy

{
        "name" : "Email",
        "displayName" : "Email",
        "defaultHandler" : "mvel: new org.jbpm.process.workitem.email.EmailWorkItemHandler()",
        "documentation" : "jbpm-workitems-email/index.html",
        "module" : "jbpm-workitems-email",
        "icon" : "defaultemailicon.png",
            "category" : "Email",
            "description" : "Send an email",
            "keywords" : [
                                "send"
                ,"email"

            ],
                "isaction" : "true",
                "actiontitle" : "Send email",
            "requiresauth" : "true",
                "authparams" : [
                                           {
                                               "name" : "Host"
                                           }
                    ,{
                                               "name" : "Port"
                                           }
                    ,{
                                               "name" : "User Name"
                                           }
                    ,{
                                               "name" : "Password"
                                           }

                ],
                "authreferencesite" : "",
            "parameters" : [
                                   {
                                       "name" : "Reply-To",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Cc",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Bcc",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "From",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "To",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Body",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Attachments",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Subject",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Debug",
                                       "type" : "new StringDataType()"
                                   }
                ,{
                                       "name" : "Template",
                                       "type" : "new StringDataType()"
                                   }

            ],
            "mavenDependencies" : [
                                   {
                                       "groupId" : "org.jbpm",
                                       "artifactId" : "jbpm-workitems-email",
                                       "version" : "7.58.0.Final"
                                   }

            ]
}

,




© 2015 - 2024 Weber Informatics LLC | Privacy Policy