Class SignalExternalWorkflowExecutionInitiatedEventAttributes

    • Method Detail

      • workflowId

        public final String workflowId()

        The workflowId of the external workflow execution.

        Returns:
        The workflowId of the external workflow execution.
      • runId

        public final String runId()

        The runId of the external workflow execution to send the signal to.

        Returns:
        The runId of the external workflow execution to send the signal to.
      • signalName

        public final String signalName()

        The name of the signal.

        Returns:
        The name of the signal.
      • input

        public final String input()

        The input provided to the signal.

        Returns:
        The input provided to the signal.
      • decisionTaskCompletedEventId

        public final Long decisionTaskCompletedEventId()

        The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. 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 DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
      • control

        public final String control()

        Data attached to the event that can be used by the decider in subsequent decision tasks.

        Returns:
        Data attached to the event that can be used by the decider in subsequent decision tasks.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)