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
  • Former Member
    Former Member
    Hi Joonas,

    The problem is the Json Version, MFiles.VAF has a dependance Json 6.0.0

    Do you have a new version of MFiles.VAF compatible with Json 10.0.0 please, it's very important ?

    Thanks
Reply
  • Former Member
    Former Member
    Hi Joonas,

    The problem is the Json Version, MFiles.VAF has a dependance Json 6.0.0

    Do you have a new version of MFiles.VAF compatible with Json 10.0.0 please, it's very important ?

    Thanks
Children
No Data