Interface WorkflowContext

All Superinterfaces:
Context

public interface WorkflowContext extends Context
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    The id of the workflow that this context is for.

    Methods inherited from interface akka.javasdk.Context Link icon

    selfRegion
  • Method Details Link icon

    • workflowId Link icon

      String workflowId()
      The id of the workflow that this context is for.
      Returns:
      The workflow id.