workflow-core
workflow-core copied to clipboard
how to pass comments value in to approvalstep in HumanWorkflow
now, I need to pass comments information into approval options how to implement it
I have the same issue. When user approves a request, normally user provides comments. But the comments cannot be passed to "Approved/Rejected Step".
I tried to use IWorkflowRepository to update the "Data" attribute of WorkflowInstance. But when go to the Step, the Data is still the old one.
Any idea?