Programmer's Guide to the wftk: working with decisions

[ wftk documentation home ] [ wftk programmer's guide home ]

Decisions

Decision calculation is probably not all that useful for the wftk client. It's really intended for use by the core engine; a modified version is used by the permissions adaptor. For details on how the decision XML is written and how it's reduced by the decider, see the code documentation for now. Later I'll put something better together.

Functions

XML  * wftk_decide (void * session, XML * datasheet, XML * decision);

Details

wftk_decide returns XML *
void * session,
XML * datasheet,
XML * decision
The actual decision structure is passed in and compressed. If you need the structure later, copy it first!





Copyright (c) 2001 Vivtek. Please see the licensing terms for more information.