Page History
Workflow scripts allow you to launch scripts from the context menu of a selected object and act on itperform actions programmatically on one or multiple objects within RED. For example, you can create a workflow script that exports the DDL for one or multiple objects or for performing GIT operations like Check-in or Check-out on a set of objects. You can launch scripts from the context menu of one or multiple selected objects.
Note | ||
---|---|---|
| ||
The Worflows Worflow context menu only shows when you have created a Workflow Host Script. |
Adding a Workflow script
This section provides examples on how to create Workflow scripts.
Before Creating a Workflow, you first need to add a Workflow Workflow host script language type. For instructions on adding a new language type refer to Adding a Host Script Language Type.
Using Workflow Scripts
Printing to file the context of an object
This example shows how to
Exporting DDLa