Failed to create a PointCollection
Problem:
FLOWSTER Studio Execution Agent stopped working
Platformlogs include following error message
3. FLOWSTER Studio Tenant DB, Table PendingWorkflows include the error message in the column WfGuid
Â
Solution:
Update to FLOWSTER Studio 5.3
Find the workflow that generates this error
Connect to the FLOWSTER Studio Tenant DB
Output the Entries of the PendingWorkflows Table
Note the ID from the WfId column, with the error
Search the Workflow in the WF_Timestamp table
PendingWorkflows.WfId = WF_Timestamp.ID
Check-out the Workflow via the FLOWSTER Studio Designer
Check-in the Workflow via the FLOWSTER Studio Designer
Delete the DB entires with the error from the PendingWorkflows Table
Restart the FLOWSTER Execution Agent
Run the Workflow with the new Timestamp again