workflow::action::fsm::parse_spec (private)

 workflow::action::fsm::parse_spec -workflow_id workflow_id \
    -short_name short_name -spec spec \
    [ -parent_action_id parent_action_id ]

Defined in packages/workflow/tcl/action-procs.tcl

Parse the spec for an individual action definition.

Switches:
-workflow_id
(required)
The id of the workflow to delete.
-short_name
(required)
The short_name of the action
-spec
(required)
The action spec
-parent_action_id
(optional)
Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::action::fsm::edit workflow::action::fsm::edit (public) workflow::action::fsm::parse_spec workflow::action::fsm::parse_spec workflow::action::fsm::parse_spec->workflow::action::fsm::edit

Testcases:
No testcase defined.
[ show source ]
Show another procedure: