How to supress part of Workflow using Input parameters
- 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
My workflow consists of the following:
1. Read individual Sales Transactions for the year 2018, summarize and write the Yearly total by Sales person to separate output file
2. Read individual Sales Transactions for the year 2019, summarize and write the Yearly total by Sales person to separate output file
3. Read the yearly total for 2018 and 2019, and write the comparison up or down into output file.
Can I have Input parameter, say Run type with Options "Run Step 1 only", "Run Step 1-3", based on which either run or suppress the steps
Solved! Go to Solution.
- Labels:
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @mahesh_prs
You could use the interface parameters (maybe radio buttons) to let the user pick which part of the workflow to run.
I would probably have the have the output in tool containers and then use the radio buttons to enable/disabled as needed
