studio-web
latest
false
Studio Web ガイド
- 基本情報
- 管理者向け
- RPA ワークフロー プロジェクト
- アプリ プロジェクト
- エージェンティック プロセス
- Maestro Case
- Maestro Flow
- Agents
- Solutions (ソリューション)
- API ワークフロー
- テスト
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Convert a Base64-encoded string into a file using a native activity in the Studio Web API workflow designer.
The Base64 to File activity converts a Base64-encoded string into a file directly in the API workflow designer, without writing custom JavaScript code.
Use it when a step in your workflow receives a file as an inline Base64 string, for example inline image or audio data returned by an AI model, and you need a file to pass to a later activity.
Using the Base64 to File activity
To add a Base64 to File activity to your workflow:
- API ワークフロー デザイナー キャンバスで、プラス (+) アイコンを選択します。[ アクティビティを追加 ] メニューが表示されます。
- Select More ..., then Base64 to File.
- [ プロパティ ] パネルで、次のフィールドを設定します。
- Base64 - Enter a base64 file or a raw base64 string to convert to a file.
- File name - Enter an optional name for the created file.
- MIME type - Enter an optional MIME type for the created file.
- ワークフローをデバッグしてアクティビティを実行し、後で使用する出力フィールドを生成します。