Interface WorkflowInfo


  • public interface WorkflowInfo
    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
      • getWorkflowId

        java.lang.String getWorkflowId()
      • getRunId

        java.lang.String getRunId()
      • getWorkflowType

        java.lang.String getWorkflowType()
      • getContinuedExecutionRunId

        java.util.Optional<java.lang.String> getContinuedExecutionRunId()
      • getTaskQueue

        java.lang.String getTaskQueue()
      • getWorkflowRunTimeout

        java.time.Duration getWorkflowRunTimeout()
      • getWorkflowExecutionTimeout

        java.time.Duration getWorkflowExecutionTimeout()
      • getRunStartedTimestampMillis

        long getRunStartedTimestampMillis()
        The time workflow run has started. Note that this time can be different from the time workflow function started actual execution.
      • getParentWorkflowId

        java.util.Optional<java.lang.String> getParentWorkflowId()
      • getParentRunId

        java.util.Optional<java.lang.String> getParentRunId()
      • getAttempt

        int getAttempt()
      • getCronSchedule

        java.lang.String getCronSchedule()