You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/actions.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ Functions can return a list of "Actions" that should be performed in CIM Databas
5
5
Actions need to be packaged in a WorkloadResponse, however csfunctions will handle that for you if your Function returns an Action or a list of Actions:
6
6
7
7
```python
8
-
from csfunctions import WorkloadResponse
9
8
from csfunctions.actions import AbortAndShowErrorAction
0 commit comments