Package kalix.javasdk.workflow
Interface WorkflowContext
- All Superinterfaces:
Context
- All Known Subinterfaces:
CommandContext
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the workflow that this context is for.Methods inherited from interface kalix.javasdk.Context
materializer
-
Method Details
-
workflowId
String workflowId()The id of the workflow that this context is for.- Returns:
- The workflow id.
-