The variables used in workflows are categorized as workflow variables. The available workflow variables include,
WorkFlow.ApproverControlName: This variable contains the information about the control name of the approver of current workflow.
WorkFlow.ClickedAction: This variable contains information about the latest action that was clicked in the current workflow.
WorkFlow.CurrentStatus: This variable holds information about the current status of the workflow.
WorkFlow.CurrentStepCode: This variable contains information about the current step code in the workflow.
WorkFlow.CurrentStepName: This variable contains information about the name of the current step in the workflow.
WorkFlow.CurrentStepNumber: This variable contains information about the current step number in the workflow.
WorkFlow.ID: This variable contains the workflow ID.
WorkFlow.InitiatedBy: This variable contains the name of the user who initiated the workflow.
WorkFlow.IsApproverFromControl: This variable contains information about whether the approver is from a specific control or not.
WorkFlow.IsFormEditable: This variable contains information about whether the form is editable or not.
WorkFlow.IsParallel: This variable indicates whether the workflow is parallel or not.