Class WorkflowRunsUpdateRequest.Builder

  • Enclosing class:
    WorkflowRunsUpdateRequest

    public static final class WorkflowRunsUpdateRequest.Builder
    extends java.lang.Object
    • Method Detail

      • name

        public WorkflowRunsUpdateRequest.Builder name​(java.util.Optional<java.lang.String> name)

        An optional name that can be assigned to a specific WorkflowRun

      • metadata

        public WorkflowRunsUpdateRequest.Builder metadata​(java.util.Optional<java.util.Map<java.lang.String,​java.lang.Object>> metadata)

        A metadata object that can be assigned to a specific WorkflowRun. If metadata already exists on this WorkflowRun, the newly incoming metadata will be merged with the existing metadata, with the incoming metadata taking field precedence.

        You can include any arbitrary key : value pairs in this object.

        To categorize workflow runs for billing and usage tracking, include extend:usage_tags with an array of string values (e.g., {"extend:usage_tags": ["production", "team-eng", "customer-123"]}). Tags must contain only alphanumeric characters, hyphens, and underscores; any special characters will be automatically removed.