Find unassigned users and delete them v2
CUSTOM_USER · CLIENT · 68304f668225f81b0a0b5959
Issues
Show
| Severity | Type | Node |
|---|---|---|
| Deprecated | Compatibility: Deprecated Node Reference | #11 Send Message to User V3 |
DetailsSend Message to User V3 is marked as deprecated in the Helmut4 4.13.0 node reference. → Replace this node with the current supported action, condition, or output before upgrading or standardizing this workflow. |
||
| Compatibility | Compatibility: Wildcard Not In Selected Reference | wildcard · "type":"Delete","username":"f.mustermann",... |
Details{"type":"Delete","username":"f.mustermann",...} 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. |
||
| Compatibility | Compatibility: Wildcard Not In Selected Reference | wildcard · sb.append(line); |
Details{sb.append(line);} 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. |
||
| Compatibility | Compatibility: Wildcard Not In Selected Reference | wildcard · string.split.0.{node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1} |
Details{string.split.0.{node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1}} 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. |
||
| Compatibility | Compatibility: Wildcard Not In Selected Reference | wildcard · string.split.1.{node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1} |
Details{string.split.1.{node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1}} 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. |
||
| Compatibility | Compatibility: Wildcard Not In Selected Reference | wildcard · string.split.0.{node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1} |
Details{string.split.0.{node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1}} 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. |
||
| Compatibility | Compatibility: Wildcard Not In Selected Reference | wildcard · string.split.1.{node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1} |
Details{string.split.1.{node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1}} 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. |
||
| Orphan | Temp Stream Variable Write Without Read | #5 Stream Set Temporary Variable Action |
DetailsThis Temp Stream Variable is written by a stream, but no read was detected in the analyzed data. → Keep it if Helmut or a later workflow step consumes it; otherwise consider cleanup. |
||
References
Show
| Kind | Type | Key | Source | Node |
|---|---|---|---|---|
| Reference | Node Result | 3dcda390-79a4-4f61-9b5a-a86dc294c2d1 | Design | #3 Wildcard Condition V3 |
| Reference | Node Result | 3dcda390-79a4-4f61-9b5a-a86dc294c2d1 | Design | #6 Stream Set Temporary Variable Action |
| Reference | Node Result | 3dcda390-79a4-4f61-9b5a-a86dc294c2d1 | Design | #7 Stream Set Temporary Variable Action |
| Reference | Node Result | 3dcda390-79a4-4f61-9b5a-a86dc294c2d1 | Design | #8 Stream Set Temporary Variable Action |
| Reference | Node Result | 3dcda390-79a4-4f61-9b5a-a86dc294c2d1 | Design | #9 Stream Set Temporary Variable Action |
| Reference | Node Result | d855b80d-2673-4ad6-9207-c6ca4ddd9c23 | Design | #5 Stream Set Temporary Variable Action |
| Reference | Node Result | d855b80d-2673-4ad6-9207-c6ca4ddd9c23 | Design | #12 Execute Javascript Action |
| Reference | Node Result | e378fc05-7f74-465d-9442-ba138037f6fc | Design | #11 Send Message to User V3 |
| Setter | Temp Stream Variable | debug | Nodelist | #5 Stream Set Temporary Variable Action |
| Reference | Temp Stream Variable | helmut4Bearer | Design | #4 Execute Javascript Action |
| Setter | Temp Stream Variable | helmut4Bearer | Nodelist | #7 Stream Set Temporary Variable Action |
| Setter | Temp Stream Variable | helmut4Bearer | Nodelist | #9 Stream Set Temporary Variable Action |
| Reference | Temp Stream Variable | helmut4URL | Design | #4 Execute Javascript Action |
| Reference | Temp Stream Variable | helmut4URL | Design | #12 Execute Javascript Action |
| Setter | Temp Stream Variable | helmut4URL | Nodelist | #6 Stream Set Temporary Variable Action |
| Setter | Temp Stream Variable | helmut4URL | Nodelist | #8 Stream Set Temporary Variable Action |
Nodes
| # | Type | Title | Description | Summary | References | Issues |
|---|---|---|---|---|---|---|
| 0 | Action / Execute / Javascript Execute Action | Execute Javascript Action | Will execute javascript | script: // moovIT GmbH // Fetch the server URL and bearer token from the helmut 4 client via localhost // B Dimmel // Version … success -> #3 Wildcard Condition V3 failure -> #2 Fail Action |
|
|
| 1 | Action / General / Success Action | Success Action | Use it to make a failed node be successful to ensure a whole stream is successful |
|
||
| 2 | Action / General / Fail Action With Message | Fail Action | Will always fail | message: Failed to obtain URL + Bearer token! |
|
|
| 3 | 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: ['Error:'] against: {node.result.3dcda390-79a4-4f61-9b5a-a86dc294c2d1} condition: CONTAINS_NOT success -> #6 Stream Set Temporary Variable Action failure -> #8 Stream Set Temporary Variable Action |
node_result:3dcda390-79a4-4f61-9b5a-a86dc294c2d1 |
|
| 4 | Action / Execute / Javascript Execute Action | Execute Javascript Action | Will execute javascript | script: // moovIT GmbH // Find unassigned users and delete them // B Dimmel // Version 1.0 // Date May 23rd 2025 // Changelog … success -> #5 Stream Set Temporary Variable Action failure -> #10 Fail Action |
stream_variable:helmut4Bearer stream_variable:helmut4URL |
|
| 5 | Action / Helmut / Stream Set Temporary Variable Action | Stream Set Temporary Variable Action | Will set a temporary custom stream variable | temporary variable: debug success -> #12 Execute Javascript Action |
node_result:d855b80d-2673-4ad6-9207-c6ca4ddd9c23 |
Orphan
|
| 6 | Action / Helmut / Stream Set Temporary Variable Action | Stream Set Temporary Variable Action | Will set a temporary custom stream variable | temporary variable: helmut4URL success -> #7 Stream Set Temporary Variable Action |
node_result:3dcda390-79a4-4f61-9b5a-a86dc294c2d1 |
|
| 7 | Action / Helmut / Stream Set Temporary Variable Action | Stream Set Temporary Variable Action | Will set a temporary custom stream variable | temporary variable: helmut4Bearer success -> #4 Execute Javascript Action |
node_result:3dcda390-79a4-4f61-9b5a-a86dc294c2d1 |
|
| 8 | Action / Helmut / Stream Set Temporary Variable Action | Stream Set Temporary Variable Action | Will set a temporary custom stream variable | temporary variable: helmut4URL success -> #9 Stream Set Temporary Variable Action |
node_result:3dcda390-79a4-4f61-9b5a-a86dc294c2d1 |
|
| 9 | Action / Helmut / Stream Set Temporary Variable Action | Stream Set Temporary Variable Action | Will set a temporary custom stream variable | temporary variable: helmut4Bearer success -> #4 Execute Javascript Action |
node_result:3dcda390-79a4-4f61-9b5a-a86dc294c2d1 |
|
| 10 | Action / General / Fail Action With Message | Fail Action | Will always fail | message: Failure during javascript execution! |
|
|
| 11 | Output / User / User Message Output | Send Message to User V3 | Will send a message to a user | message: {node.result.e378fc05-7f74-465d-9442-ba138037f6fc} success -> #1 Success Action failure -> #1 Success Action |
node_result:e378fc05-7f74-465d-9442-ba138037f6fc |
Deprecated
|
| 12 | Action / Execute / Javascript Execute Action | Execute Javascript Action | Will execute javascript | script: // moovIT GmbH // Parse result from unassigned users to html report // B Dimmel // Version 1.0 // Date May 23rd 2025 /… success -> #11 Send Message to User V3 failure -> #10 Fail Action |
node_result:d855b80d-2673-4ad6-9207-c6ca4ddd9c23 stream_variable:helmut4URL |
|