Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for v12 #3

Merged
merged 2 commits into from
Jul 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<AML>
<Item type="Action" id="5829FA615FEB49DAA3D1623064C6AC35" action="add">
<item_query />
<label xml:lang="en">Workflow Launch Example Action</label>
<location>server</location>
<method keyed_name="labs_WorkflowLaunchExampleCSharp" type="Method">
<Item type="Method" action="get" select="id">
Expand All @@ -9,7 +10,6 @@
</method>
<target>none</target>
<type>item</type>
<name>labs_WorkflowLaunchExample</name>
<label>Workflow Launch Example</label>
<name>labs_WorkflowLaunchExampleAction</name>
</Item>
</AML>
</AML>
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<source_id keyed_name="labs_WorkflowLaunchExample" type="ItemType" name="labs_WorkflowLaunchExample">E5E968B4AEFD4A2A950A892EBE419280</source_id>
</Item>
<Item type="Item Action" id="909CB428F88A425FBE63962553C490A6" action="add">
<related_id keyed_name="labs_WorkflowLaunchExample" type="Action">5829FA615FEB49DAA3D1623064C6AC35</related_id>
<related_id keyed_name="labs_WorkflowLaunchExampleAction" type="Action">5829FA615FEB49DAA3D1623064C6AC35</related_id>
<sort_order>128</sort_order>
<source_id keyed_name="labs_WorkflowLaunchExample" type="ItemType" name="labs_WorkflowLaunchExample">E5E968B4AEFD4A2A950A892EBE419280</source_id>
</Item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ return this;]]></method_code>
<method_type>C#</method_type>
<name>labs_WorkflowLaunchExampleCSharp</name>
</Item>
</AML>
</AML>
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A method is attached to the ItemType as an OnAfterAdd/OnAfterUpdate server event

Release | Notes
--------|--------
[v1.1.1](https://github.com/ArasLabs/auto-workflow-launch/releases/tag/v1.1.1) | Updated Usage for Aras v12
[v1.1.0](https://github.com/ArasLabs/auto-workflow-launch/releases/tag/v1.1.0) | Updated Tags for TOC List
[v1.0.1](https://github.com/ArasLabs/auto-workflow-launch/releases/tag/v1.0.1) | Tested 11.0 SP12, SP15. Tested on Edge, Firefox 60 ESR, Chrome.
[v1.0.0](https://github.com/ArasLabs/auto-workflow-launch/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.
Expand All @@ -17,6 +18,7 @@ Release | Notes

Project | Aras
--------|------
[v1.1.1](https://github.com/ArasLabs/auto-workflow-launch/releases/tag/v1.1.1) | 10.0+, 11.0+, 12.0+
[v1.1.0](https://github.com/ArasLabs/auto-workflow-launch/releases/tag/v1.1.0) | 10.0+, 11.0+
[v1.0.1](https://github.com/ArasLabs/auto-workflow-launch/releases/tag/v1.0.1) | 10.0+, 11.0+
[v1.0.0](https://github.com/ArasLabs/auto-workflow-launch/releases/tag/v1.0.0) | 10.0 SPx, 11.0 SP7; Old Community Board Migration
Expand All @@ -28,9 +30,9 @@ Project | Aras

### Pre-requisites

1. Aras Innovator installed (version 11.0 SPx preferred)
1. Aras Innovator installed (version 12)
2. Aras Package Import tool
3. AutoWorkflowBranching import package
3. AutoWorkflowLaunch import package

### Install Steps

Expand All @@ -53,16 +55,18 @@ You are now ready to login to Aras and try out the Automatic Workflow Launch act
1. Log in to Aras as admin.
2. Navigate to **Workflow Examples** in the table of contents (TOC).
3. Create a new Workflow Launch Example item.
4. Click **Save/Unlock/Close**.
5. Edit the item and check the **Launch Workflow** checkbox.
4. Click **Done**.
- **Save/Unlock/Close** in v11.
5. Edit the item and check the **Launch Workflow** checkbox. Click **Done.**
- Unlock the item, check the checkbox and **S/U/C** in v11.
6. Navigate to **My Innovator > My Inbasket** in the TOC.
7. Search for the newly created assignment.
8. Repeat steps 2-4.
9. Choose the new item and run the **Workflow Launch Example** action (under the Actions menu)
9. Choose the new item and run the **Workflow Launch Example Action** (under the More […] menu; Actions menu in v11)
10. Navigate to **My Innovator > My Inbasket** in the TOC.
11. Search for the newly created assignment.

As an alternative to checking My Inbasket, you can also determine whether an item has a workflow process from the item's worm. On the item form, select **Views > Workflow** from the main menu to view the workflow process. The resulting dialog will show the workflow process, if it exists, or an empty grid if there is no workflow process for the item.
As an alternative to checking My Inbasket, you can also determine whether an item has a workflow process from the item's form. On the item form, select **Navigate > Workflow** (**View > Workflow** for v11) from the menu to view the workflow process. The resulting dialog will show the workflow process, if it exists, or an empty grid if there is no workflow process for the item.

## Contributing

Expand Down