Workflows in your IBM RPA Control Center environment

You can upload your workflows to your IBM RPA Control Center environment. Uploaded workflows are resources you can integrate with your scripts.

You reference uploaded workflows in your scripts by using the Load Workflow (loadWorkflow) command and selecting the uploaded workflow from the Name list.

For more information on how to upload workflow files, see Uploading a workflow file to your environment in IBM RPA Control Center.

Control panel

You can track and manage workflow instances in your IBM RPA Control Center environment by using the control panel. In the control panel, you can filter to see the instances attached to a workflow and also check instance statuses and bound variables data.

To track instances in IBM RPA Control Center, you need to set an adapter to the workflow in your script. To set an adapter, you use the Create Storage Adapter (createStorageAdapter) command to create a server storage adapter and use the Storage Adapter variable in the Load Workflow (loadWorkflow) command.

You can also manage instances in the control panel, like restarting or pausing them. You need to attach your workflow to an orchestration process in your IBM RPA Control Center environment to enable managing instances.

See more about the Control Panel in Workflows control panel.