MAN page from OpenSuSE perl-OpenXPKI-Core-0.9.1389-6.362.CS.i586.rpm
OpenXPKI::Server::Workflow::Condition::CheckForkedWorkflowChildren
Section: User Contributed Perl Documentation (3)
Updated: 2008-09-30
Index NAME
OpenXPKI::Server::Workflow::Condition::CheckForkedWorkflowChildren
SYNOPSIS
<action name=``do_something''>
<condition name=``workflow_child_instances_finished''
class=``OpenXPKI::Server::Workflow::Condition::CheckForkedWorkflowChildren''>
</condition></action>
DESCRIPTION
The condition checks if the workflow children instances (instantiated usingthe CreateWorkflowInstance or ForkWorkflowInstance activity classes) arein state '
SUCCESS' already.It does this by accessing the shared memory indexed by the parent
PID(as this condition is called by a forked workflow child itself),deleting itself from the serialized hashref (if the condition is called,the child is as good as finished). If no children remain, this conditionreturns true.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
This document was created byman2html,using the manual pages.