Package org.keycloak.models.workflow
Interface WorkflowExecutionContext
public interface WorkflowExecutionContext
A contextual object providing information about the workflow execution.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the resource bound to the current workflow execution.
-
Method Details
-
getResourceId
String getResourceId()Returns the id of the resource bound to the current workflow execution.- Returns:
- the id of the resource
-