An open API service indexing awesome lists of open source software.

https://github.com/ow2-proactive/webhook-addons

Webhook tasks for ProActive workflows
https://github.com/ow2-proactive/webhook-addons

Last synced: 12 days ago
JSON representation

Webhook tasks for ProActive workflows

Awesome Lists containing this project

README

        

This project provide an utility class but also a Java task that allow to send
HTTP requests from a ProActive Workflow.

# Installation

Run the following Gradle command to generate JAR file:

```
gradle clean jar
```

It will generate a JAR file in `build/libs/webhook-addons-X.Y.Z-SNAPSHOT.jar`

Copy the JAR file in the `addons` folder of your ProActive installation.

# Usage

A template is provided in the studio.