Test Watchfolder
WATCHFOLDER · CLIENT · 65d863d456172d42ec36660d
Nodes10
References3
Dynamic0
Errors0
Warnings0
Score45
Compatible
4.13.0
100%
10/10 ok
Issues
Show
| Severity | Type | Node |
|---|---|---|
| Compatibility | Compatibility: Wildcard Not In Selected Reference | wildcard · file.content.{stream.variable.source} |
Details{file.content.{stream.variable.source}} is used by this stream but is not listed in the Helmut4 4.13.0 wildcard reference. → Check whether the wildcard was removed, renamed, introduced in another Helmut4 version, or provided by a plugin. |
||
References
Show
| Kind | Type | Key | Source | Node |
|---|---|---|---|---|
| Reference | Temp Stream Variable | source | Design | #3 Write File Output |
| Reference | Temp Stream Variable | source | Design | #4 Wildcard Condition V3 |
| Reference | Temp Stream Variable | source | Design | #6 File Delete Action |
| Setter | Temp Stream Variable | source | Nodelist | #2 Stream Set Temporary Variable Action |
Nodes
| # | Type | Title | Description | Summary | References | Issues |
|---|---|---|---|---|---|---|
| 0 | Action / Helmut / Job Status Update Action | Job Status Update Action | Will set a job's status | message: Starting job success -> #2 Stream Set Temporary Variable Action |
|
|
| 1 | Action / Helmut / Job Status Update Action | Job Status Update Action | Will set a job's status | message: Waiting for next execution success -> #6 File Delete Action |
|
|
| 2 | Action / Helmut / Stream Set Temporary Variable Action | Stream Set Temporary Variable Action | Will set a temporary custom stream variable | temporary variable: source success -> #7 Sleep Action |
|
|
| 3 | Output / File Output / File Output | Write File Output | Will output to a file | source: {stream.variable.source} message: {time.minute} success -> #1 Job Status Update Action |
stream_variable:source |
|
| 4 | Condition / General / Wildcard Multiple Condition | Wildcard Condition V3 | Will match input against one or multiple patterns (NB: This node is functionally equivalent to the "Match Multiple Patterns Condition" and may be removed in upcoming Helmut-releases) | source: ['60'] against: {file.content.{stream.variable.source}} condition: IS_SMALLER_THAN success -> #3 Write File Output failure -> #5 Job Status Update Action |
stream_variable:source |
|
| 5 | Action / Helmut / Job Status Update Action | Job Status Update Action | Will set a job's status | message: Watchfolder done |
|
|
| 6 | Action / Delete / File Multiple Delete Action | File Delete Action | Will delete one or more files | stream_variable:source |
|
|
| 7 | Action / General / Sleep Action | Sleep Action | Will sleep for an amount of milliseconds | success -> #4 Wildcard Condition V3 |
|
|
| 8 | Action / General / Split Stream Action | Split Stream Action | Will split a stream into a synchronous and an asynchronous way. Required if a stream's execution time might exceed 60 seconds. A stream fails after 60 seconds. The asynchronous path is executed synchronously in itself and may take longer t… | success -> #9 Sleep Action failure -> #0 Job Status Update Action |
|
|
| 9 | Action / General / Sleep Action | Sleep Action | Will sleep for an amount of milliseconds |
|