Kinetic Task Tree Create
Version 1
This handler uses the Kinetic Task REST API to create a new tree. To configure the info values, you'll need your username, password, and the url where your task instance is located. The handler will return the tree id of tree that was created.
Parameters
Name |
Description |
Error Handling |
Determine what to return if an error is encountered. |
Source |
The source for the tree you want to run. |
Group |
The group of the tree you want to run. |
Body |
A valid xml tree definition |
Sample Configuration
Name |
Description |
Source |
Playground |
Group |
Scott |
Body |
... |
Error Handling |
|
Results
Name |
Description |
Run Id |
|
Handler Error Message |
|
tree_id |
|
Changelog
kinetictasktreecreatev1 (2016-09-26)
- Initial version. See README for details.
Related Handlers
- Kinetic Task Engine Control
- This handler is used to stop, start, or restart the task engine.
- Kinetic Task Handler Retrieve
- This handler is used to retrieve a handler.
- Kinetic Task Instance Complete With Answer Set
- Creates a complete trigger for the deferred task and passes along answer set data as return variables.
- Kinetic Task Tree Retrieve
- This handler is used to retrieve a tree for a given source / group.
- Kinetic Task Tree Run
- This handler is used to start a new run of an existing tree.
- Kinetic Task Trigger Resume
- This handler changes the status of a task trigger from Paused to Unpaused, then the engine will then process the trigger.
- Kinetic Task Triggers Retrieve By Handler
- This handler retrieves all of the paused triggers related to the specified task handler.
- Kinetic Task Triggers Retrieve By Tree
- This handler retrieves all of the paused triggers related to the specified task tree.