Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Unknown macro: {alias}

Name

workflow — Manage workflows

Syntax

workflow open filename
workflow close workflow
workflow execute workflow
workflow createtoolbar workflow
workflow hide workflow
workflow show workflow

Description

The workflow provides a Tcl interface to manage Geocap workflows. Typical tasks involve opening and executing a workflow programmatically.

Arguments

open filename

close workflow

execute workflow

createtoolbar workflow

show workflow

hide workflow

Examples: Opening and executing a workflow

set mywflow [workflow open workflow.gwf]
workflow execute $mywflow

  • No labels