Class GetWorkflowResponse

    • Method Detail

      • workflowId

        public final String workflowId()

        Unique identifier for the workflow.

        Returns:
        Unique identifier for the workflow.
      • workflowTypeAsString

        public final String workflowTypeAsString()

        The type of workflow. The only supported value is APPFLOW_INTEGRATION.

        If the service returns an enum value that is not available in the current SDK version, workflowType will return WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from workflowTypeAsString().

        Returns:
        The type of workflow. The only supported value is APPFLOW_INTEGRATION.
        See Also:
        WorkflowType
      • status

        public final Status status()

        Status of workflow execution.

        If the service returns an enum value that is not available in the current SDK version, status will return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Status of workflow execution.
        See Also:
        Status
      • statusAsString

        public final String statusAsString()

        Status of workflow execution.

        If the service returns an enum value that is not available in the current SDK version, status will return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        Status of workflow execution.
        See Also:
        Status
      • errorDescription

        public final String errorDescription()

        Workflow error messages during execution (if any).

        Returns:
        Workflow error messages during execution (if any).
      • startDate

        public final Instant startDate()

        The timestamp that represents when workflow execution started.

        Returns:
        The timestamp that represents when workflow execution started.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        The timestamp that represents when workflow execution last updated.

        Returns:
        The timestamp that represents when workflow execution last updated.
      • attributes

        public final WorkflowAttributes attributes()

        Attributes provided for workflow execution.

        Returns:
        Attributes provided for workflow execution.
      • metrics

        public final WorkflowMetrics metrics()

        Workflow specific execution metrics.

        Returns:
        Workflow specific execution metrics.
      • 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