We have a workflow that stops for approval at an EFORMASPX application. I want to approve the activity via GraphQL or REST API. I’ve tried the GraphQL completeFormAction mutation, which does complete the form activity, but the workflow does not move on to the next activity as when a user submits the form. Instead, the entire workflow seems to move to a completed state.
Is there some way to act like a user submitting the form via GraphQL or REST? Remote Approval sounds much like that, but I don’t want to do approvals via emails.
Thanks!