Forum OpenACS Development: Re: Res: Callbacks in Workflow

Collapse
Posted by carlos delgado on
hello...Nick.

I did what you suggested me, but doesn't work it. In the error log appears the following warning:

Warning: ACS-SC: Function Not Found: AcsSc.workflow action sideeffect.dosideeffect.captureresolutionefect

where "CaptureResolutionEfect" is the name of the implementation.

My questions are the following ones:

there is any format for the names of the processes or the implementations?. for example, in this case:

ad_proc -private curriculum_central::install::register_uos_go_live_impl {} {
Registers a service contract implementation for UoSGoLive.
} {
set spec {
name "UoSGoLive"
aliases {
GetObjectType curriculum_central::uos::object_type
GetPrettyName curriculum_central::uos::go_live::pretty_name
DoSideEffect curriculum_central::uos::go_live::do_side_effect
}

Must I pass some parameters to this process? how?.

ad_proc -private curriculum_central::uos::go_live::do_side_effect {
case_id
object_id
action_id
entry_id
} {
# Make the content item go live.
}

thanks for a lot.

carlos