Siebel Business Process Designer Administration Guide > Reference Materials for Siebel Workflow > Passing Parameters to and from Workflow and Data Manipulation within Workflows >

Example Script: Defining Property Sets for the Input Property Set


The following is a sample script that defines property sets, which will be put into the input property set as child property sets.

//Request PS

var psRequest = app.NewPropertySet();

var psAgentNumTag = app.NewPropertySet();

var psType = app.NewPropertySet();

var sAgentID;

Siebel Business Process Designer Administration Guide