To Create a Process Activity
Before you can draw a workflow process diagram, you must first create a process activity in the navigator tree. Double-click on the process activity to display its Process window. You can then drag and drop activities from the navigator tree into the Process window to create your workflow diagram. See: Process Window.
2. A process activity must have an Internal Name (all uppercase and no spaces) and a Display Name, which is the translatable name that appears in your process diagram. Use the description to provide an explanation about this activity.
Attention: You cannot update the internal name of an activity once it is defined.
Caution: Do not include colons ":" or spaces in your internal name.
You can choose <None> as the result type if you do not need to record any specific result for the completion of your process.
You can also drag and drop icon files from the Windows Explorer or File Manager onto an activity in your navigator tree to assign that icon to the activity.
5. Check Runnable so that the process that this activity represents can be called by the Workflow Engine CreateProcess API and be run as an independent process. If your process activity represents a subprocess that should only be executed if it is called from a higher level process, then uncheck Runnable. See: CreateProcess.
6. Choose Apply to save your changes.
See Also
Using the Edit Button in a Property Page
To Copy an Activity