Class WorkflowsResource
java.lang.Object
org.keycloak.workflow.admin.resource.WorkflowsResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsegetScheduledSteps(String resourceId)
-
Constructor Details
-
WorkflowsResource
-
-
Method Details
-
create
@POST @Consumes({"application/yaml","application/json"}) public jakarta.ws.rs.core.Response create(WorkflowRepresentation rep) -
get
-
list
-
getScheduledSteps
@Path("scheduled/{resource-id}") @GET @Produces("application/json") public List<WorkflowRepresentation> getScheduledSteps(@PathParam("resource-id") String resourceId)
-