Class WorkflowResource
java.lang.Object
org.keycloak.workflow.admin.resource.WorkflowResource
-
Constructor Details
-
WorkflowResource
-
-
Method Details
-
delete
@DELETE public void delete() -
update
Update the workflow configuration. The method does not update the workflow steps. -
toRepresentation
-
bind
@POST @Consumes("application/json") @Path("bind/{type}/{resourceId}") public void bind(@PathParam("type") ResourceType type, @PathParam("resourceId") String resourceId, Long notBefore) Bind the workflow to the resource.- Parameters:
type
- the resource typeresourceId
- the resource idnotBefore
- optional notBefore time in milliseconds to schedule the first workflow step, it overrides the first workflow step time configuration (after).
-
steps
-