Select Workflows from the menu. To create a new workflow, click the plus icon in the Workflows navigation tree. The grid icon will change the navigation tree to sorted flat view.
...
Field | Required | Description |
---|---|---|
Active | Yes | Whether this property is active or not. Defaults to Yes. |
Code | Yes | The name of the property. |
Display Name | No | |
Property Scope | Yes | Whether the property scope is Environment Instance or Project. Default is Environment Instance. |
Description | No | A description for the property. |
Datatype | Yes | The property's data type. Default is String. |
Subtype | No | Reserved for future use. |
Required | Yes | Whether the property is required or not. Defaults to Yes. |
Encrypted | Whether the property is encrypted or not. Encrypted property values will not display on the screen or be readable in any of the logs. Default is No. | |
Display Details | ||
| No | |
| No | |
| No | |
| No | |
Validation Details | ||
| No | |
| No | |
| No | |
| No | |
| No | |
| No | |
Updated By | N/A | The user who last updated the property (read-only). |
Updated On | N/A | The date/time in which the property was last updated (read-only). |
Actions | N/A |
...
The InvokePlugin step provides the ability to invoke plugin operations. Drag the InvokePlugin workflow operation onto the workflow editor, and configure its parameters as depicted in the table below.
Field | Required | Description |
---|---|---|
Step Name | Yes | The display name of the step to appear in the workflow editor. |
Plugin Name | Yes | The name of the plugin to invoke. |
Operation Name | Yes | The name of the operation within the plugin to invoke. |
Endpoint Instance Override | No | Allows you to override the instance the plugin operation will execute on. Defaults to the instance specified at build/deployment time. |
Endpoint Specification – Selection | Depends | Identifies endpoints associated to environment instance that would be eligible to execute this plugin operation. Defaults to "All". Only applicable if this property is delegated to workflow developer by the plugin. |
Endpoint Specification – Execution | Depends | Identifies which endpoints would be eligible to execute this plugin operation at run time. Defaults to "Any". Only applicable if this property is delegated to workflow developer by the plugin. |
Artifacts Delivery | Depends | Allows plugin to either create or utilize artifacts. Defaults both to "No". Only applicable if this property is delegated to workflow developer by the plugin. |
Inputs | Yes | The plugin operation can have zero to many inputs, for which values must be configured. See FlexDeploy Plugin Guides for specific information pertaining to each plugin. |
...