Folders

Update agent folder

Update a workflow's folder assignment for the latest version

put/v1/agents/{workflow_permanent_id}/folder

Path parameters

workflow_permanent_idstring required

Workflow permanent ID

Example:wpid_123

Workflow permanent ID

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

folder_idstring nullable

Folder ID to assign workflow to. Set to null to remove from folder.

Response

Successfully updated workflow folder

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 7 of the 63 revisions of this API.8396723

    • 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

  • 1b9c7c96c01048344See 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 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

  • 66da0fa97dc534016See the full diff
    • 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

    • 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

  • 1b9c7c96c01048344See 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 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

  • ae070a40d0fe48See 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 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

    • api tag Folders added

      api-tag-added

    • api tag Agent Folders removed

      api-tag-removed

    • 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