Hello World > Process Two: Print Input Message > Step 2: Configure Basic Process Properties
  

Step 2: Configure Basic Process Properties

Use the Start step to configure basic process properties.
    1Click the Start step.
    The process properties section appears.
    2Select the General tab and enter the following properties:
    1. aIn the Name field, enter Print Input Message.
    2. bClick Select next to Location and then browse to and select the Tutorials > Hello World folder.
    3. cIn the Description field, enter Accepts an HTTP request with an input message and then returns the input message as the payload.
    3Select the Start tab and enter the following properties:
    1. aIn the Binding list, select HTTP/SOAP.
    2. The Binding property defines how a process is invoked.
    3. bSelect Allow anonymous access.
    4. Anonymous access ensures that all users have access to the process service URL and can invoke the process.
    5. cIn the Run On list, select Cloud Server.
    6. This process runs only on the Cloud Server and not on a Secure Agent.
    Do not change the Allowed Roles or Applies To fields in the Start tab.
    4Select the Input Fields tab and add an input field. In the Name field, enter Input and in the Type field, enter Text.
    5Select the Output Fields tab and add an output field. In the Name field, enter Output and in the Type field, enter Text.
Do not change the Temp Fields, Messages, Advanced, or Notes tabs.