@Immutable
public abstract class Context
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getWorkflowStartTimestampSeconds
public abstract Long getWorkflowStartTimestampSeconds()
-
-
getWorkflowRunId
public abstract String getWorkflowRunId()
-
getWorkflowId
public abstract String getWorkflowId()
-
getFirstAttemptTimestampSeconds
public abstract Optional<Long> getFirstAttemptTimestampSeconds()
-