Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yby654 authored Nov 25, 2024
1 parent 1e998d3 commit 192a6b7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,21 @@ Add trigger_email task component at the bottom of the workflow to receive email
...
```

## GET task log
### 1. GET workflow RunId
[GET] /workflow/{wfId}/runs
![image](https://github.com/user-attachments/assets/27fbaf5f-c52d-4d04-b599-ef2eac9e76de)

### 2. GET taskId and task_Try_Num
[GET] /workflow/{wfId}/workflowRun/{wfRunId}/taskInstances
![image](https://github.com/user-attachments/assets/d893cc1a-2cbd-417c-a19d-a650aaca7f6e)

### 3. GET execution task log
[GET] /workflow/{wfId}/workflowRun/{wfRunId}/task/{taskId}/taskTryNum/{taskTyNum}/logs
![image](https://github.com/user-attachments/assets/347babf5-df32-4fe0-82e0-f0e111c333d1)


## Health-check

Check if CM-Cicada is running
Expand Down

0 comments on commit 192a6b7

Please sign in to comment.