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

Example Script: Assembling Properties and Child Property Sets into the Input Property Set


The following is a sample script that assembles properties and child property sets into the input property set.

psInputs.AddChild(psRequest); //Pass in Property Set

psInputs.SetProperty("RequestURLTemplate", requestURLTemplate); //Pass in string

psInputs.SetProperty("RequestSubType", reqSubType);

psInputs.SetProperty("ReqType", reqType);

psInputs.SetProperty("MessageName", msgName);

psInputs.SetProperty("CICSServiceName", CICSServiceName);

psInputs.SetProperty("ProcessName", processName);

psInputs.SetProperty("Request File Name", reqFileName);

psInputs.SetProperty("Response File Name", resFileName);

Siebel Business Process Designer Administration Guide