17 lines
645 B
Plaintext
17 lines
645 B
Plaintext
<DataUpdates>
|
|
<DataUpdate Element="PLSLWorkflowComponentClassCommon" ID="b03fbb1b-e43c-4984-84da-4bc62223b801" Name="SetWFConfiguration">
|
|
<SqlCheck>
|
|
select
|
|
count(*)
|
|
from PLSLWorkflowComponentClassCommon
|
|
where id = '39876102-d64d-ea11-4981-000c2980fd94'
|
|
and WorkflowConfiguration = 'c59cb5d8-d98a-ea11-5b83-000c2981464e'
|
|
</SqlCheck>
|
|
<SqlUpdate>
|
|
Update PLSLWorkflowComponentClassCommon
|
|
set
|
|
WorkflowConfiguration = 'c59cb5d8-d98a-ea11-5b83-000c2981464e'
|
|
where id = '39876102-d64d-ea11-4981-000c2980fd94'
|
|
</SqlUpdate>
|
|
</DataUpdate>
|
|
</DataUpdates> |