10-03-2017 04:13 AM
Hi everybody,
I ask you for a condition into a workflow.
I would separate the way into a workflow depending the ItemNumber. The 2 conditions is:
If ItemNumber start by 1 choose Way1 else choose way2
I try to work with Queries but for this moment I don't found the solution!
Perhaps one of you have an idea...
Thank you for your help
Solved! Go to Solution.
10-03-2017 04:52 AM
10-03-2017 07:42 AM
Ok thank you for your answer
I will look if I can work on another field.
BR
10-06-2017 01:24 PM - edited 10-06-2017 06:10 PM
This is another case where you could use the EPM-set-condition and a custom query in your condition task to achieve the result you want. You can modify the OOTB "Item..." query by using the starting number and a wildcard to check if any of the targets start with "1".
You would have to remove the default values from the owning user and owning group paramenters and add a value of 1* in the item_id field. Save the new query with a new name and assign to the condition task's Conditon Query setting:
10-10-2017 10:19 AM
I use a Validation Task along with the EPM-run-external-command handler to route our data based upon Item ID syntax. The script that is run parses the Item ID string based upon our own rules and routes accordingly.