Skip to content

Commit

Permalink
Add workflow example-prefix as per @neilt's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Aug 1, 2024
1 parent 63c460e commit 9cd28af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions part-customization.tex
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ \section{Workflow configuration}
several files, prefixed with the name of the workflow (e.g. \texttt{ar-ap.} for 'AR/AP' workflows):

\begin{enumerate}
\item [\texttt{actions.xml}] (optional) names the list of available transitions
\item [\texttt{ar-ap.actions.xml}] (optional) names the list of available transitions
in the workflow naming Perl code to be executed
\item [\texttt{conditions.xml}] (optional) names the list of conditions to be used
\item [\texttt{ar-ap.conditions.xml}] (optional) names the list of conditions to be used
in the workflow naming Perl code to evaluate
\item [\texttt{persisters.xml}] (optional) defines the Perl mechanism to load and store
\item [\texttt{ar-ap.persisters.xml}] (optional) defines the Perl mechanism to load and store
workflow instances
\item [\texttt{workflow.xml}] (required) defines the life cycle by combining states with
\item [\texttt{ar-ap.workflow.xml}] (required) defines the life cycle by combining states with
the actions and conditions listed in the respective configuration files. Each state lists
the allowable actions with the conditions to enable the action and a resulting state.
\end{enumerate}
Expand Down

0 comments on commit 9cd28af

Please sign in to comment.