# Constants
RtRun denotes a run action request.
# Structs
ActionData action related data to pass along in a ActionWorkRequest.
ActionResult is a simple struct to hold the results for an Action.
A ActionWorker handles WorkRequest, work requests consist of start, restart and resume of FlowInstances.
ActionWorkRequest describes a Request that Worker should handle.
AsyncResultHandler simple ResultHandler to use in the asynchronous case.
DirectRunner runs an action synchronously.
PooledConfig is the configuration object for a PooledRunner.
PooledRunner is a action runner that queues and runs a action in a worker pool.
SyncResultHandler simple result handler to use in synchronous case.
# Type aliases
RequestType is value that indicates the type of Request.