Search Knowledge Base by Keyword
-
Introduction
-
Fundamentals
-
Favorites
-
Dashboards
-
Attachments
-
Reports
-
- Available Reports
- All Asset Types
- Application Certification Status
- Application Discovery
- Application Group Analysis
- App Group to SCCM Collection Analysis
- Application Install Count
- Application License Management
- Application Usage
- Asset Column Mappings
- Asset Count by Property
- Asset Links Count by Asset Type
- Build Sheet
- Computer User Assignment
- Delegate Relationships
- ETL Synch Data
- ETL5 Staging Data
- Migration Readiness (Basic)
- Migration Readiness (Complex)
- O365 License Management
- O365 Migration Readiness
- Patch Summary
- SCCM OSD Status
- Scheduled Computers by Wave
- Scheduled Users by Manager
- User Migration Readiness
- VIP Users
- Wave & Task Details
- Wave Group
- Windows 10 Applications
- Show all articles ( 15 ) Collapse Articles
-
Self Service
-
Workflow
-
Assets
-
- View Asset
- Asset Properties
- Images
- Notes
- Waves
- Tasks
- Attachments
- History
- Rationalization
- QR Code
- Linked Assets
- SCCM Add/Remove Programs
- Altiris Add/Remove Programs
- Related Assets
- Relationship Chart
- Permissions
- Show all articles ( 1 ) Collapse Articles
-
Event Logs
-
Users & Groups
-
Asset Types
-
Charts & Dashboards
-
Options
-
- Modules
- Analytics
- Asset Images
- Asset Rationalization
- Asset Rules
- Attachments
- Bulk Edit
- Data Generator
- Data Mapping
- ETL
- Form Builder
- Multi-Factor Authentication
- Relationship Chart
- Reports
- Self Service
- Single Sign-On
- T-Comm
- Show all articles ( 3 ) Collapse Articles
-
Module Settings
-
-
-
- View Connection
- Connection Properties
- Make Into Connector
- Delete Connection
- Inbound Jobs
- Outbound Jobs
- New Inbound Job
- New Outbound Job
- Enable Job
- Disable Job
- Edit Inbound Job
- Edit Outbound Job
- Upload File
- Run Inbound Job
- Run Outbound Job
- Set Runtime to Now
- Reset Job
- Delete Job
- Job Log
- Show all articles ( 4 ) Collapse Articles
-
-
- View Connector
- Connector Properties
- Authentication Methods
- New Authentication Method
- Edit Authentication Method
- Delete Authentication Method
- Fields
- Edit Field
- Inbound Job Fields
- Edit Inbound Job Field
- Inbound Job Templates
- New Inbound Job Template
- Edit Inbound Job Template
- Delete Inbound Job Template
- Outbound Job Fields
- Edit Outbound Job Field
- Outbound Job Templates
- New Outbound Job Template
- Edit Outbound Job Template
- Delete Outbound Job Template
- Show all articles ( 5 ) Collapse Articles
-
-
- ETL5 Connectors
- Absolute
- Azure Active Directory
- Comma-Separated Values (CSV) File
- Generic Rest JSON API
- Generic Rest XML API
- Ivanti (Landesk)
- JAMF
- JSON Data (JSON) File
- MariaDB
- Microsoft Endpoint Manager: Configuration Manager
- Microsoft SQL
- Microsoft Intune
- Oracle MySQL
- PostgreSQL
- Pure Storage
- ServiceNow
- Tanium
- XML Data (XML) File
- Show all articles ( 4 ) Collapse Articles
-
-
API & Stored Procedures
-
Administration
-
FAQs
Create Workflow Wave
< Back
The Create Workflow Wave stored procedure provides the ability to create workflow waves from a SQL query.
Name | create_workflow_wave |
Type | STORED PROCEDURE |
Description | Create a new workflow wave |
Call | create_workflow_wave (wave_name, wave_description, wave_start_goal, wave_end_goal, wave_status, wave_group_name, tcomm_templates, assets_names) |
The following parameters need to be passed to the stored procedure:
Variable Name | Required | Description | Example | Details |
wave_name | YES | The Wave Name as displayed in ReadyWorks | ||
wave_description | NO | The Wave Description as displayed in ReadyWorks | ||
wave_start_goal | YES | Wave Start Goal Date | 2019-02-21 09:00:00 | Accepted Format:
YYYY-MM-DD HH:MM:SS |
wave_end_goal | YES | Wave End Goal Date | 2019-02-21 17:00:00 | Accepted Format:
YYYY-MM-DD HH:MM:SS |
wave_status | YES | The Status of the Wave being created | Not Started | Accepted Values:
Not Started, In Progress, Delayed, Complete |
wave_group_name | NO | The name of the Wave Group | Pilot Waves | Dynamic name based on instance defined values |
tcomm_templates | NO | Name of T-Comm Templates to link to the Wave | Template 1
or Template 1|Template 2 |
To link multiple T-Comm templates to the Wave, separate each template name with a pipe (|) character |
assets_names | NO | Name of Asset Types/Assets to link to the Wave | Computer:NYCPC1
or Computer:NYCPC1| User:John Smith |
Each Asset must be defined as the Asset Type Name first, separated by a colon (:) character
To link multiple assets to the wave, separate each asset with a (|) character |
Tags: