Changes to Create Flow Run

POST /api/flow_runs/

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 6 of the 50 revisions of this API.17226

  1. 29ba6c4f88372
  2. 0803f67b017b1
  3. 93ae2b3f2efd1721
  4. f5252435d1571
  5. 5c88f8c509861
  6. 5ea7df68007c2

What changed

    • added the new optional request property empirical_policy/allOf[subschema #1: FlowRunPolicy]/retry_type

      new-optional-request-property

    • added the optional property empirical_policy/retry_type to the response with the 200 status

      response-optional-property-added

    • added the optional property deployment_version to the response with the 200 status

      response-optional-property-added

  • 93ae2b3f2efd1721See the full diff
    • added FlowRunPolicy to the empirical_policy request property allOf list

      request-property-all-of-added

    • added StateDetails to the state/allOf[subschema #1: StateCreate]/state_details request property allOf list

      request-property-all-of-added

    • added StateType to the state/allOf[subschema #1: StateCreate]/type request property allOf list

      request-property-all-of-added

    • the request property flow_id became required

      request-property-became-required

    • the request property state/allOf[subschema #1: StateCreate]/type became required

      request-property-became-required

    • removed the enum value CANCELLED of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • removed the enum value CANCELLING of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • removed the enum value COMPLETED of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • removed the enum value CRASHED of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • removed the enum value FAILED of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • removed the enum value PAUSED of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • removed the enum value PENDING of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • removed the enum value RUNNING of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • removed the enum value SCHEDULED of the request property state/allOf[subschema #1: StateCreate]/type

      request-property-enum-value-removed

    • the empirical_policy request property type/format changed from object/ to /

      request-property-type-changed

    • the state/allOf[subschema #1: StateCreate]/state_details request property type/format changed from object/ to /

      request-property-type-changed

    • the state/allOf[subschema #1: StateCreate]/type request property type/format changed from string/ to /

      request-property-type-changed

    • removed the request property empirical_policy/max_retries

      request-property-removed

    • removed the request property empirical_policy/pause_keys

      request-property-removed

    • removed the request property empirical_policy/resuming

      request-property-removed

    • removed the request property empirical_policy/retries

      request-property-removed

    • removed the request property empirical_policy/retry_delay

      request-property-removed

    • removed the request property empirical_policy/retry_delay_seconds

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/cache_expiration

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/cache_key

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/child_flow_run_id

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/flow_run_id

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/pause_key

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/pause_reschedule

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/pause_timeout

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/refresh_cache

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/retriable

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/run_input_keyset

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/scheduled_time

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/task_parameters_id

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/task_run_id

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/transition_id

      request-property-removed

    • removed the request property state/allOf[subschema #1: StateCreate]/state_details/untrackable_result

      request-property-removed

    • the response property flow_id became required for the status 200

      response-property-became-required

    • removed the request property job_variables

      request-property-removed

    • added the new optional request property job_variables

      new-optional-request-property

    • added the optional property job_variables to the response with the 200 status

      response-optional-property-added