Search found 5 matches
- 21 Sep 2016 05:03
- Forum: User Help / Bug Reports
- Topic: How can I query the name of the enclosing flow?
- Replies: 2
- Views: 7798
Re: How can I query the name of the enclosing flow?
Wow, great, thanks.
- 20 Sep 2016 10:23
- Forum: User Help / Bug Reports
- Topic: How can I query the name of the enclosing flow?
- Replies: 2
- Views: 7798
How can I query the name of the enclosing flow?
Hi Martin,
I have the same Script Action in many flows. Can I query the name of the enclosing flow at runtime?
Regards:
Tamás
I have the same Script Action in many flows. Can I query the name of the enclosing flow at runtime?
Regards:
Tamás
- 20 Sep 2016 04:10
- Forum: Feature Requests
- Topic: Function request: Date addOffset(Date date, String offset)
- Replies: 2
- Views: 8704
Re: Function request: Date addOffset(Date date, String offse
Oh, my bad! I simply overlooked this function in the manual. Thank you, getDurationMillis() FTW!
- 19 Sep 2016 07:24
- Forum: Feature Requests
- Topic: Execute flow as "procedure" with parameters
- Replies: 4
- Views: 16012
Re: Execute flow as "procedure" with parameters
me too
Additionally it would be a nice feature if variables would be supported as Flow pattern list and Exclude flow pattern list.
Additionally it would be a nice feature if variables would be supported as Flow pattern list and Exclude flow pattern list.
- 19 Sep 2016 05:09
- Forum: Feature Requests
- Topic: Function request: Date addOffset(Date date, String offset)
- Replies: 2
- Views: 8704
Function request: Date addOffset(Date date, String offset)
Hi Martin, It is very common in my interactive flows, that the user can input a general time offset as string (eg. "2h 30m"), and the flow adds it to the current time, or to any specific date time value. Therefore I've implemented it as the following script: <action type="script"> <useDefaultName>fa...