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
- Host: GitHub
- URL: https://github.com/ow2-proactive/webhook-addons
- Owner: ow2-proactive
- Created: 2016-08-09T07:18:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T15:33:31.000Z (about 1 month ago)
- Last Synced: 2025-05-13T11:05:56.682Z (12 days ago)
- Language: Java
- Size: 188 KB
- Stars: 0
- Watchers: 20
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.