After you create a workflow, you can perform operations on existing workflow runs and workflow node runs. This topic describes how to view a workflow run and the logs of a workflow node run.
Prerequisites
A workflow is created and run. For more information, see Manage workflows.
View the information about a workflow run
Go to the Workflows page.
Log on to the E-MapReduce (EMR) console.
In the left-side navigation pane, choose
.On the Spark page, find the desired workspace and click the name of the workspace.
In the left-side navigation pane of the EMR Serverless Spark page, click Workflows.
On the Workflows page, find the desired workflow and click the name of the workflow.
The Workflow Runs tab appears.
On the tab, you can view all workflow runs and the details of each workflow run, such as the running duration and running status.
Click the ID of a workflow run in the Workflow Run ID column in the Workflow Runs section of the tab or click the Workflow Run Graph tab to view the diagram of the related workflow run. The color of a node run indicates the node running status. For more information, see the Check the status of workflow runs and workflow nodes section in the "Manage workflows" topic.
View workflow node runs
Go to the Workflows page.
Log on to the EMR console.
In the left-side navigation pane, choose
.On the Spark page, find the desired workflow and click the name of the workspace.
In the left-side navigation pane of the EMR Serverless Spark page, click Workflows.
On the Workflows page, find the desired workflow and click the name of the workflow.
Click the Workflow Run Graph tab.
Click a node in the diagram. In the dialog box that appears, perform operations or view information based on your business requirements.
Parameter
Description
Details
You can click Details to view the information on the following tabs:
Node Instance Information: This tab displays the details of a workflow node run, such as the job ID, start time, and job run ID.
Code: This tab displays the code of a workflow node run.
Logs: This tab displays the logs of a node run.
Spark UI
You can click Spark UI to go to the Spark Jobs page to view the real-time information about a Spark job, such as the status, progress, and resource usage.
Rerun
You can click Rerun to rerun the current job.
If you select Downstream Nodes and then click Rerun, the system reruns all jobs, including those on the downstream nodes, based on the logical sequence defined in the workflow.
Stop
You can click Stop to stop the running node. The stopped node enters the Failed state.
Set to Successful
You can click Set to Successful to change the node status from Failed to Succeeded.
If you select Downstream Nodes and then click Set to Successful, the system changes the status of selected failed nodes to Succeeded based on the logical sequence defined in the workflow.
Job Run ID
You can click the link to the right of Job Run ID to go to the Overview tab of the Job History page to view the basic information and configurations of a job.
References
For more information about workflows, see Terms.
For information about how to create and run workflows, see Manage workflows.