Start signup workflow step
Start tracking signup workflow status of the member.
base_url/graphql/member-services
#
Requestmutation{ start signup_workflow{ status id signup_application_id workflow status current_workflowstep_id workflow_steps{_id,name,status,modified_ts} }}
#
Response{ "data": { "start_signup_workflow": { "status": "Workflow Added", "id": "6092757615061faffb2439dd", "signup_application_id": "6092757115061faffb2439d6", "workflow_status": "started", "currentworkflow_step_id": "60927576a4291a5393793793", "workflow_ steps": [ { "id": "60927576a4291a5393793793", "name": "mobile verification", "status": "not_started", "modified_ts": "1620211033671" }, { "_id": "60927576a4291a5393793794", "name": "email_ verification", "status": "not_started", "modified_ts": "1620211033671" }, { "_id": "60927576a4291a5393793795", "name": "account_fee_payment", "status": "not_started", "modified is": "1620211033671" }, { "_id": "60927576a4291a5393793796", "name": "digilocker_aadhaar_pan_geo_location", "status": "not_started", "modified_ts": "1620211033671" }, { "id": "60927576a4291a5393793797", "name": "pan_upload", "status": "not_started", "modified_ts": "1620211033671" } ] } }}