Skip to main content
Version: Current

File Exists

Description

The File Exists activity checks whether a specified file exists in IB Drive.

The activity returns a Boolean value indicating whether the file was found.


Common Capabilities

Process Data Support

info

This activity supports dynamic configuration using variables from the Process Data drawer.

You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.

Learn more → Using Process Data


Design-Time Configuration

Display Text

Specifies a user-defined name for the activity.

The display text appears on the workflow canvas and can be used to identify the purpose of the activity.


File

Specifies the IB Drive file whose existence needs to be checked.

The file can be specified using one of the following methods:

MethodDescription
Select FileSelect the file by browsing IB Drive using the file picker.
By IdSpecify the unique IB Drive item ID of the file. This is the default method.
By PathSpecify the logical path of the file within IB Drive, for example /Agents/InvoiceProcessing/Input/Invoice.pdf.

The value can also be provided dynamically using workflow data.

This property is required.


Wait All Incoming

Execution Control

Controls how this activity behaves when multiple incoming execution paths converge.

Determines whether the activity executes when:

  • any incoming path completes, or
  • all relevant incoming paths complete before execution

Learn more → Execution Control


On Error

Error Handling Strategy

Defines how the workflow behaves if this activity encounters a runtime error.

Supported strategies include Fault, Continue, Suspend, and Retry.

Learn more → Error Handling


Outputs

Exists

Indicates whether the specified file exists in IB Drive.

ValueDescription
trueThe specified file exists.
falseThe specified file does not exist.

The returned Boolean value can be used by downstream activities or workflow conditions to determine the appropriate execution path.


Remarks

  • The activity only checks whether the specified file exists; it does not modify the file.
  • A file that has been deleted and moved to the Recycle Bin is not considered to exist at its original IB Drive location.
  • When using By Path, specify the logical IB Drive path including the file name and extension.