Overview
The system has background tasks that run. As an example, when users generate the payment files, the processes such a long process that instead of being stuck in the form until the process ends, they made this task a background task. Therefore users can continue to work on other items. If users want to verify the status of the background task, have to go in this form 'process execution status' and verify the status. The system will have an error if it did not complete successfully and if it completed successfully it will say 'completed successfully' and sometimes more details will be posted. If the process is still running, there will not be a comment yet and the end date will still be empty.
Navigation
Admin ► System Security ► Process Execution Status
Process Execution Status screen Fields
Field | Description |
Start Date | Date on which the process starts. |
End Date | Date on which the process ends. |
Started By | Process start by which user is mentioned in this field. |
Process | Name of the process. |
Message | It shows whether the process is successful or not. If the process continues then the field should empty. |