Generating C# code from class activity diagram

I created a class.
Added an attribute and an operation.
For the operation added an activity diagram.
But the instant code generator creates only exception code for the activity diagram.
public void Increment_asd() {

  •   	throw new System.NotImplementedException("Not implemented");*
    
  •   }*
    

What could be the reason?

Hi Kalpak,

Thank you for your inquiry. The instant generator generates only the skeleton of code and does not generate code body.

Best regards,
Jick Yeung

Dear Jick,
So, activity diagrams are not used for any code generation?
regards,
Kalpak

Dear Kalpak,

Yes. Currently, code generation supports UML class and state machine diagrams. The activity diagram is not supported.

Best regards,
Jick Yeung

Dear Jick,
Any time line?
Even a skeleton will do.
thanks,
Kalpak