Agents

Update an agent

Update an agent

post/v1/agents/{workflow_id}

Path parameters

workflow_idstring required

The ID of the agent to update. Starts with wpid_.

Example:wpid_123

The ID of the agent to update. Starts with wpid_.

Headers

x-api-keystring nullable

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Request body

yaml_definitionstring nullable

Workflow definition in YAML format

Response

Successfully updated agent

workflow_idstring required
organization_idstring required
titlestring required
workflow_permanent_idstring required
versioninteger required
is_saved_taskboolean required
is_templateboolean
descriptionstring nullable
webhook_callback_urlstring nullable
totp_verification_urlstring nullable
totp_identifierstring nullable
persist_browser_sessionboolean
pin_saved_session_ipboolean
browser_profile_idstring nullable
browser_profile_keystring nullable
modelobject nullable
status'published' | 'draft' | 'auto_generated' | 'importing' | 'import_failed'
max_screenshot_scrollsinteger nullable
max_elapsed_time_minutesinteger nullable
extra_http_headersobject nullable
cdp_connect_headersobject nullable
run_withstring
ai_fallbackboolean
cache_keystring nullable
adaptive_cachingboolean
enable_self_healingboolean
code_versioninteger nullable
generate_script_on_terminalboolean
run_sequentiallyboolean nullable
sequential_keystring nullable
folder_idstring nullable
import_errorstring nullable
created_bystring nullable
edited_bystring nullable
copilot_authoredboolean
created_atstring date-time required
modified_atstring date-time required
deleted_atstring date-time nullable
agent_idstring required

Alias of workflow_permanent_id — the stable agent identifier (starts with wpid_).

Changes

Changed in 9 of the 63 revisions of this API.21453976

  • 1a7ff4f208ff3624See the full diff
    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/engine response property for the response status 200

      response-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #12: ActionBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #13: NavigationBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #14: ExtractionBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #15: LoginBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #18: FileDownloadBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #1: TaskBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #12: ActionBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #13: NavigationBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #14: ExtractionBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #15: LoginBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #18: FileDownloadBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #1: TaskBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #12: ActionBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #13: NavigationBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #14: ExtractionBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #15: LoginBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #18: FileDownloadBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #1: TaskBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #12: ActionBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #13: NavigationBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #14: ExtractionBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #15: LoginBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #18: FileDownloadBlockYAML]/engine

      request-property-enum-value-added

    • added the new skyvern-3.0 enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #1: TaskBlockYAML]/engine

      request-property-enum-value-added

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #17: HumanInteractionBlockYAML]/body became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #17: HumanInteractionBlockYAML]/sender became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #17: HumanInteractionBlockYAML]/subject became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #17: HumanInteractionBlockYAML]/timeout_seconds became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/body became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/sender became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/subject became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/timeout_seconds became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/body became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/sender became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/subject became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/timeout_seconds became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_host_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_password_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_port_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_username_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_host_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_password_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_port_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_username_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/body became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/sender became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/subject became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #17: HumanInteractionBlockYAML]/timeout_seconds became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_host_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_password_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_port_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_username_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlockYAML]/smtp_host_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlockYAML]/smtp_password_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlockYAML]/smtp_port_secret_parameter_key became optional

      request-property-became-optional

    • the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlockYAML]/smtp_username_secret_parameter_key became optional

      request-property-became-optional

    • the body request property default value Your interaction is required for a workflow run! was added

      request-property-default-value-added

    • the body request property default value Your interaction is required for a workflow run! was added

      request-property-default-value-added

    • the body request property default value Your interaction is required for a workflow run! was added

      request-property-default-value-added

    • the body request property default value Your interaction is required for a workflow run! was added

      request-property-default-value-added

    • the sender request property default value hello@skyvern.com was added

      request-property-default-value-added

    • the sender request property default value hello@skyvern.com was added

      request-property-default-value-added

    • the sender request property default value hello@skyvern.com was added

      request-property-default-value-added

    • the sender request property default value hello@skyvern.com was added

      request-property-default-value-added

    • the subject request property default value Human interaction required for workflow run was added

      request-property-default-value-added

    • the subject request property default value Human interaction required for workflow run was added

      request-property-default-value-added

    • the subject request property default value Human interaction required for workflow run was added

      request-property-default-value-added

    • the subject request property default value Human interaction required for workflow run was added

      request-property-default-value-added

    • the timeout_seconds request property default value 7200 was added

      request-property-default-value-added

    • the timeout_seconds request property default value 7200 was added

      request-property-default-value-added

    • the timeout_seconds request property default value 7200 was added

      request-property-default-value-added

    • the timeout_seconds request property default value 7200 was added

      request-property-default-value-added

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_host_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_password_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_port_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_username_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_host_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_password_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_port_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_username_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_host_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_password_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_port_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #9: SendEmailBlockYAML]/smtp_username_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlockYAML]/smtp_host_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlockYAML]/smtp_password_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlockYAML]/smtp_port_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlockYAML]/smtp_username_secret_parameter_key list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

  • 1b9c7c96c01048416See the full diff
    • added EmailInboxBlock PdfFillBlock SplitPdfBlock to the workflow_definition/blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added EmailInboxBlock PdfFillBlock SplitPdfBlock to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added EmailInboxBlock PdfFillBlock SplitPdfBlock to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added EmailInboxBlock PdfFillBlock SplitPdfBlock to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new sftp enum value to the workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new sftp enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new sftp enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new sftp enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new zip enum value to the workflow_definition/blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-added

    • added the new zip enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-added

    • added the new zip enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-added

    • added the new zip enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/browser_profile_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/enable_self_healing

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/pin_saved_session_ip

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #11: ValidationBlockYAML]/without_page_information

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #4: CodeBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #4: CodeBlockYAML]/steps

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_host

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_password

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_port

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_username

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/parameters/items/oneOf[subschema #10: CredentialParameterYAML]/credential_ids

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/parameters/items/oneOf[subschema #10: CredentialParameterYAML]/selection_strategy

      new-optional-request-property

    • added PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-added

    • added PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-added

    • added PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-added

    • the version request property default value 1 was removed

      request-property-default-value-removed

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/ request property

      request-property-discriminator-mapping-added

    • added the new sftp enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new sftp enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new sftp enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new sftp enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new zip enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-added

    • added the new zip enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-added

    • added the new zip enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-added

    • added the new zip enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-added

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/version list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • added PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/ request property oneOf list

      request-property-one-of-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/steps to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the workflow_definition/blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-added

  • 66da0fa97dc51339718See the full diff
    • removed PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML from the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-removed

    • removed PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML from the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-removed

    • removed PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML from the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-removed

    • removed the enum value sftp of the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-removed

    • removed the enum value sftp of the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-removed

    • removed the enum value sftp of the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-removed

    • removed the enum value sftp of the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-removed

    • removed the enum value zip of the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-removed

    • removed the enum value zip of the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-removed

    • removed the enum value zip of the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-removed

    • removed the enum value zip of the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-removed

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/version list-of-types was narrowed by removing types null from media type application/json

      request-property-list-of-types-narrowed

    • removed PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML from the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/ request property oneOf list

      request-property-one-of-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/browser_profile_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/enable_self_healing

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/pin_saved_session_ip

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #11: ValidationBlockYAML]/without_page_information

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #4: CodeBlockYAML]/prompt

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #4: CodeBlockYAML]/steps

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/prompt

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_host

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_password

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_port

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_username

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/parameters/items/oneOf[subschema #10: CredentialParameterYAML]/credential_ids

      request-property-removed

    • removed the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/parameters/items/oneOf[subschema #10: CredentialParameterYAML]/selection_strategy

      request-property-removed

    • removed the optional property browser_profile_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property copilot_authored from the response with the 200 status

      response-optional-property-removed

    • removed the optional property enable_self_healing from the response with the 200 status

      response-optional-property-removed

    • removed the optional property pin_saved_session_ip from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock -> subschema #27: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/steps from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids from the response with the 200 status

      response-optional-property-removed

    • removed the optional property workflow_definition/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy from the response with the 200 status

      response-optional-property-removed

    • the version request property default value 1 was added

      request-property-default-value-added

    • removed email_inbox pdf_fill split_pdf discriminator mapping keys from the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/ request property

      request-property-discriminator-mapping-deleted

    • removed email_inbox pdf_fill split_pdf discriminator mapping keys from the workflow_definition/blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed email_inbox pdf_fill split_pdf discriminator mapping keys from the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed email_inbox pdf_fill split_pdf discriminator mapping keys from the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed email_inbox pdf_fill split_pdf discriminator mapping keys from the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-deleted

    • removed the sftp enum value from the workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-removed

    • removed the sftp enum value from the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-removed

    • removed the sftp enum value from the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-removed

    • removed the sftp enum value from the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-removed

    • removed the zip enum value from the workflow_definition/blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-removed

    • removed the zip enum value from the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-removed

    • removed the zip enum value from the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-removed

    • removed the zip enum value from the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-removed

    • removed EmailInboxBlock PdfFillBlock SplitPdfBlock from the workflow_definition/blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed EmailInboxBlock PdfFillBlock SplitPdfBlock from the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed EmailInboxBlock PdfFillBlock SplitPdfBlock from the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed EmailInboxBlock PdfFillBlock SplitPdfBlock from the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-removed

    This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 1b9c7c96c01048416See the full diff
    • added EmailInboxBlock PdfFillBlock SplitPdfBlock to the workflow_definition/blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added EmailInboxBlock PdfFillBlock SplitPdfBlock to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added EmailInboxBlock PdfFillBlock SplitPdfBlock to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added EmailInboxBlock PdfFillBlock SplitPdfBlock to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new sftp enum value to the workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new sftp enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new sftp enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new sftp enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new zip enum value to the workflow_definition/blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-added

    • added the new zip enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-added

    • added the new zip enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-added

    • added the new zip enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #10: FileParserBlock]/file_type response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/browser_profile_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/enable_self_healing

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/pin_saved_session_ip

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #11: ValidationBlockYAML]/without_page_information

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #11: ValidationBlockYAML]/without_page_information

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #22: HttpRequestBlockYAML]/secret_response_paths

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #4: CodeBlockYAML]/steps

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_password

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_port

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/sftp_username

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #4: CodeBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #4: CodeBlockYAML]/steps

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/prompt

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_host

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_host_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_password

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_port

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_private_key

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_private_key_passphrase

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_remote_path

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/sftp_username

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/parameters/items/oneOf[subschema #10: CredentialParameterYAML]/credential_ids

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/parameters/items/oneOf[subschema #10: CredentialParameterYAML]/selection_strategy

      new-optional-request-property

    • added PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-added

    • added PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-added

    • added PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/ request property anyOf list

      request-property-any-of-added

    • the version request property default value 1 was removed

      request-property-default-value-removed

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/ request property

      request-property-discriminator-mapping-added

    • added the new sftp enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new sftp enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new sftp enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new sftp enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new zip enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-added

    • added the new zip enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-added

    • added the new zip enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-added

    • added the new zip enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #10: FileParserBlockYAML]/file_type

      request-property-enum-value-added

    • request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/version list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • added PdfFillBlockYAML SplitPdfBlockYAML EmailInboxBlockYAML to the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/ request property oneOf list

      request-property-one-of-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_over/anyOf[subschema #1]/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/without_page_information to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/continue_on_empty to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_host_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_password to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_port to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_private_key_passphrase to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_remote_path to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/sftp_username to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #23: HttpRequestBlock]/secret_response_paths to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #27: GoogleSheetsWriteBlock -> subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/steps to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #6: TextPromptBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/parameters/items/oneOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/parameters/items/oneOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/credential_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #11: CredentialParameter]/selection_strategy to the response with the 200 status

      response-optional-property-added

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the workflow_definition/blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added email_inbox pdf_fill split_pdf discriminator mapping keys to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/ response property for the response status 200

      response-property-discriminator-mapping-added

  • ae070a40d0fe420See the full diff
    • added the new google_drive enum value to the workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new google_drive enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new google_drive enum value to the workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new google_drive enum value to the workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/storage_type response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/google_credential_id

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/google_drive_folder_id

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/google_credential_id

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/google_drive_folder_id

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/google_credential_id

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/google_drive_folder_id

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/google_credential_id

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/google_drive_folder_id

      new-optional-request-property

    • added the new google_drive enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new google_drive enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new google_drive enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the new google_drive enum value to the request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #8: FileUploadBlockYAML]/storage_type

      request-property-enum-value-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/google_credential_id to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/google_drive_folder_id to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/google_credential_id to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/google_drive_folder_id to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/google_credential_id to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/google_drive_folder_id to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/google_credential_id to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/google_drive_folder_id to the response with the 200 status

      response-optional-property-added

    • the json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/max_elapsed_time_minutes/anyOf[subschema #1]/ request property's max was increased from 240.00 to 480.00

      request-property-max-increased

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #15: LoginBlockYAML]/skip_saved_profile

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #15: LoginBlockYAML]/skip_saved_profile

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlockYAML]/loop_blocks/items/anyOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #15: LoginBlockYAML]/skip_saved_profile

      new-optional-request-property

    • added the new optional request property json_definition/anyOf[subschema #1: WorkflowCreateYAMLRequest]/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlockYAML]/loop_blocks/items/anyOf[subschema #15: LoginBlockYAML]/skip_saved_profile

      new-optional-request-property

    • the max_iterations request property default value changed from 10 to 50

      request-property-default-value-changed

    • the max_iterations request property default value changed from 10 to 50

      request-property-default-value-changed

    • the max_iterations request property default value changed from 10 to 50

      request-property-default-value-changed

    • the max_iterations request property default value changed from 10 to 50

      request-property-default-value-changed

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/skip_saved_profile to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/skip_saved_profile to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/skip_saved_profile to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/skip_saved_profile to the response with the 200 status

      response-optional-property-added

    • the max_iterations response's property default value changed from 10 to 50 for the status 200

      response-property-default-value-changed

    • the max_iterations response's property default value changed from 10 to 50 for the status 200

      response-property-default-value-changed

    • the max_iterations response's property default value changed from 10 to 50 for the status 200

      response-property-default-value-changed

    • the max_iterations response's property default value changed from 10 to 50 for the status 200

      response-property-default-value-changed

    • endpoint added

      endpoint-added