Multiple choice technology programming languages

What is Persistence in Workflow application?

  1. Store the workflow state information into database

  2. Store the workflow state information to any persistence store

  3. Accessing workflow as XML file

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Workflow persistence refers to saving the runtime state of a workflow instance to any durable storage medium (persistence store) so it can be resumed later. While databases are commonly used, persistence is not strictly limited to databases, making the broader definition correct.