Github user Mistasong39 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/544#discussion_r67589936
--- Diff:
nifi-commons/nifi-utils/src/main/java/org/apache/nifi/util/FormatUtils.java ---
@@ -176,6 +177,12 @@ public static long getTimeDuration(final String value,
final TimeUnit desiredUni
case "days":
specifiedTimeUnit = TimeUnit.DAYS;
break;
+ case "w":
+ case "wk":
--- End diff --
I will add that.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---