Class WorkflowStartedEvent

    • Constructor Detail

      • WorkflowStartedEvent

        public WorkflowStartedEvent()
    • Method Detail

      • isHitCache

        public boolean isHitCache()
        Returns whether this run's answer was served from a cache.
        Returns:
        true if this run's answer was served from a cache
      • getInputs

        public WorkflowStartedInputs getInputs()
        Returns the echoed inputs of the run.
        Returns:
        the echoed inputs of the run
      • getStartedAt

        public long getStartedAt()
        Returns the Unix timestamp (in seconds) at which the run started.
        Returns:
        Unix timestamp (in seconds) at which the run started
      • getWorkflowId

        public long getWorkflowId()
        Returns the internal workflow run ID.
        Returns:
        internal workflow run ID