Interface WorkflowContext

All Superinterfaces:
Context

public interface WorkflowContext extends Context
  • Method Summary

    Modifier and Type
    Method
    Description
    Access to tracing for custom app specific tracing.
    The id of the workflow that this context is for.

    Methods inherited from interface akka.javasdk.Context

    selfRegion
  • Method Details

    • workflowId

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

      Tracing tracing()
      Access to tracing for custom app specific tracing.