• Success
    Manage your Success Plans and Engagements, gain key insights into your implementation journey, and collaborate with your CSMs
    Success
    Accelerate your Purchase to Value engaging with Informatica Architects for Customer Success
    All your Engagements at one place
  • Communities
    A collaborative platform to connect and grow with like-minded Informaticans across the globe
    Communities
    Connect and collaborate with Informatica experts and champions
    Have a question? Start a Discussion and get immediate answers you are looking for
    Customer-organized groups that meet online and in-person. Join today to network, share ideas, and get tips on how to get the most out of Informatica
  • Knowledge Center
    Troubleshooting documents, product guides, how to videos, best practices, and more
    Knowledge Center
    One-stop self-service portal for solutions, FAQs, Whitepapers, How Tos, Videos, and more
    Video channel for step-by-step instructions to use our products, best practices, troubleshooting tips, and much more
    Information library of the latest product documents
    Best practices and use cases from the Implementation team
  • Learn
    Rich resources to help you leverage full capabilities of our products
    Learn
    Role-based training programs for the best ROI
    Get certified on Informatica products. Free, Foundation, or Professional
    Free and unlimited modules based on your expertise level and journey
    Self-guided, intuitive experience platform for outcome-focused product capabilities and use cases
  • Resources
    Library of content to help you leverage the best of Informatica products
    Resources
    Most popular webinars on product architecture, best practices, and more
    Product Availability Matrix statements of Informatica products
    Monthly support newsletter
    Informatica Support Guide and Statements, Quick Start Guides, and Cloud Product Description Schedule
    End of Life statements of Informatica products
Last Updated Date Feb 21, 2025 |

Challenges

There is a running ActiveVOS workflow process for every item in a workflow in Product 360. When a user selects “Finish” for an item in a task, the item is removed from the task, and a message is sent to ActiveVOS. Based on business rules ActiveVOS determines if the item needs to go back into the same task or if it moves to the next one. The workflow processes are visible in a browser. This allows for a developer or support person to find the workflow in AVOS and determine exactly where an item is in the workflow and why it is in that spot. But it comes at a price. With high volumes of data this approach becomes unmanageable. For example, assume that 20,000 items are being added to a task. This means there will be 20,000 processes for each item. That is a lot of maintenance. This is where step workflows play an important role.

Description

Step workflows make it easy to create new workflows for Product 360 based on XML files. The step workflow project which is part of the accelerator package is a framework to create BPM workflows for Product 360. This framework allows for anyone to design a workflow without being an ActiveVOS expert. The step workflow samples enable rapid design of business-case-specific workflows with workflow tasks, Flex UIs, data quality checks and approve tasks based on simple XML definitions. The accelerator package also includes an example project with XML definitions of both simple and more complicated workflows. These examples can be used as a starting point for project-specific process designs in production environments.

Benefits of Using Step Workflows

Development: Development is more structured, easier to troubleshoot and there is no need for an AVOS expert to create standard workflows.

Few Running Processes: This greatly reduces the size of the database, gives better performance for viewing processes in the browser, provides for easier maintenance and allows for immediate changes.

Batching: Tasks are finished up to 5-10 times faster. This reduces the number of messages and maintains efficient Data Quality executions.

Summary

Basic Step Workflow was designed to create tasks and run data quality rules. ActiveVOS runs the rules and based on results moves items from one task to the next. The ActiveVOS developers need to be able to write custom code if the out-of-the-box workflow doesn’t handle all their use cases. The sample codes maintain a list of items that makes it easier to customize the workflow to specific business needs.

 

 

Table of Contents

Success

Link Copied to Clipboard