InterviewSolution
Saved Bookmarks
| 1. |
What Does The Workflow Engine Do When A Function Activity Has Finished? |
|
Answer» The Workflow Engine issues a savepoint when a function ACTIVITY is completed. The Workflow Engine never issues a commit; the CALLING application issues a commit. The Workflow Engine does not generate a LOG file or notify users. The Workflow Engine issues a savepoint when a function activity is completed. The Workflow Engine never issues a commit; the calling application issues a commit. The Workflow Engine does not generate a log file or notify users. |
|