User: kevin@sartography.com clicked save for examples/0-4-request-permissions/signupCustomer.bpmn
This commit is contained in:
parent
c24fbc7627
commit
bf126c5677
|
@ -23,11 +23,12 @@
|
|||
<spiffworkflow:serviceTaskOperator id="slack/PostMessage" resultVariable="slack_result">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="channel" type="str" value="'team'" />
|
||||
<spiffworkflow:parameter id="message" type="str" value="'New Demo Request!!! Please visit the demo site at https://spiffdemo.org and look at tasks assigned to the Admin group.'" />
|
||||
<spiffworkflow:parameter id="message" type="str" value="f'New Demo Request!!! Please visit the demo site at https://spiffdemo.org and look at tasks assigned to the Admin group. {full_name} at {organization} with role {role} and wanting to: {purpose}'" />
|
||||
<spiffworkflow:parameter id="token" type="str" value="'secret:slack_token'" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
<spiffworkflow:preScript>current_user = get_current_user()</spiffworkflow:preScript>
|
||||
<spiffworkflow:instructionsForEndUser></spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_13pjly3</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0eg1ebo</bpmn:outgoing>
|
||||
|
|
Loading…
Reference in New Issue