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

Operation canceled when I define an attribute StateAction

Former Member
Former Member
Hi,

When I define the function following in the VaultApplication class, M-Files cancel the state action.
In debug, I don't reach the line of code.
Do you have a sample code to use the attributes please.

    [StateAction("XONYX_QM_ST_APPLICABLE")]
    public void WorkflowStateAction(StateEnvironment env) {
      xQMT.finalDocUpdateVersion(env.Vault, env.ObjVer);
    }

Thanks
Parents
  • The next VAF version (currently being beta tester by some partners) raises the json.net dependency to V10.

    This is expected to be released in the next month or so.

    If you are a partner and are happy to beta test the new version (accepting that it may have issues) then please contact me via your CAM for options.

    Regards,

    Craig.
Reply
  • The next VAF version (currently being beta tester by some partners) raises the json.net dependency to V10.

    This is expected to be released in the next month or so.

    If you are a partner and are happy to beta test the new version (accepting that it may have issues) then please contact me via your CAM for options.

    Regards,

    Craig.
Children
No Data