Package adams.scripting.command.flow
-
Class Summary Class Description GetFlow Retrieves a running/registered flow using its ID.ListFlows Sends a list of registered running flows back.RemoteFlowExecution Allows the remote execution of flows, including the transfer of storage items from the flow triggering the remote execution.RestartFlow Restarts a registered flow via its ID.RunRemoteFlow Loads and runs a flow on a remote server.SendFlowControlCommand Sends a control command to a flow (pause/resume/stop/start). -
Enum Summary Enum Description SendFlowControlCommand.Command Enumeration of available commands.