Interface WorkflowContext

All Superinterfaces:
Context
All Known Subinterfaces:
CommandContext

public interface WorkflowContext extends Context
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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.