https://github.com/opspec-pkgs/nintex.workflowcloud.instance.start
starts a nintex workflow cloud workflow instance
https://github.com/opspec-pkgs/nintex.workflowcloud.instance.start
Last synced: 5 months ago
JSON representation
starts a nintex workflow cloud workflow instance
- Host: GitHub
- URL: https://github.com/opspec-pkgs/nintex.workflowcloud.instance.start
- Owner: opspec-pkgs
- Created: 2017-06-22T01:44:35.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T04:44:53.000Z (almost 5 years ago)
- Last Synced: 2023-06-01T10:55:29.890Z (about 3 years ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/opspec-pkgs/nintex.workflowcloud.instance.start/actions/workflows/build.yml)

# Problem statement
starts a nintex workflow cloud workflow instance
# Example usage
## Visualize
```shell
opctl ui github.com/opspec-pkgs/nintex.workflowcloud.instance.start#2.1.0
```
## Run
```
opctl run github.com/opspec-pkgs/nintex.workflowcloud.instance.start#2.1.0
```
## Compose
```yaml
op:
ref: github.com/opspec-pkgs/nintex.workflowcloud.instance.start#2.1.0
inputs:
urlWithToken: # 👈 required; provide a value
## uncomment to override defaults
# requestContent: [object Object]
outputs:
instanceId:
```
# Support
join us on
[](https://join.slack.com/t/opctl/shared_invite/zt-51zodvjn-Ul_UXfkhqYLWZPQTvNPp5w)
or
[open an issue](https://github.com/opspec-pkgs/nintex.workflowcloud.instance.start/issues)
# Releases
releases are versioned according to
[](http://semver.org/spec/v2.0.0.html)
and [tagged](https://git-scm.com/book/en/v2/Git-Basics-Tagging); see
[CHANGELOG.md](CHANGELOG.md) for release notes
# Contributing
see
[project/CONTRIBUTING.md](https://github.com/opspec-pkgs/project/blob/main/CONTRIBUTING.md)