-
-
Notifications
You must be signed in to change notification settings - Fork 167
SubWorkflow
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
SubWorkflow is a sequential task that kicks off a sub workflow.
-->
<Task id="$int" name="SubWorkflow" description="$string" enabled="true|false">
<!-- The sub workflow id to kick off. -->
<Setting name="id" value="$int" />
<!-- Optional and defaults to start. Kick off action. -->
<Setting name="action" value="start|stop|approve|reject" />
<!-- Optional and defaults to sync. Kick off mode. -->
<Setting name="mode" value="sync|async" />
</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