| Collection manager |
Creates a name value pair collection (Hash) or adds a field to one |
| Custom Python |
Writes and runs custom Python scripts in Orchestrator, using Python 3. |
| Custom Ruby |
Used to script a customized behavior in Ruby |
| File journal log stentry |
Logs a state for a file in the Orchestrator file journal |
| Input Manipulation |
Manipulates inputs using data operations based on the input type |
| Load balancer |
Manages a round-robin distribution to a pool of resources. |
| Mass Parameter Setter |
Used to set the values of multiple parameters and can be used to store defaults values
or a set of predefined values |
| Password Generator |
Generates random strings that can be used as passwords. The length and constraint of
the generated random strings can be configured |
| Queue stager |
Stages items into a managed queue and provides a way to pause a workflow until all
items have been released from the queue. While staged in the queue, items can be reordered by a
user with appropriate privileges |
| Regex matcher |
Parses a regular expression and extracts parts of it |
| Resource manager |
Helps manage a limited pool of resources by providing a way to pause a workflow until a
resource becomes available. |
| SharedState Operations |
Creates and retrieves shared-state objects. |
| Simple Parameter Lookup |
Provides a framework to associate miscellaneous values to a parameter at design time
and retrieve these associated values at run time based on the value of a run-time
parameter. |
| UUID Generator |
Generates a unique ID with specific formatting, for example,
39fa4e20-0f32-0132-d394-282066598c75. |