Package io.temporal.client.schedules
Class ScheduleActionExecutionStartWorkflow
- java.lang.Object
-
- io.temporal.client.schedules.ScheduleActionExecution
-
- io.temporal.client.schedules.ScheduleActionExecutionStartWorkflow
-
public final class ScheduleActionExecutionStartWorkflow extends ScheduleActionExecution
Action execution representing a scheduled workflow start.
-
-
Constructor Summary
Constructors Constructor Description ScheduleActionExecutionStartWorkflow(java.lang.String workflowId, java.lang.String firstExecutionRunId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetFirstExecutionRunId()Get the workflow run ID of the scheduled workflow.java.lang.StringgetWorkflowId()Get the workflow ID of the scheduled workflow.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getWorkflowId
public java.lang.String getWorkflowId()
Get the workflow ID of the scheduled workflow.- Returns:
- workflow ID
-
getFirstExecutionRunId
public java.lang.String getFirstExecutionRunId()
Get the workflow run ID of the scheduled workflow.- Returns:
- run ID
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-