-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Component/s: Automation
-
Tags:
-
Backlog priority:1,000
-
Sprint:nxGang Sprint 11.1.20, nxGang Sprint 11.1.21
-
Story Points:2
The following example does not work.
Context.StartWorkflow(examinationRequest , { 'id': 'MyWorkflow', 'start': true, 'variables': { 'approver':'Bob' } });
Variables needs to be serialized as a string
Context.StartWorkflow(examinationRequest , { 'id': 'MyWorkflow', 'start': true, 'variables': "approver=Bob" });
The same issue exist for the "namedParameters" parameter of the Repository.PageProvider operation