<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Workflow_Update_Variable</id>
	<title>Workflow Update Variable - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Workflow_Update_Variable"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Workflow_Update_Variable&amp;action=history"/>
	<updated>2026-04-04T01:58:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Workflow_Update_Variable&amp;diff=279&amp;oldid=prev</id>
		<title>Smtxwiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Workflow_Update_Variable&amp;diff=279&amp;oldid=prev"/>
		<updated>2020-05-25T20:44:31Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:44, 25 May 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Workflow_Update_Variable&amp;diff=278&amp;oldid=prev</id>
		<title>Smtxwiki: Created page with &quot;The url of the webservice is: /Workflow/WebService/WorkflowService.asmx, the method “ProcessInstanceUpdateVariable” has been added with these parameters:   ProcessInstance...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Workflow_Update_Variable&amp;diff=278&amp;oldid=prev"/>
		<updated>2017-02-15T20:02:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The url of the webservice is: /Workflow/WebService/WorkflowService.asmx, the method “ProcessInstanceUpdateVariable” has been added with these parameters:   ProcessInstance...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The url of the webservice is: /Workflow/WebService/WorkflowService.asmx, the method “ProcessInstanceUpdateVariable” has been added with these parameters:&lt;br /&gt;
 &lt;br /&gt;
ProcessInstanceId: ticketid&lt;br /&gt;
VariableName: name of the variable, if it does not exist, it will be created&lt;br /&gt;
VariableValue: the new value of the variable&lt;br /&gt;
ProviderName: The name of the external provider. A new page is in place to manage those providers::  /Common/Admin/ExternalProviderOverview.aspx&lt;br /&gt;
For each provider these settings are necessary:&lt;br /&gt;
 Name: the name of the provider, to be used in the webservice&lt;br /&gt;
 Security type: sha1 hash, sha256 hash or fixed token, technical info: in .NET:&lt;br /&gt;
 SHA1: System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(tohash, &amp;quot;SHA1&amp;quot;)&lt;br /&gt;
 SHA256:&lt;br /&gt;
  SHA256Managed hashmanager = new SHA256Managed();&lt;br /&gt;
  byte[] hash = hashmanager.ComputeHash(Encoding.UTF8.GetBytes(tohash));&lt;br /&gt;
  Convert.ToBase64String(hash);&lt;br /&gt;
  Security key: with a hash, you add this after the values, with a fixed token this is the security check. This last option is what you will need to use I think unless SM9 allows more complex features.&lt;br /&gt;
 SecurityCheck: when you select provider with fixed token, you need to enter this hash here. If you would prefer more security and use SHA1 or SHA256 is, you need to calculate it like this::&lt;br /&gt;
  &amp;quot;ProcessInstanceUpdateVariable|&amp;lt;ProcessInstanceId&amp;gt;|&amp;lt;VariableName&amp;gt;|&amp;lt;VariableValue&amp;gt;|&amp;lt;securitykey&amp;gt;&amp;quot;, so for example &amp;quot;ProcessInstanceUpdateVariable|1702|My Variable|The new value|My Security key&amp;quot;&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>