Class ChildWorkflowExecutionStartedEventAttributes
- All Implemented Interfaces:
Serializable
,Cloneable
Provides details of the ChildWorkflowExecutionStarted
event.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.The child workflow execution that was started.The type of the child workflow execution.int
hashCode()
void
setInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.void
setWorkflowExecution
(WorkflowExecution workflowExecution) The child workflow execution that was started.void
setWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.toString()
Returns a string representation of this object; useful for testing and debugging.withInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.withWorkflowExecution
(WorkflowExecution workflowExecution) The child workflow execution that was started.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.
-
Constructor Details
-
ChildWorkflowExecutionStartedEventAttributes
public ChildWorkflowExecutionStartedEventAttributes()
-
-
Method Details
-
setWorkflowExecution
The child workflow execution that was started.
- Parameters:
workflowExecution
- The child workflow execution that was started.
-
getWorkflowExecution
The child workflow execution that was started.
- Returns:
- The child workflow execution that was started.
-
withWorkflowExecution
public ChildWorkflowExecutionStartedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was started.
- Parameters:
workflowExecution
- The child workflow execution that was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setWorkflowType
The type of the child workflow execution.
- Parameters:
workflowType
- The type of the child workflow execution.
-
getWorkflowType
The type of the child workflow execution.
- Returns:
- The type of the child workflow execution.
-
withWorkflowType
The type of the child workflow execution.
- Parameters:
workflowType
- The type of the child workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInitiatedEventId
The ID of the
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Parameters:
initiatedEventId
- The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
-
getInitiatedEventId
The ID of the
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Returns:
- The ID of the
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
-
withInitiatedEventId
The ID of the
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Parameters:
initiatedEventId
- The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-