{"activities":[{"action":"uuid:7324da82-4cbf-43b7-a1f8-2587bfaa83d4::ResumeToken","category":"State Engine","clientOnly":true,"description":"Resumes execution of a TOKEN-based state-machine.","displayName":"Resume Token","inputs":{"processKey":{"description":"The process key of the instance to resume.","displayName":"Process Key","isRequired":true,"name":"processKey","typeName":"string"},"instanceId":{"description":"The ID of the instance to resume.","displayName":"Instance Id","isRequired":true,"name":"instanceId","typeName":"string"},"tokenId":{"description":"The ID of the token to resume.","displayName":"Token Id","isRequired":true,"name":"tokenId","typeName":"string"},"initialVars":{"description":"The initial variables for the state engine.","displayName":"Initial Vars","name":"initialVars","typeName":"any"},"maxSteps":{"description":"The maximum number of steps to execute before returning.","displayName":"Max Steps","name":"maxSteps","typeName":"number"},"configJson":{"description":"The configuration JSON for the state engine.","displayName":"Config Json","isRequired":true,"name":"configJson","typeName":"any"},"instanceTableId":{"description":"The ID of the instance table.","displayName":"Instance Table Id","name":"instanceTableId","typeName":"string"},"tokenTableId":{"description":"The ID of the token table.","displayName":"Token Table Id","name":"tokenTableId","typeName":"string"},"historyTableId":{"description":"The ID of the history table.","displayName":"History Table Id","name":"historyTableId","typeName":"string"},"persistState":{"description":"Whether to persist the state of the instance after resuming.","displayName":"Persist State","name":"persistState","typeName":"boolean"},"instanceVarsJsonField":{"description":"The name of the field in the instance table that contains the instance variables JSON.","displayName":"Instance Vars Json Field","name":"instanceVarsJsonField","typeName":"string"},"tokenDeltaJsonField":{"description":"The name of the field in the token table that contains the token delta JSON.","displayName":"Token Delta Json Field","name":"tokenDeltaJsonField","typeName":"string"}},"outputs":{"instanceId":{"displayName":"Instance Id","name":"instanceId","typeName":"string"},"tokenId":{"displayName":"Token Id","name":"tokenId","typeName":"string"},"mode":{"displayName":"Mode","name":"mode","typeName":"string"},"status":{"displayName":"Status","name":"status","typeName":"string"},"state":{"displayName":"State","name":"state","typeName":"string"},"outcome":{"displayName":"Outcome","name":"outcome","typeName":"string"},"stepsExecuted":{"displayName":"Steps Executed","name":"stepsExecuted","typeName":"number"}},"suite":"uuid:7324da82-4cbf-43b7-a1f8-2587bfaa83d4","supportedApps":["GWV"]},{"action":"uuid:7324da82-4cbf-43b7-a1f8-2587bfaa83d4::ResumeInstance","category":"State Engine","clientOnly":true,"description":"Resumes a Waiting instance and runs the engine in INSTANCE mode\n(e.g. to re-evaluate JOIN conditions).","displayName":"Resume Instance","inputs":{"processKey":{"description":"The process key of the instance to resume.","displayName":"Process Key","isRequired":true,"name":"processKey","typeName":"string"},"instanceId":{"description":"The instance ID of the instance to resume.","displayName":"Instance Id","isRequired":true,"name":"instanceId","typeName":"string"},"configJson":{"description":"The configuration JSON for the state engine.","displayName":"Config Json","isRequired":true,"name":"configJson","typeName":"any"},"instanceTableId":{"description":"The ID of the instance table.","displayName":"Instance Table Id","isRequired":true,"name":"instanceTableId","typeName":"string"},"tokenTableId":{"description":"The ID of the token table.","displayName":"Token Table Id","isRequired":true,"name":"tokenTableId","typeName":"string"},"historyTableId":{"description":"The ID of the history table.","displayName":"History Table Id","isRequired":true,"name":"historyTableId","typeName":"string"},"maxSteps":{"description":"The maximum number of steps to execute before returning.","displayName":"Max Steps","name":"maxSteps","typeName":"number"},"instanceVarsJsonField":{"description":"The name of the field in the instance table that contains the instance variables JSON.","displayName":"Instance Vars Json Field","name":"instanceVarsJsonField","typeName":"string"},"tokenDeltaJsonField":{"description":"The name of the field in the token table that contains the token delta JSON.","displayName":"Token Delta Json Field","name":"tokenDeltaJsonField","typeName":"string"},"persistState":{"description":"Whether to persist the state of the instance after resuming.","displayName":"Persist State","name":"persistState","typeName":"boolean"}},"outputs":{"resumed":{"displayName":"Resumed","name":"resumed","typeName":"boolean"},"status":{"displayName":"Status","name":"status","typeName":"string"},"state":{"displayName":"State","name":"state","typeName":"string"},"stepsExecuted":{"displayName":"Steps Executed","name":"stepsExecuted","typeName":"number"}},"suite":"uuid:7324da82-4cbf-43b7-a1f8-2587bfaa83d4","supportedApps":["GWV"]},{"action":"uuid:7324da82-4cbf-43b7-a1f8-2587bfaa83d4::RunStateEngine","category":"State Engine","clientOnly":true,"description":"Runs the configured state-machine for an instance or token.","displayName":"Run State Engine","inputs":{"processKey":{"description":"The process key of the instance to resume.","displayName":"Process Key","isRequired":true,"name":"processKey","typeName":"string"},"instanceId":{"description":"The ID of the instance to resume.","displayName":"Instance Id","name":"instanceId","typeName":"string"},"tokenId":{"description":"The ID of the token to resume.","displayName":"Token Id","name":"tokenId","typeName":"string"},"initialVars":{"description":"The initial variables for the state engine.","displayName":"Initial Vars","name":"initialVars","typeName":"any"},"maxSteps":{"description":"The maximum number of steps to execute before returning.","displayName":"Max Steps","name":"maxSteps","typeName":"number"},"configJson":{"description":"The configuration JSON for the state engine.","displayName":"Config Json","isRequired":true,"name":"configJson","typeName":"any"},"instanceTableId":{"description":"The ID of the instance table.","displayName":"Instance Table Id","name":"instanceTableId","typeName":"string"},"tokenTableId":{"description":"The ID of the token table.","displayName":"Token Table Id","name":"tokenTableId","typeName":"string"},"historyTableId":{"description":"The ID of the history table.","displayName":"History Table Id","name":"historyTableId","typeName":"string"},"persistState":{"description":"Whether to persist the state of the instance after execution.","displayName":"Persist State","name":"persistState","typeName":"boolean"},"instanceVarsJsonField":{"description":"The name of the field in the instance table that contains the instance variables JSON.","displayName":"Instance Vars Json Field","name":"instanceVarsJsonField","typeName":"string"},"tokenDeltaJsonField":{"description":"The name of the field in the token table that contains the token delta JSON.","displayName":"Token Delta Json Field","name":"tokenDeltaJsonField","typeName":"string"}},"outputs":{"instanceId":{"displayName":"Instance Id","name":"instanceId","typeName":"string"},"tokenId":{"displayName":"Token Id","name":"tokenId","typeName":"string"},"mode":{"displayName":"Mode","name":"mode","typeName":"string"},"status":{"displayName":"Status","name":"status","typeName":"string"},"state":{"displayName":"State","name":"state","typeName":"string"},"outcome":{"displayName":"Outcome","name":"outcome","typeName":"string"},"stepsExecuted":{"displayName":"Steps Executed","name":"stepsExecuted","typeName":"number"}},"suite":"uuid:7324da82-4cbf-43b7-a1f8-2587bfaa83d4","supportedApps":["GWV"]}],"elements":[]}