Migration To Workflow 2.0
Deploy workflow 2.0 in an environment where workflow is already running
Overview
Deployment Details
INSERT INTO eg_wf_assignee_v2(processinstanceid, tenantid, assignee, createdBy, lastModifiedBy, createdTime, lastModifiedTime) SELECT id, tenantid,
assignee, createdBy, lastModifiedBy ,createdTime,lastModifiedTime FROM eg_wf_processinstance_v2 WHERE assignee IS NOT NULL;Configuration Details
Persister Configuration
Searcher Configuration
Business Service Configuration
UI Configuration

SLA Configuration


Integration Details
Last updated
Was this helpful?