Posts

Showing posts from September, 2017

Workflow Questions and Answers

When we classify a task as “ General Task” it means ??? A :   The task can be executed by anyone in   the system. What is a Difference between a Workflow Task ( WF ) and a Workflow Template ( WS ) ? A : A Workflow Task ( WF ) is a single-step workflow ,      workflow template (WS ) is a multi-step workflow. What does   the Standard workflow container   “ _Adhoc_Objects “ Signify ? A :   it is a multiline container that can store runtime instances of multiple business objects used in the workflow. It creates a link in the work item for each business object to call the default method in it. If an Exception in a code triggers a short dump , What happens to the workflow ? A : The work item gets suspended and gets stuck in status IN PROCESS and the workflow hangs. How can we restore a workflow that has hung due to a short dump ? A: Execute transaction : SWPC and enter the work item ID of the workflow. When we restart a workflow instance using SWPR , What happe