1 <workflow_config id="default">
2 <!-- FIXME: for now we are using file specifications here and let
3 Workflow read and parse the corresponding XML files itself.
4 In the future the workflow configuration should be part of this
8 <!-- <configfile>[% dir.openxpkiconfdir %]/workflow_def_init_ca.xml</configfile> -->
9 <configfile>[% dir.openxpkiconfdir %]/workflow_def_certificate_signing_request.xml</configfile>
10 <configfile>[% dir.openxpkiconfdir %]/workflow_def_certificate_issuance.xml</configfile>
11 <configfile>[% dir.openxpkiconfdir %]/workflow_def_certificate_revocation_request.xml</configfile>
12 <configfile>[% dir.openxpkiconfdir %]/workflow_def_crl_issuance.xml</configfile>
16 <configfile>[% dir.openxpkiconfdir %]/workflow_activity_null.xml</configfile>
17 <configfile>[% dir.openxpkiconfdir %]/workflow_activity_certificate_signing_request.xml</configfile>
18 <configfile>[% dir.openxpkiconfdir %]/workflow_activity_certificate_issuance.xml</configfile>
19 <configfile>[% dir.openxpkiconfdir %]/workflow_activity_certificate_revocation_request.xml</configfile>
20 <configfile>[% dir.openxpkiconfdir %]/workflow_activity_crl_issuance.xml</configfile>
24 <configfile>[% dir.openxpkiconfdir %]/workflow_validator_certificate_signing_request.xml</configfile>
25 <configfile>[% dir.openxpkiconfdir %]/workflow_validator_certificate_revocation_request.xml</configfile>
29 <configfile>[% dir.openxpkiconfdir %]/workflow_condition.xml</configfile>