EBS Object Types - Workflow Definitions
A complete workflow management system that supports business process based integration. Its technology enables modeling, automation, and continuous improvement of business processes, routing information of any type according to user-defined business rules.
Object Type Identification
Files with extensions .wft, .wfd are included regardless of location
File Extensions
Name | Description |
|---|---|
.wft .wfd | Workflow Text definition file. |
Object Type
Name | Code |
|---|---|
Workflow Definitions | WORKFLOW_DEFINITION |
Object Type Attributes
Name | Code | Description | Default Value | Supported Values |
|---|---|---|---|---|
Source | SOURCE | Object Source Location Type | SCM | SCM |
Target Location | TARGET_LOCATION | Path to where the file should be deployed. | $<PROD_TOP>/patch/115/import/ |
|
Upload Mode | UPLOAD_MODE | NLS data uploads for translated columns are supported - use UPLOAD_MODE= NLS. | UPLOAD | UPLOAD | UPGRADE | FORCE |
Target File Permissions | FILE_PERMISSIONS | Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |
|
Related Project Properties
Name | Code | Description | Default Value |
|---|---|---|---|
Workflow Root Source Directory | FDEBS_WORKFLOWS_ROOT_SOURCE_DIR | Source folder for workflow files.(e.g. wf). | workflows |
Workflow Root Destination Directory | FDEBS_WORKFLOWS_ROOT_DESTINATION_DIR | Target directory for Workflow files (e.g. $XXHR_TOP/workflow). | $<PROD_TOP>/patch/115/import or xml |
Workflow Upload Mode | FDEBS_WORKFLOWS_UPLOAD_MODE | Upload Mode for WFLOAD (e.g. FORCE). | UPLOAD |
File Permissions | FDEBS_FILE_PERMISSIONS | Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
|
Sample Build Commands
N/A - Build commands not supported for this type.
Sample Deploy Commands
cp "$SOURCE_FILE" "$XXHR_TOP/patch/115/import/US/";
WFLOAD $FDEBS_DB_USER/$FDEBS_DB_PASSWORD 0 Y UPLOAD "$XXHR_TOP/patch/115/import/US/POSORDNT.wft"