Skip to main content

Guidewire Activity and Activity patterns



Guidewire Activities and Activity Patterns

In Guidewire, an Activity and an Activity Pattern play key roles in automating workflows and task management within the system. Here's a detailed explanation:

Activity:
An Activity in Guidewire represents a task or a unit of work that needs to be performed within the system. It is essentially a to-do item that can be assigned to users or roles. Activities help guide users through various steps of business processes, such as following up on a claim, sending emails, scheduling calls, or reviewing policy details.

Key Attributes of an Activity:
- Type: Defines the nature of the task, e.g., phone call, email, review, etc.
- Assigned User: The person responsible for completing the task.
- Due Date: The deadline by which the task should be completed.
- Priority: Indicates how urgent or important the task is (e.g., low, medium, high).
- Status: Reflects the current state of the activity, such as pending, completed, or canceled.
- Escalation: Some activities have an escalation rule to notify other users if they are overdue.

Common Uses of Activities:
- Claims Management: For assigning follow-up tasks related to claims.
- Underwriting: For reviewing or approving policies.
- Customer Service: For scheduling or recording customer interactions.
- Reminders: For system-generated tasks to remind users about important actions.

Activity Pattern:
An Activity Pattern is a predefined template or blueprint for creating activities in Guidewire. It provides a structured and repeatable way to generate activities based on certain triggers or business events. Instead of manually creating an activity each time, an activity pattern can be used to automate this process and ensure consistency.

Key Attributes of an Activity Pattern:
- Name: A unique name that identifies the pattern.
- Description: A brief explanation of what the pattern is for.
- Default Values: The pattern includes default values for key fields like type, priority, and due date.
- Triggers: Activity patterns are often linked to specific triggers or events, such as a new claim being created, an email being sent, or a deadline approaching.
- Linked Entities: Activity patterns can be linked to specific entities like claims, policies, or contacts.

Common Uses of Activity Patterns:
- Automated Task Generation: For example, when a new claim is created, a series of follow-up activities can be automatically generated based on activity patterns.
- Consistent Workflow: Activity patterns ensure that tasks are consistently created with the correct details (e.g., priority, due dates, and assignees) across the system.
- Event-Driven Activities: Activity patterns can be triggered by system events, such as the closing of a claim or a change in the status of a policy.

Example of How They Work Together:
A company has a rule that every time a new claim is filed, a follow-up call needs to be made within 3 days. Instead of manually creating a new activity every time, an Activity Pattern is set up to generate a "Follow-up Call" activity automatically, with a due date of 3 days from the claim's creation date and a specific user assigned.

By using Activity Patterns, Guidewire streamlines task management and ensures that critical activities are created automatically based on predefined rules.

Comments

Popular posts from this blog

"How to maintain or retain tabs in same tab after button click events or postback?" using JQuery in ASP.NET C#

In this post I'll share an details about " How to maintain or retain tabs in same tab after button click events or postback? " Step 1: you need to download Jquery and JQueryUI Javascript libraries from this site http://jqueryui.com/ Step 2: As usually you can create ASP.NET website from Visual Studio IDE and add Jquery and JqueryUI plugins in the header section of aspx page. Step 3: Add HiddenField control inside aspx page which is very useful to retain tab in same page Step 4: Use the HiddenField ID in Jquery code to indicate that CurrentTab Index Step 5: In code Behind, using Enumerations concept give the tab index values as user defined variable  Step 6: Use the Enum values in every Button click events on different tabs to check that tab could be retained in the same tab Further, Here I'll give the code details and snap shot pictures, 1. Default.aspx: Design Page First Second Third ...

Login and Registration forms in C# windows application with Back end Microsoft SQL Server for data access

In this article, I'm gonna share about how to make login and register form with MS SQL database; 1. Flow Chart Logic 2. Normal Features 3. Form Designs Login Form Design Sign in Form Design Password Retrieve Form 4. Database Design and SQL queries and Stored Procedure Create new Database as "schooldata" create table registerdata (  ID int identity,  Username nvarchar(100),  Password nvarchar(100),  Fullname  nvarchar(100),  MobileNO nvarchar(100),  EmailID nvarchar(100)  ) select * from registerdata create procedure regis (  @Username as nvarchar(100),  @Password as nvarchar(100),  @Fullname as nvarchar(100),  @MobileNO as nvarchar(100),  @EmailID as nvarchar(100)  ) as begin insert into registerdata (Username, Password, Fullname, MobileNO,EmailID) values (@Username, @Password, @Fullname, @MobileNO, @EmailID) ...

Guidewire Related Interview Question and answers part 1

common Guidewire questions and answers 20 Guidewire BC Q&A Top 100 Guidewire Interview FAQ Guidewire Claimcenter 20 Interview Questions Guidewire Rating concepts