How to activate a tool container when a condition is true
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello All,
I'm rying to find out a solution for the below scenario.
I had different tool containers like 1 input which has a date and month input files and multiple output tool containers which has some data to get as output and I'm looking for a solution where based on the month in the input files a output tool container need to get activate and rest of all output tool containers need to deactivate.
Expecting a workflow example thanks in advance 😊
The background of this is I want to extract data from number of folders if a condition is satisfied from input file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can't activate/deactivate containers. You CAN put a filter (or other logic) before the container that would mean that no data flows into the container - would that work ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes it wil work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @PNC97
Adding to it you can also configure formula tool to pass filename and use it in output tool to write to a file.
Data Streams - Without Passing Filename
Both files are generated
Data Streams - Passing Filename
Only the stream with data writes the file.
Hope this helps : )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm trying to figure out in this way but it didn't worked for me. if the condition is true the action tool need to enable the tool container.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes I'm trying the same user will give input and if the input having a particular date/month then the container need to enable if not the container need to disable.
