WkFlo-OverView.xml 878 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="Workflow_Overview">
  5. <title>Workflow Overview</title>
  6. <para>Workflow control within ECL is generally handled automatically by the
  7. system. It spots which processes can happen in parallel, when
  8. synchronization is required, and when processes must happen in series. These
  9. workflow services allow exceptions to the normal flow of execution to be
  10. specified by the programmer to give extra control (such as the FAILURE
  11. clause).</para>
  12. <para>Workflow operations are implicitly evaluated in a separate global
  13. scope from the code to which it is attached. Therefore, any values from the
  14. code to which it is attached (such as loop counters) are unavailable to the
  15. workflow service.</para>
  16. </sect1>