Initializing Input Data

The userName field will be initialized in the Get user’s name user task.

To initialize getDetail, edit the script in the Initialize call script task as follows:

// Set up the parameters for the lookupUser request message
// Return the userDetail element in the response message.
getDetail = true;
Note: As this example is very simple, you could achieve the same result by omitting the script step and setting true in the Initial Value field for the getData data field. However, the script step has been included as more complex examples may need scripting at this point to initialize data.