Hi,
I want to take some basic info by running workflow and populate a table with those data. I want to add logic programmatically in a notebook and will run it by attaching it in a task of workflow.
Information required to be populated in table:
- Job id
- Job name
- Workflow run status (Success or Failed)
- Error description in case of failure
I am able to get job id and job name using parameters in workflow task but not able to get run status and error description.
Please help me to get the solution for it.