RT notifier: parse templates without header correctly
[openxpki.git] / trunk / deployment / etc / templates / quickstart / workflow.xml
blob5b2398382300b9b040a674c7a65bbcf9213fdc37
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
5        XML structure. 
6     -->
7   <workflows>
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>
13   </workflows>
14     
15   <activities>
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>
21   </activities>
23   <validators>
24     <configfile>[% dir.openxpkiconfdir %]/workflow_validator_certificate_signing_request.xml</configfile>
25     <configfile>[% dir.openxpkiconfdir %]/workflow_validator_certificate_revocation_request.xml</configfile>
26   </validators>
28   <conditions>
29     <configfile>[% dir.openxpkiconfdir %]/workflow_condition.xml</configfile>
30   </conditions>
32 </workflow_config>