Workflow Tasks will either be listed under the Workflow > Jobs node either under the Unassigned tasks node or under a specific Job e.g.
Table of Contents |
---|
Running an existing Task
Whether the Task exists under the Unassigned tasks node or for a specific Job, if you select the Task in the Explorer you will see a Run button to the right of the Name entry e.g. . You can also right click on the Task in the Explorer and select to "Run task ...."
...
You can either add a Task to the list of Unassigned tasks if you have not yet created a Job in which case right click on the Unassigned tasks node under the Jobs node or right click on the relevant Job in the tree, and select New Task.
Select the Type of task that you wish to perform:
- Spatial Data Transformation - This task is the most complex in terms of setup and understanding. It performs Spatial Data Transformations which is described in in the Ogr Documentation in (ogr2ogr.exe), and you should understand this in trying to understand the dialog.
- Stored Procedure - This task will run a database ‘Stored Procedure’. This will only operate on database connections that support multi-directional writing such as the iShare PostGres database. You can also use this option to run any SQL Statement on your iShare database by selecting the at_wkf_executecmd stored procedure.
- VB Script - This task will run a Visual Basic Script file.
- Program – This will run a program and allows for parameters to be supplied.
...
There are two ways of adding an existing task to a Job whether it is an Unassigned task or a Data Share Connection. You can either right click on the Job and select Add Existing Task or click on the green plus on the right hand side of the Tasks list for the Job. This will display a list of Available Tasks, including Data Share Connections, from which you may make your selection.
Info |
---|
The Data Share connections will be in brown with the suffix [DataShare]. You may select multiple tasks to add at one time by holding down the Ctrl key whilst making your selection. |
...
To change a Task click on the relevant entry under the Tasks node.
Renaming an existing Task
There are two ways of renaming a Task. You can either right click on the Task and select Rename Task or select the Task and change the Name entry and click Save.
Deleting an existing Task
...