FlowWebService

public interface FlowWebService

Webservice interface for RapidPro REST API for Flows.

Methods

getFlow

Flow getFlow(String name)

Finds a flow by its name, if it exists.

Parameters:
  • name – The name of the flow
Throws:
  • WebServiceException – If there is an error communicating with RapidPro,
Returns:

Flow

getFlow

Flow getFlow(UUID uuid)

Finds a flow by its UUID, if it exists.

Parameters:
  • uuid – The UUID of the flow
Throws:
  • WebServiceException – If there is an error communicating with RapidPro,
Returns:

Flow