# Packages

No description provided by the author

# Functions

Create requests the creation of a new execution.
Delete deletes the specified execution.
ExtractExecutions get the list of executions from a page acquired from the List call.
Get retrieves details of a single execution.
List performs a call to list executions.

# Constants

FilterEQ checks equality.
FilterGT checks for values strictly greater.
FilterGTE checks for values greater or equal.
FilterHas checks for values that contains the requested parameter.
FilterIN checks for belonging in a list, comma separated.
FilterLT checks for values strictly lower.
FilterLTE checks for values lower or equal.
FilterNEQ checks non equality.
FilterNIN checks for values that does not belong from a list, comma separated.

# Structs

CreateOpts specifies parameters used to create an execution.
CreateResult is the response of a Post operations.
DeleteResult is the result from a Delete operation.
Execution represents a workflow execution on OpenStack mistral API.
ExecutionPage contains a single page of all executions from a List call.
GetResult is the response of Get operations.
ListDateFilter allows to filter date parameters with different filters.
ListFilter allows to filter string parameters with different filters.
ListOpts filters the result returned by the List() function.

# Interfaces

CreateOptsBuilder allows extension to add additional parameters to the Create request.
ListOptsBuilder allows extension to add additional parameters to the List request.

# Type aliases

FilterType represents a valid filter to use for filtering executions.