Page History
Workflow scripts allow you to perform 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 to perform 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 Workflow context menu only shows when you have created a Workflow Host Script Language. |
Adding a Workflow script
This section provides examples on of how to create Workflow scripts.
Before Creating a Workflow script, 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.
...
To check the output files, go the temp folderto your working directory.
Tip | ||
---|---|---|
| ||
For more script samples refer to the Workflow Script Samples section. |