Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

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 

NameDescription

.wft

.wfd

Workflow Text definition file.

Object Type

NameCode
Workflow DefinitionsWORKFLOW_DEFINITION

Object Type Attributes

NameCodeDescriptionDefault ValueSupported Values
SourceSOURCEObject Source Location Type

SCM

SCM
Target LocationTARGET_LOCATIONPath to where the file should be deployed.$<PROD_TOP>/patch/115/import/
Upload ModeUPLOAD_MODE

NLS data uploads for translated columns are supported - use UPLOAD_MODE= NLS.

UPLOADUPLOAD | UPGRADE | FORCE
Target File PermissionsFILE_PERMISSIONSPermissions to apply to the file after it is deployedDefaults to the project property FDEBS_FILE_PERMISSIONS

Related Project Properties

NameCodeDescriptionDefault Value
EBS Workflows Root Source DirectoryFDEBS_WORKFLOWS_ROOT_SOURCE_DIRSource folder for workflow files.(e.g. wf). workflows
EBS Workflows Root Destination DirectoryFDEBS_WORKFLOWS_ROOT_DESTINATION_DIRTarget directory for Workflow files (e.g. $XXHR_TOP/workflow).$<PROD_TOP>/patch/115/import or xml
FDEBS_WORKFLOWS_UPLOAD_MODEUpload Mode for WFLOAD (e.g. FORCE).UPLOAD
EBS Workflow ClasspathFDEBS_WORKFLOW_CLASSPATHSet the classpath if needed for Workflow Load (WFXLoad).
File PermissionsFDEBS_FILE_PERMISSIONSTarget 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"
  • No labels