Skip to content

Commit 525da32

Browse files
authored
Merge pull request #3 from EliJDonahue/upgrade-readme
Upgraded readme to use the latest template with release history
2 parents 86836e9 + b80cf63 commit 525da32

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ The Automatic Workflow Assignment project demonstrates how to implement dynamic
55
#### How it works
66
A method is attached to the activity as an OnActivate server event (the activate event is fired before assignments are checked, so this is the best place to do dynamic assignments). When the activity is activated, the method finds the controlled item, reads the Reviewer properties and creates an assignment for each. The voting weight is automatically set such that all specified reviewers must vote for the activity to complete.
77

8-
## Project Details
8+
## History
99

10-
**Built Using:** Aras 11.0 SP7
11-
**Browsers Tested:** Internet Explorer 11, Firefox 38 ESR, Chrome
10+
Release | Notes
11+
--------|--------
12+
[v1.0.0](https://github.com/ArasLabs/auto-workflow-assignment/releases/tag/v1.0.0) | First release. Tested on Internet Explorer 11, Firefox 38 ESR, Chrome. Though built and tested using Aras 11.0 SP7, this project should function in older releases of Aras 11.0 and Aras 10.0.
1213

13-
> Though built and tested using Aras 11.0 SP7, this project should function in older releases of Aras 11.0 and Aras 10.0.
14+
#### Supported Aras Versions
15+
16+
Project | Aras
17+
--------|------
18+
[v1.0.0](https://github.com/ArasLabs/auto-workflow-assignment/releases/tag/v1.0.0) | 10.0 SPx, 11.0 SP7
1419

1520
## Installation
1621

0 commit comments

Comments
 (0)