|
|
| |
OpenXPKI::Server::Workflow::Role::Publish(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::Workflow::Role::Publish(3) |
OpenXPKI::Server::Workflow::Role::Publish
- prefix
- Enables publishing to a fixed set of connectors, prefix must be a
connector path pointing to a hash where the values are the connector
references to publish to.
- target
- Enables publishing to a fixed set of connectors, must hold the names of
connectors that exist at the default prefix (e.g. publishing.entity).
These are the same words as used in the profile definitions. Accepts
either multiple names separated by space or an array ref.
- on_error
- Define what to do on problems with the publication connectors. One
of:
- exception (default)
- The connector exception bubbles up and the workflow terminates.
- skip
- Skip the publication target and continue with the next one.
- queue
- Similar to skip, but failed targets are added to a queue. As long as the
queue is not empty, pause/wake_up is used to retry those targets with the
retry parameters set. This obvioulsy requires retry_count to be
set.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |