This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VB Script : Getting WORKFLOW state transition "name"

Good morning,

I come to you because I can't in a VB code of automatic property naming to read the value of the workflow step.

I've tried various methods, but at best I'm reaping a -1 value.

This code made sense to me :

Dim IDWF : IDWF = GetPropertyID("Etape de Workflow") 'ID étape de workflow
Dim WF : WF = PropertyValues.SearchForProperty(IDWF).TypedValue.value 'l'étape de WF

Thank you in advance for your precious help