A stage describes a step in a taskflow. Each stage has an action. These actions have parameters for which values are supplied at runtime, such as load data.
You define a stage using these three tabs:
General: Defines the stage name, description and user ID of the user responsible for completing the stage. The user can be an initiator, which is the owner of the first stage in the taskflow, or another user for the other stages.
Processing: Defines the action to be performed when the stage is run and any required parameters.
Starting Event: Defines the event that initiates the taskflow, and the scheduled times for the event to occur. The scheduled time is based on the time of the application server, not on the time of the local user's computer. You can schedule the taskflow to run according to a schedule such as weekly, monthly, at the first of the month, or so on. This tab is displayed only for the first stage in the taskflow. It displays the scheduled event (taskflow start time), or is disabled (for the manual start of a taskflow executed by the Run Now option).
To add stages:
From the taskflow editor, click Add Stage.
A new stage is displayed in the left panel, and stage details are displayed in the right panel. If stages exist in the taskflow, the new stage is created at the end of the taskflow.
Select Processing and enter this information:
From Application, select an application from which to run the task.
From Action, select an action to perform; for example, LoadData.
From Type for each parameter, select Picklist, Text Box, or URL, depending on the action, and enter values for the parameter.
For example, for the LoadData action, the Mode option contains a picklist from which you can select Merge, Accumulate, or Replace.
To edit the Point of View, click Edit, then select members for the Point of View.
For the data file and log file names and paths, you must manually enter the information in a text box. The taskflow is executed from the server, so you must make sure that the file names and paths are valid and can be accessed from the server running the task. Therefore, you should not enter a path such as c:\file.dat that references your own hard drive. You must identify the computer name and share directory for the file using Universal Naming Convention (UNC); for example, \\HFMServer\share\path\file.dat.
Select Starting Event and enter this information:
From Starting Event, select an event.
The Server Date information is displayed for informational purposes.
For Start Date, enter the date for the task to be run, or click the pop-up calendar and select a date.
For a recurring task, select Recurrence, and from Recurrence Pattern, select the task frequency.
Optional: To add a stage, click Add Stage and complete the stage information for General and Processing
The Starting Event tab is available only for the first stage. However you can schedule taskflows independent of creating stages by using the Schedule Taskflow functionality. See Scheduling Taskflows. |