
The use case here is to add a condition to the workflow that would change the status of Asset from “not ready” to “operating” if the Asset has spareparts quantity total as greater than 10 and the asset vendor is not null.
This is the Script Code:
if vend is not None and qtys is not None and sum(qtys)>10:
evalresult=true
This evalresult is an implicit variable, which carries the boolean result of the condition evaluation.
Check this link for more examples about Automation Script
https://www.youtube.com/playlist?list=PLDitXeRw5M3GQ2n43Jouqry6Sfq_oK448
Automation Script to make WF follow Status privileges as defined by Security Groups.
In this lecture you will see sample of RFQ workflow example to use it in your different projects.
You will see real RFQ example here.
A quick overview of Workflow Designer in MAS
See Sample of Invoice workflow created in MAS
Learn how to use Automation Script with Workflow.
The Ultimate Guide to IBM Maximo Workflow is a comprehensive resource designed to help organizations optimize their business processes using the powerful capabilities of IBM Maximo Workflow. Whether you're new to Maximo Workflow or an experienced user looking to enhance your skills, this guide provides step-by-step instructions, best practices, and practical tips to streamline your workflows and maximize efficiency.
In this guide, you'll learn how to design, create, and manage workflows within IBM Maximo, a leading enterprise asset management (EAM) system. We'll start with an introduction to workflow concepts and terminology, ensuring you have a solid foundation to build upon. From there, we'll delve into the various features and tools available in Maximo Workflow, including:
Workflow Designer: Discover how to visually design and customize workflows to align with your specific business requirements. Learn how to define workflow steps, conditions, approvals, and notifications, empowering you to automate and orchestrate your processes seamlessly.
Integration with Maximo Applications: Explore how to integrate workflows with other Maximo modules and applications, such as work orders, purchase orders, inventory management, and more. Unlock the full potential of Maximo by leveraging its interconnected ecosystem.
Role-Based Security: Understand how to configure access controls and permissions within workflows, ensuring that the right users have the appropriate level of authority at each step of the process. Maintain data integrity and compliance with robust security measures.
Throughout the guide, real-world examples and use cases will illustrate how Maximo Workflow can be applied across various industries and business scenarios. You'll also find troubleshooting tips, optimization techniques, and recommendations for maximizing the return on your Maximo Workflow investment.
Whether you're looking to streamline maintenance processes, automate procurement workflows, or enhance compliance procedures, The Ultimate Guide to IBM Maximo Workflow equips you with the knowledge and expertise to leverage the full potential of IBM Maximo and drive operational excellence in your organization.