@@ -6,12 +6,13 @@ Generating Workflows Recipes
66**WfChef ** is the WfCommons component that automates the construction of
77synthetic workflow generators for any given workflow application. The input
88to this component is a set of real workflow instances described in the
9- * WfFormat * (e.g., instances available in **WfInstances **).
9+ :ref: ` json-format-label ` (e.g., instances available in **WfInstances **).
1010WfChef automatically analyzes a set of real workflow instances for
1111two purposes. First, it discovers workflow subgraphs that represent
1212fundamental task dependency patterns. Second, it derives
13- statistical models of the workflow tasks' performance characteristics (more details :ref: `.. _traces-label: `).
14- WfChef then outputs a **recipe ** that will be used by **WfGen **
13+ statistical models of the workflow tasks' performance characteristics
14+ (see :ref: `instances-label `).
15+ WfChef then outputs a **recipe ** that will be used by **WfGen **
1516(see :ref: `generating-workflows-label `) to generate realistic synthetic
1617workflow instances with any arbitrary number of tasks.
1718
@@ -20,7 +21,7 @@ workflow instances with any arbitrary number of tasks.
2021Workflow Recipes
2122----------------
2223
23- A **workfflow recipe ** is a data structure that encodes the discovered pattern occurrences
24+ A **workflow recipe ** is a data structure that encodes the discovered pattern occurrences
2425as well as the statistical models of workflow task characteristics.
2526The WfCommons package provides a number of *workflow recipes * for generating realistic
2627synthetic workflow instances.
0 commit comments