The workflow editor will not let me write a statemachine workflow.
I'm not sure if i'm using the wrong syntax but after defining my workflow like below, I am unable to write "initial state Submitted":
statemachine editorial workflow for field State {
//CANT WRITE HERE!
}
I'm following examples on http://paulstack.co.uk/blog/post/custom-blogging-workflow-with-youtrack.aspx and https://github.com/JetBrains/youtrack-workflows/tree/master/Semi-Automatic%20'Wait%20for%20Reply'%20State%20Managemen .
statemachine editorial workflow for field State {
//CANT WRITE HERE!
}
I'm following examples on http://paulstack.co.uk/blog/post/custom-blogging-workflow-with-youtrack.aspx and https://github.com/JetBrains/youtrack-workflows/tree/master/Semi-Automatic%20'Wait%20for%20Reply'%20State%20Managemen .
Please sign in to leave a comment.
just press the 'Enter' to create the initial state. Also please note that Ctrl+Space always completes expected items in Workflow Editor.