Skip to content
Snippets Groups Projects
Commit 21ec185c authored by Yordan Kinkov's avatar Yordan Kinkov Committed by Lyuben Penkovski
Browse files

create task and tasklist example policies

parent 6e705f66
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)
\ No newline at end of file
package example.createTaskList
id := task_list.create("exampleList", input)
\ No newline at end of file
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