-
-
Notifications
You must be signed in to change notification settings - Fork 167
HttpPut
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
HttpPut is a sequential task that executes a PUT request.
If the request outputs a response the result is written in a file that is loaded by the task so that other tasks can select it through selectFiles option.
-->
<Task id="$int" name="HttpPut" description="$string" enabled="true|false">
<!-- The URL. Ex: http://localhost:8000/wexflow/start?w=2 -->
<Setting name="url" value="$string" />
<!-- Optional. Ex: Basic or Bearer.-->
<Setting name="authorizationScheme" value="$string" />
<!-- Optional. authorization parameter value.-->
<Setting name="authorizationParameter" value="$string" />
<!-- Optional. The payload.-->
<Setting name="payload" value="$string" />
<!-- Optional. The type. Defaults to application/json -->
<Setting name="type" value="$string" />
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.
- Installing
- Screenshots
- Docker
- Configuration
- Persistence Providers
- Getting Started
- Android App
- Samples
- Local Variables
- Global Variables
- REST Variables
- Functions
- Cron Scheduling
- Logging
-
Built-in Tasks
- File system tasks
- Encryption tasks
- Compression tasks
- Iso tasks
- Speech tasks
- Hashing tasks
- Process tasks
- Network tasks
- XML tasks
- SQL tasks
- WMI tasks
- Image tasks
- Audio and video tasks
- Email tasks
- Workflow tasks
- Social media tasks
- Waitable tasks
- Reporting tasks
- Web tasks
- Script tasks
- JSON and YAML tasks
- Entities tasks
- Flowchart tasks
- Approval tasks
- Notification tasks
- SMS tasks
- Custom Tasks
- Command Line Client
- RESTful API
- Run from Source