Hi Chen,
For this you would need to add an association between your context entity and the Workflow entity in the system module yourself. You can then set this association to the created Workflow object after calling the workflow from a microflow.
Keep in mind that a single context entity can be used in multiple workflows though, Mendix does not require a unique context object for every workflow you start.
Hope this helps!