Skip to main content

Write File Action

Write File Action writes content to a file, creating it if it doesn't exist or overwriting it if it does. It is commonly used for generating reports, saving processed data, creating configuration files, or exporting workflow results.

Appearance

In Talos, Write File Action appears as a rectangular node with a write icon, indicating file content creation. It shows the output path that data will be exported.

Decision Icon

Properties

As all Actions, Write File Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
DataString
The data to write to the file.
File URLPath
The path or URL of the file to write.