Working with storage adapters in your workflow

When you integrate a workflow into your script, you can persist data into databases using storage adapters. You can persist data in a local database, your IBM RPA Control Center environment, or both places.

Use the Create Storage Adapter (createStorageAdapter) command to create a storage adapter instance. To use the storage adapter, you reference the storage adapter instance in the Load Workflow (loadWorkflow) command.

The data the storage adapter persist are data from the execution status of the workflow instances and from variables mapped to the workflow process called business variables.