Skip to content
Snippets Groups Projects
Commit 206c560c authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Merge branch 'task-related-example-policies' into 'main'

Create task and taskList example policies

See merge request !4
parents 6e705f66 4207647f
No related branches found
No related tags found
1 merge request!4Create task and taskList example policies
package example.createTask
result = task.create(input.name, input.data)
package example.createTaskList
id := tasklist.create("exampleList", input)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment