# How to get the current action name in the form?

**URL:** https://discuss.workflowgen.com/t/how-to-get-the-current-action-name-in-the-form/144
**Category:** Visual Studio Web Forms
**Created:** [October 10, 2006, 12:50am UTC](https://discuss.workflowgen.com/t/how-to-get-the-current-action-name-in-the-form/144 "2006-10-10T00:50:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wfg-admin](https://yyz2.discourse-cdn.com/flex030/user_avatar/discuss.workflowgen.com/wfg-admin/32/714_2.png) [@wfg-admin](https://discuss.workflowgen.com/u/wfg-admin)
#### Post date: [October 10, 2006, 12:50am UTC](https://discuss.workflowgen.com/t/how-to-get-the-current-action-name-in-the-form/144/1 "2006-10-10T00:50:51Z")

</div>

Add `CURRENT_ACTION` `Action.Name` IN parameter in each action and use the WorkflowPage `CurrentWorkflowActionName` property to access the action name in the code.
