Class WorkflowRestController


@Description("Workflow Management Controller - Business process automation and workflow management APIs") @RestController @RequestMapping("/api/v1/workflow") public class WorkflowRestController extends BaseRestController<WorkflowRequest,WorkflowRestService>