package
1.0.3
Repository: https://github.com/qingcloudhx/flow.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
NewRequestProcessor creates a new RequestProcessor.
NewRestEngineTester creates a new REST EngineTester.
NewServer creates a new server instanceparam server - is a instance of http.Server, can be nil and a default one will be created.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

RequestProcessor processes request objects and invokes the corresponding flow Manager methods.
RestartRequest describes a request for restarting a FlowInstance todo: can be merged into StartRequest.
RestEngineTester is default REST implementation of the EngineTester.
ResumeRequest describes a request for resuming a FlowInstancetodo: Data for resume request should be directed to waiting task.
Server the server structure.
StartRequest describes a request for starting a FlowInstance.
ExtensionProvider is the extension provider for the flow action.