<spiffworkflow:parameter id="message" type="str" value="'New Demo Request from {current_user.id}. Please visit the demo site at https://spiffdemo.org and look at tasks assigned to the Approver group.'" />
<spiffworkflow:instructionsForEndUser># Terms of Service
By submitting this request you agree to be bound by our [Terms of Service Agreement](https://www.spiffworkflow.org/pages/demo_terms_of_service/). Please understand:
- This demo server is provided for evaluations purposes only.
- We reserve the right to remove any processes you create at any time and for any reason.
# Please tell us a little about yourself
Please complete the form below. Your request will be sent off to our administrative team and we will get back in touch with you when we have created your account.</spiffworkflow:instructionsForEndUser>
<bpmn:manualTask id="Activity_1pxm4b6" name="Setup Permissions and Notify Participant">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>## {{current_user.username}} requests a Playground
* Full Name: {{full_name}}
* Organization: {{organization}}
* Title/Role: {{role}}
### Purpose:
{{purpose}}
## Instructions:
We did not yet automate anything. So please make sure you do all of the following:
[] Create a new Process Group on the Demo Server
[] Update permissions so this person (and only this person) can see, execute, and otherwise manage the new process group.
[] Notify this person that the process group is available for them to use.</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0eg1ebo</bpmn:incoming>
<bpmn:outgoing>Flow_1m0dgi9</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:endEvent id="Event_0joe8o3">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># This request was completed.
* User ID: {{current_user.username}}
* Full Name: {{full_name}}
* Organization: {{organization}}
* Title/Role: {{role}}
### Purpose:
{{purpose}}
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1m0dgi9</bpmn:incoming>
</bpmn:endEvent>
<bpmn:textAnnotation id="TextAnnotation_0z7s8uu">
<bpmn:text>Keeping this super simple for now, but in the future we will likely automate the creation of the playground the updating of permissions and notifying the requester.As it stands this provides good examples of how to make a service call to post a message to Slack, and how lanes can be used to assign tasks to specific people and groups.</bpmn:text>