Interface WorkflowRequestExecutionContext

All Superinterfaces:
RequestExecutionContext

public interface WorkflowRequestExecutionContext extends RequestExecutionContext
Contains metadata about the current workflow request.
  • Method Details

    • getWorkflowId

      String getWorkflowId()
      Gets the workflow ID.
      Returns:
      the workflow ID
    • getWorkflowName

      String getWorkflowName()
      Gets the workflow name.
      Returns:
      the workflow name
    • getWorkflowOwnerId

      String getWorkflowOwnerId()
      Gets the workflow owner ID.
      Returns:
      the workflow owner ID