22 lines
672 B
Gherkin
22 lines
672 B
Gherkin
|
|
@ProcessMakerMichelangelo @RestAPI
|
||
|
|
Feature: Project Properties - Assignee Resources
|
||
|
|
|
||
|
|
Background:
|
||
|
|
Given that I have a valid access_token
|
||
|
|
|
||
|
|
Scenario: List assignees of an activity
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Get a list of available users and groups to be assigned to an activity
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Get a single user or group of an activity
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Assign a user or group to an activity
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Remove assignee from an activity
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|