Workflow Activity Input dialog boxes

Use the workflow activity input dialog boxes to specify or change the parameters for a workflow activity.

The Workflow Designer includes activity dialog boxes for the following activities. For detailed information about utility activities, see the Windows Workflow Foundation documentation.

Utility Activities

Insert activities that are not AutoCAD Map 3D toolset-specific. These activities include:

Describe Directory

Loops through all the files in a specified folder, allowing you to execute an operation on each one. You can include a filter definition to select a subset of files.

For Each

(Beta) Loops through a set of retrieved objects to perform an operation on each of them. For example, save each retrieved feature layer to an SDF file. In the Windows Workflow Foundation, this activity is called Replicator. Do not use this option unless you have experience in C# programming or Microsoft workflow technology. To set parameters for this activity, click in the Workflow Designer toolbar. In the Properties palette that displays, click the cell for the parameter to set. Click the browse button that appears to select parameters from a list, if available.

If Else

(Beta) Selects a statement for execution based on the value of a Boolean expression. Do not use this option unless you have experience in C# programming or Microsoft workflow technology. To set parameters for this activity, click in the Workflow Designer toolbar. In the Properties palette that displays, click the cell for the parameter to set. Click the browse button that appears to select parameters from a list, if available.

Parallel

Activities that enclose sets of serial activities. Each set can run independently of the other. For example, when adding connection activities, add them inside a parallel activity. That way, if one connection fails, others can still execute.

Prompt User

Specifies a Yes/No dialog box to display at this point in the run-time workflow. For example, you can create a prompt whose title bar reads “Warning,” and contains the text: “The workflow will now convert your SHP files to SDF format. Continue?”

Sequence

Activities that enclose sets of activities. Each set is performed in sequence, and if one activity in the sequence fails, the others cannot execute. For example, if a connection fails, a subsequent layer-creation activity that requires that connection cannot execute.

While

(Beta) Executes a statement or a block of statements until a specified expression evaluates to false. Do not use this option unless you have experience in C# programming or Microsoft workflow technology. To set parameters for this activity, click in the Workflow Designer toolbar. In the Properties palette that displays, click the cell for the parameter to set. Click the browse button that appears to select parameters from a list, if available.

AutoCAD Map 3D Toolset Activities

Insert AutoCAD Map 3D toolset-specific activities. Click the activity name listed here to see a full description of its parameters.